SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-07-14 00:00:00",
INTERVAL 30 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps1e_category_product` cp
LEFT JOIN `ps1e_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps1e_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps1e_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps1e_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps1e_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `ps1e_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps1e_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `ps1e_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 16 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 10 |
11791
ms
|
467 |
Yes
|
|
/classes/Category.php:1057
/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(p.`id_product`) AS nb
FROM `ps1e_product` p
INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE product_shop.`active` = 1
AND DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-07-14 00:00:00", INTERVAL 30 DAY)) > 0
AND product_shop.`visibility` IN ("both", "catalog")
AND EXISTS(SELECT 1 FROM `ps1e_category_product` cp
JOIN `ps1e_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`) LIMIT 1 |
11234
ms
|
93309762 |
|
|
/classes/Product.php:3033
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:92<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-07-14 00:00:00",
INTERVAL 30 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
FROM `ps1e_product` p
INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_product_lang` `pl` ON
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1
LEFT JOIN `ps1e_image_shop` `image_shop` ON image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1
LEFT JOIN `ps1e_image_lang` `il` ON image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2
LEFT JOIN `ps1e_manufacturer` `m` ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps1e_product_attribute_shop` `product_attribute_shop` ON p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1
LEFT JOIN ps1e_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2026-07-14 00:00:00",
INTERVAL 30 DAY
)
) > 0) AND (EXISTS(SELECT 1 FROM `ps1e_category_product` cp
JOIN `ps1e_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` desc
LIMIT 16 |
10315
ms
|
16849 |
|
|
/classes/Product.php:3088
/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_configuration` c
LEFT JOIN `ps1e_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4143
ms
|
4171 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:30
|
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 `ps1e_hook_module` hm
STRAIGHT_JOIN `ps1e_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps1e_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2569
ms
|
1020 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stsearchbar" LIMIT 1 |
1699
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2533<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_simpleblog_post` sbp
INNER JOIN `ps1e_simpleblog_post_lang` `l` ON sbp.id_simpleblog_post = l.id_simpleblog_post AND l.id_lang = 2
INNER JOIN `ps1e_simpleblog_post_shop` `sbps` ON sbp.id_simpleblog_post = sbps.id_simpleblog_post AND sbps.id_shop = 1
WHERE (sbp.active = 1) AND (sbp.date_add <= '2026.07.14 01:50:29')
ORDER BY sbp.date_add DESC
LIMIT 10 |
1440
ms
|
5 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogPost.php:432
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps1e_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps1e_hook_alias` ha
INNER JOIN `ps1e_hook` h ON ha.name = h.name |
1260
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps1e_product` p
INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 16 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
1210
ms
|
467 |
|
|
/classes/Category.php:986
/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:106<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps1e_module` m
INNER JOIN ps1e_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 `ps1e_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps1e_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps1e_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps1e_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` |
1157
ms
|
207 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqit_elementor_landing` a
LEFT JOIN `ps1e_iqit_elementor_landing_lang` `b` ON a.`id_iqit_elementor_landing` = b.`id_iqit_elementor_landing` AND b.`id_lang` = 2
WHERE (a.`id_iqit_elementor_landing` = 1) LIMIT 1 |
1131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitelementor/iqitelementor.php:569<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
653
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2514<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
570
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2533<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM ps1e_layerslider_module WHERE hook = "displayHome" ORDER BY position |
544
ms
|
1 |
Yes
|
|
/modules/layerslider/layerslider.php:244
/modules/layerslider/layerslider.php:257<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
513
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2524<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 5 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
487
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps1e_iqitmegamenu_tabs_shop hs
LEFT JOIN ps1e_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps1e_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 2
ORDER BY hss.position |
485
ms
|
34 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3196<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 72 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
478
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 45 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
458
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps1e_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
451
ms
|
461041 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_contact` c
LEFT JOIN ps1e_contact_shop contact_shop
ON (contact_shop.id_contact = c.id_contact AND contact_shop.id_shop = 1)
LEFT JOIN `ps1e_contact_lang` cl ON (c.`id_contact` = cl.`id_contact`)
WHERE cl.`id_lang` = 2
AND contact_shop.`id_shop` IN (1)
GROUP BY c.`id_contact`
ORDER BY `name` ASC |
442
ms
|
8 |
Yes
|
Yes
|
/classes/Contact.php:99
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:319<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:67<br>/modules/iqitelementor/includes/widgets/prestashop.php:60<br>/modules/iqitelementor/includes/elements/base.php:376<br>/modules/iqitelementor/includes/widgets/prestashop.php:106<br>/modules/iqitelementor/includes/widgets-manager.php:78<br>/modules/iqitelementor/includes/widgets-manager.php:69<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 87 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
438
ms
|
25 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 77 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
436
ms
|
36 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 28 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
428
ms
|
28 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 49 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
421
ms
|
22 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 64 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
420
ms
|
23 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 47 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
419
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.*, fsl.*,
(SELECT MIN(fscsp.`from`)
FROM `ps1e_flash_sale_custom_specific_prices` fscsp
WHERE fscsp.`id_flash_sale` = fs.`id_flash_sale`) as start,
(SELECT MAX(fscsp.`to`)
FROM `ps1e_flash_sale_custom_specific_prices` fscsp
WHERE fscsp.`id_flash_sale` = fs.`id_flash_sale`) as end
FROM `ps1e_flash_sale` fs
LEFT JOIN ps1e_flash_sale_lang fsl ON (fs.id_flash_sale = fsl.id_flash_sale)
WHERE fsl.`id_lang` = 2
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_shops` fss WHERE fss.`id_flash_sale` = fs.`id_flash_sale` AND fss.`id_shop` = 1)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_shops` fss WHERE fss.`id_flash_sale` = fs.`id_flash_sale`))
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_currencies` fscu WHERE fscu.`id_flash_sale` = fs.`id_flash_sale` AND fscu.`id_currency` = 3)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_currencies` fscu WHERE fscu.`id_flash_sale` = fs.`id_flash_sale`))
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_countries` fsco WHERE fsco.`id_flash_sale` = fs.`id_flash_sale` AND fsco.`id_country` = 236)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_countries` fsco WHERE fsco.`id_flash_sale` = fs.`id_flash_sale`))
AND fs.`active` = 1
AND fs.`id_customer` IN (0, 0)
HAVING `start` <= "2026-07-14 01:50:29"
AND `end` > "2026-07-14 01:50:29" |
418
ms
|
64 |
|
|
/modules/flashsales/models/FlashSale.php:211
/modules/flashsales/flashsales.php:1050<br>/modules/flashsales/flashsales.php:724<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 46 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
415
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 58 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
414
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 9 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
412
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 27 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
412
ms
|
31 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 24 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
406
ms
|
30 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 57 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
406
ms
|
35 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 63 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
405
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 22 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
404
ms
|
27 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 52 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
404
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 23 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
403
ms
|
29 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 20 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
402
ms
|
32 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 29 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
402
ms
|
33 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 48 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
398
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 68 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
397
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 71 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
392
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps1e_specific_price` WHERE `id_product` != 0 |
392
ms
|
679 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 70 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
392
ms
|
5 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_product, name, value, pf.id_feature
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE `id_product` IN (6100,6098,6097,6096,6095,6094,1876,1892,5843,5842,5680,5679,5253,6093,6092,6091)
ORDER BY f.position ASC |
390
ms
|
32 |
Yes
|
|
/classes/Product.php:4839
/classes/Product.php:3103<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 43 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
389
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6100
LIMIT 1 |
386
ms
|
7 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 79 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
382
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 55 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
380
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
377
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogCategory.php:119<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 78 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
376
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 12 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
376
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6100 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
372
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 13 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
368
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 56 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
367
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
367
ms
|
37 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `ps1e_ets_abancart_campaign` ac
LEFT JOIN `ps1e_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `ps1e_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=2
LEFT JOIN `ps1e_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `ps1e_group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=2, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2026-07-14', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2026-07-14', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=236)
GROUP BY ac.id_ets_abancart_campaign |
358
ms
|
8 |
|
Yes
|
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:464
/modules/ets_abandonedcart/ets_abandonedcart.php:964<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 5039 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
355
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
355
ms
|
37 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 33 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
355
ms
|
38 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 59 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
354
ms
|
32 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 32 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
351
ms
|
34 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 36 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
349
ms
|
38 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 74 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
348
ms
|
29 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps1e_hook` h
WHERE (h.active = 1) |
348
ms
|
1122 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 31 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
347
ms
|
36 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 41 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
346
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 40 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
342
ms
|
22 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
342
ms
|
35 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 65 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
340
ms
|
26 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 39 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
340
ms
|
31 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 53 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
340
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 60 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
340
ms
|
30 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 73 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
338
ms
|
25 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
338
ms
|
16 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 75 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
337
ms
|
28 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 61 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
337
ms
|
27 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 76 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
335
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6098 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
335
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 51 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
334
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 66 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
334
ms
|
11 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 1876 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
334
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6100 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
333
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/flashsales/models/FlashSale.php:575<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 26 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
332
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
330
ms
|
9 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 62 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
329
ms
|
15 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 67 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
328
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 15 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
328
ms
|
13 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
328
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps1e_category` c
INNER JOIN ps1e_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1e_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps1e_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps1e_category` c2 ON c2.`id_category` = 21 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
326
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5680
LIMIT 1 |
318
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6097 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
318
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 5843 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
315
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6091
LIMIT 1 |
315
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 5842 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
313
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5253
LIMIT 1 |
312
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6093
LIMIT 1 |
311
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 1892 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
308
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5843
LIMIT 1 |
307
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6097 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
305
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/flashsales/models/FlashSale.php:575<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 627 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
302
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6098
LIMIT 1 |
301
ms
|
7 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4686,4687,4688,4689,4690,4691)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
301
ms
|
6 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5679
LIMIT 1 |
300
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6097
LIMIT 1 |
300
ms
|
6 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1892
ORDER BY `position` |
295
ms
|
31 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6096
LIMIT 1 |
288
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6100 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
284
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6100) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 627
LIMIT 1 |
278
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5842
LIMIT 1 |
276
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1892
LIMIT 1 |
272
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4654
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6090 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4654
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
270
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5039 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
269
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6098 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
268
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1876
LIMIT 1 |
263
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6095
LIMIT 1 |
262
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6045 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
261
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6094
LIMIT 1 |
260
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6090 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
256
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5572 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5572 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
255
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5572
LIMIT 1 |
254
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.*, fsl.*,
(SELECT MIN(fscsp.`from`)
FROM `ps1e_flash_sale_custom_specific_prices` fscsp
WHERE fscsp.`id_flash_sale` = fs.`id_flash_sale`) as start,
(SELECT MAX(fscsp.`to`)
FROM `ps1e_flash_sale_custom_specific_prices` fscsp
WHERE fscsp.`id_flash_sale` = fs.`id_flash_sale`) as end
FROM `ps1e_flash_sale` fs
LEFT JOIN ps1e_flash_sale_lang fsl ON (fs.id_flash_sale = fsl.id_flash_sale)
WHERE fsl.`id_lang` = 2
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_shops` fss WHERE fss.`id_flash_sale` = fs.`id_flash_sale` AND fss.`id_shop` = 1)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_shops` fss WHERE fss.`id_flash_sale` = fs.`id_flash_sale`))
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_currencies` fscu WHERE fscu.`id_flash_sale` = fs.`id_flash_sale` AND fscu.`id_currency` = 3)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_currencies` fscu WHERE fscu.`id_flash_sale` = fs.`id_flash_sale`))
AND (EXISTS (SELECT * FROM `ps1e_flash_sale_countries` fsco WHERE fsco.`id_flash_sale` = fs.`id_flash_sale` AND fsco.`id_country` = 236)
OR NOT EXISTS (SELECT * FROM `ps1e_flash_sale_countries` fsco WHERE fsco.`id_flash_sale` = fs.`id_flash_sale`))
AND fs.`active` = 1
AND fs.`id_customer` IN (0, 0)
AND fs.`display_home` = 1
HAVING `start` <= "2026-07-14 01:50:29"
AND `end` > "2026-07-14 01:50:29" |
253
ms
|
64 |
|
|
/modules/flashsales/models/FlashSale.php:211
/modules/flashsales/flashsales.php:730<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6045
LIMIT 1 |
252
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6091 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6091 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
252
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6100 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4686
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
251
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
251
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5680) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
251
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6090
AND pac.`id_product_attribute` = 4654
AND agl.`id_lang` = 2 |
249
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 236, 4, 0) + IF (`id_currency` = 3, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1e_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 3) AND
`id_country` IN (0, 236) AND
`id_group` IN (0, 1) AND `id_product` = 6098 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-07-14 01:50:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-07-14 01:50: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 |
249
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:561
/modules/flashsales/models/FlashSale.php:575<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6093) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
249
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 3150
LIMIT 1 |
248
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5843 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5843 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
248
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4661
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6092 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4661
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6092 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
248
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5680 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5680 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
248
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5039
LIMIT 1 |
248
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps1e_hook` |
248
ms
|
1122 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNotificationError' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
247
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/modules/fscustomhtml/fscustomhtml.php:1410<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5809
LIMIT 1 |
247
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "labsearch" LIMIT 1 |
247
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2514<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5842 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5842 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
246
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6096 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
246
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1876 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 1876 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
246
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6100
AND pac.`id_product_attribute` = 4686
AND agl.`id_lang` = 2 |
245
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1876
ORDER BY `position` |
244
ms
|
19 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6097 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6097 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
244
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6095 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6095 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
244
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
244
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2524<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5843
ORDER BY `position` |
243
ms
|
10 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5809 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5809 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
243
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE tr.*
FROM `ps1e_tax_rule` tr
JOIN `ps1e_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 236
AND tr.`id_tax_rules_group` = 53
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
243
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4666,4667,4668)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
242
ms
|
3 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(id_simpleblog_comment)
FROM ps1e_simpleblog_comment
WHERE id_simpleblog_post = 5
AND active = 1 LIMIT 1 |
242
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogComment.php:161
/modules/ph_simpleblog/models/SimpleBlogPost.php:475<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5645
LIMIT 1 |
242
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4675
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6098 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4675
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6098 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
242
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6092 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6092 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
240
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
(SELECT 1 FROM `ps1e_cart_rule` WHERE date_to >= "2026-07-14 00:00:00" AND date_to <= "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1e_cart_rule` WHERE date_from >= "2026-07-14 00:00:00" AND date_from <= "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1e_cart_rule` WHERE date_from < "2026-07-14 00:00:00" AND date_to > "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
240
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6094 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6094 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
240
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
240
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/iqitthemeeditor/iqitthemeeditor.php:40<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1892 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 1892 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
238
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4657
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6091 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4657
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6091 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
238
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4666
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6093 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4666
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
238
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5645 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5645 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
237
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5253 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5253 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
237
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayAfterBodyOpeningTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
237
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:243<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:63<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5679
ORDER BY `position` |
236
ms
|
11 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6092
LIMIT 1 |
234
ms
|
3 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:673<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5679 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
234
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5680
ORDER BY `position` |
234
ms
|
11 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6093 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 6093 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
234
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5679) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
234
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 4670
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6097 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4670
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6097 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
233
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 5242
LIMIT 1 |
233
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6094) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
233
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5039
ORDER BY f.position ASC |
231
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6092
AND pac.`id_product_attribute` = 4661
AND agl.`id_lang` = 2 |
231
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6090
LIMIT 1 |
231
ms
|
4 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5253) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
230
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5843) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
229
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1892) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
229
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-14 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM ps1e_product p
LEFT JOIN ps1e_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps1e_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN ps1e_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 6096
LIMIT 1 |
229
ms
|
1 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:754<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6098) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
229
ms
|
6 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6097
ORDER BY `position` |
226
ms
|
12 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 627) AND (b.`id_shop` = 1) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3150 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 3150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
226
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps1e_meta` m
LEFT JOIN `ps1e_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
225
ms
|
77 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
(SELECT 1 FROM `ps1e_cart_rule` WHERE date_to >= "2026-07-14 00:00:00" AND date_to <= "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1e_cart_rule` WHERE date_from >= "2026-07-14 00:00:00" AND date_from <= "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1e_cart_rule` WHERE date_from < "2026-07-14 00:00:00" AND date_to > "2026-07-14 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
224
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5253
ORDER BY `position` |
223
ms
|
12 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
(SELECT SQL_NO_CACHE * FROM `ps1e_cart_rule` cr
LEFT JOIN `ps1e_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
223
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 627
ORDER BY f.position ASC |
223
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6100
ORDER BY `position` |
222
ms
|
8 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6096
ORDER BY `position` |
218
ms
|
4 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps1e_shop_url su
LEFT JOIN ps1e_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'carpfishing-mall.com' OR su.domain_ssl = 'carpfishing-mall.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
217
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:30
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6093
AND pac.`id_product_attribute` = 4666
AND agl.`id_lang` = 2 |
216
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6098
AND pac.`id_product_attribute` = 4675
AND agl.`id_lang` = 2 |
216
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1876) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
216
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
216
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/ets_abandonedcart/ets_abandonedcart.php:90<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNotificationWarning' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
215
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/modules/fscustomhtml/fscustomhtml.php:1417<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE slug
FROM `ps1e_simpleblog_post_type` sbpt
WHERE (id_simpleblog_post_type = 1) LIMIT 1 |
215
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogPostType.php:58
/modules/ph_simpleblog/models/SimpleBlogPost.php:480<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6093
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
214
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5809) AND (b.`id_shop` = 1) LIMIT 1 |
213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6096) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
212
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6100) AND (b.`id_shop` = 1) LIMIT 1 |
212
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6097) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
211
ms
|
5 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5242 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1e_cart_product` cp JOIN `ps1e_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1e_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` = 5242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
211
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6045) AND (b.`id_shop` = 1) LIMIT 1 |
210
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6100
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
209
ms
|
6 |
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM ps1e_cart_product cp INNER JOIN ps1e_product p
ON (p.id_product = cp.id_product) INNER JOIN ps1e_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
209
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5039) AND (b.`id_shop` = 1) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 627
AND image_shop.`cover` = 1 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6098) AND (b.`id_shop` = 1) LIMIT 1 |
206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6091
AND pac.`id_product_attribute` = 4657
AND agl.`id_lang` = 2 |
205
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
205
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/ets_productmanager/ets_productmanager.php:58<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayTop' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
203
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:127<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6090
ORDER BY f.position ASC |
203
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
202
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/ph_simpleblog/ph_simpleblog.php:135<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
202
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/ets_seo/ets_seo.php:134<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6097) AND (b.`id_shop` = 1) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6095) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
201
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6091) AND (b.`id_shop` = 1) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5680) AND (b.`id_shop` = 1) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1e_module` m
LEFT JOIN `ps1e_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
200
ms
|
154 |
|
|
/classes/module/Module.php:340
/modules/kbsocialaipro/kbsocialaipro.php:52<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5645) AND (b.`id_shop` = 1) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5572) AND (b.`id_shop` = 1) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNav1' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
199
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 ps1e_shop_group gs
LEFT JOIN ps1e_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps1e_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 |
199
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:30
|
SELECT SQL_NO_CACHE MAX(GREATEST(COALESCE(date_upd, date_add), date_add)) as last_update
FROM `ps1e_amb_search_suggestion`
WHERE (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
199
ms
|
1 |
|
|
/modules/ambjolisearch/src/Ambris/Modules/Jolisearch/Repository/SearchSuggestionRepository.php:707
/modules/ambjolisearch/src/Ambris/Modules/Jolisearch/Service/SuggestionProviderService.php:466<br>/modules/ambjolisearch/ambjolisearch.php:2310<br>/modules/ambjolisearch/ambjolisearch.php:2252<br>/modules/ambjolisearch/ambjolisearch.php:454<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5645
ORDER BY f.position ASC |
198
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6098
ORDER BY `position` |
198
ms
|
7 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5242) AND (b.`id_shop` = 1) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `name`
FROM `ps1e_configuration`
WHERE (`name` LIKE "RGPUNO_%")
GROUP BY `name` |
197
ms
|
131 |
|
Yes
|
/modules/rg_pushnotifications/classes/RgPuNoConfig.php:55
/modules/rg_pushnotifications/classes/RgPuNoTools.php:1124<br>/modules/rg_pushnotifications/rg_pushnotifications.php:439<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6092) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
197
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6045
ORDER BY f.position ASC |
196
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6091) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
196
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6096
ORDER BY f.position ASC |
195
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6096) AND (b.`id_shop` = 1) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
(SELECT SQL_NO_CACHE * FROM `ps1e_cart_rule` cr
LEFT JOIN `ps1e_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
194
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps1e_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps1e_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps1e_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5842) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
194
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4487
/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:172<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:309<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_attribute` a
LEFT JOIN `ps1e_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1e_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1e_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 `ps1e_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 6097
AND pac.`id_product_attribute` = 4670
AND agl.`id_lang` = 2 |
194
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6093
ORDER BY `position` |
193
ms
|
5 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4670,4671,4672,4673,4674)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
193
ms
|
5 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6093) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6095
ORDER BY f.position ASC |
192
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE ag.`id_accessory_group`,
ag.`show_name`,
ag.`collapse_expand`,
ag.`buy_together`,
IF(ag.`display_style` = 3, 0 , ag.`display_style`) as display_style,
agl.`name`
FROM
`ps1e_accessory_group` ag
LEFT JOIN
`ps1e_accessory_group_lang` `agl` ON agl.`id_accessory_group` = ag.`id_accessory_group`
WHERE
`agl`.`id_lang` = 2 AND `ag`.`active` = 1
ORDER BY ag.`position` ASC |
192
ms
|
1 |
Yes
|
|
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:153
/modules/hsmultiaccessoriespro/abstract/classes/HsAccessoriesGroupAbstract.php:611<br>/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:428<br>/modules/hsmultiaccessoriespro/abstract/hsmultiaccessoriesabstract.php:349<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5572
ORDER BY f.position ASC |
192
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6091
ORDER BY `position` |
192
ms
|
5 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4675,4676,4677,4678,4679,4680)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
191
ms
|
6 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5843
ORDER BY f.position ASC |
191
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3150
ORDER BY `position` |
191
ms
|
9 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6092
ORDER BY f.position ASC |
190
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6100
ORDER BY f.position ASC |
190
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5842
ORDER BY `position` |
189
ms
|
9 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6098
ORDER BY f.position ASC |
189
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5809
ORDER BY f.position ASC |
188
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6091
ORDER BY f.position ASC |
188
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5679
ORDER BY f.position ASC |
188
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6095) AND (b.`id_shop` = 1) LIMIT 1 |
187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5843) AND (b.`id_shop` = 1) LIMIT 1 |
185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5242
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
8 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5242
ORDER BY `position` |
185
ms
|
8 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1892) AND (b.`id_shop` = 1) LIMIT 1 |
184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5842
ORDER BY f.position ASC |
184
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNavFullWidth' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
184
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1876) AND (b.`id_shop` = 1) LIMIT 1 |
184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5253) AND (b.`id_shop` = 1) LIMIT 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6097
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
183
ms
|
5 |
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6094
ORDER BY f.position ASC |
183
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5680
ORDER BY f.position ASC |
182
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1876
ORDER BY f.position ASC |
181
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6092) AND (b.`id_shop` = 1) LIMIT 1 |
181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6094) AND (b.`id_shop` = 1) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5679) AND (b.`id_shop` = 1) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6095
ORDER BY `position` |
180
ms
|
4 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4657,4658,4659)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
179
ms
|
3 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6093
ORDER BY f.position ASC |
179
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps1e_product_attribute_combination` pac
LEFT JOIN `ps1e_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps1e_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps1e_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps1e_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pac.id_product_attribute IN (4661,4663)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
179
ms
|
2 |
|
|
/classes/Product.php:2730
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1892
ORDER BY f.position ASC |
179
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6098) LIMIT 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 627
ORDER BY `position` |
179
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6093) AND (b.`id_shop` = 1) LIMIT 1 |
179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5253
ORDER BY f.position ASC |
178
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5039
AND image_shop.`cover` = 1 LIMIT 1 |
178
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6090) AND (b.`id_shop` = 1) LIMIT 1 |
178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6097
ORDER BY f.position ASC |
177
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5842) AND (b.`id_shop` = 1) LIMIT 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5242
ORDER BY f.position ASC |
175
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5039
ORDER BY `position` |
175
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3150 LIMIT 1 |
174
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 8) LIMIT 1 |
172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5572
AND image_shop.`cover` = 1 LIMIT 1 |
172
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6096 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1e_feature_product pf
LEFT JOIN ps1e_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps1e_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps1e_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps1e_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3150
ORDER BY f.position ASC |
172
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5809
ORDER BY `position` |
171
ms
|
6 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6094
ORDER BY `position` |
170
ms
|
4 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency` c
INNER JOIN ps1e_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
170
ms
|
9 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/modules/ps_currencyselector/ps_currencyselector.php:112<br>/config/smartyfront.config.inc.php:139<br>/config/smartyfront.config.inc.php:84<br>/config/smartyfront.config.inc.php:148<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplate.cache.php:247<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:222<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitmegamenu/iqitmegamenu.php:2583<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6097) |
169
ms
|
5 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNav2' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
169
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3150) AND (b.`id_shop` = 1) LIMIT 1 |
168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6100) |
168
ms
|
6 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNotificationSuccess' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
168
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/modules/fscustomhtml/fscustomhtml.php:1424<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 627 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4686, 4687, 4688, 4689, 4690, 4691) AND il.`id_lang` = 2 ORDER by i.`position` |
168
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayHome' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
167
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5039) |
164
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6098) |
164
ms
|
6 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 627) |
161
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5572
ORDER BY `position` |
161
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6098
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
159
ms
|
6 |
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6045) |
159
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6091
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
158
ms
|
3 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps1e_cms c
LEFT JOIN ps1e_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 2 AND cl.id_shop = 1)
INNER JOIN ps1e_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
158
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_simpleblog_category` c
LEFT JOIN `ps1e_simpleblog_category_lang` cl ON (c.`id_simpleblog_category` = cl.`id_simpleblog_category` AND cl.`id_lang` = 2)
WHERE 1=1
AND c.`active` = 1
ORDER BY c.position ASC |
158
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:362
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:105<br>/modules/iqitelementor/includes/widgets/prestashop.php:60<br>/modules/iqitelementor/includes/elements/base.php:376<br>/modules/iqitelementor/includes/widgets/prestashop.php:106<br>/modules/iqitelementor/includes/widgets-manager.php:78<br>/modules/iqitelementor/includes/widgets-manager.php:69<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 6092
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
158
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2711
/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6045
AND image_shop.`cover` = 1 LIMIT 1 |
157
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5242) |
157
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1876
AND image_shop.`cover` = 1 LIMIT 1 |
157
ms
|
19 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps1e_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
157
ms
|
9 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6096
AND image_shop.`cover` = 1 LIMIT 1 |
156
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5253
AND image_shop.`cover` = 1 LIMIT 1 |
156
ms
|
12 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6100
AND image_shop.`cover` = 1 LIMIT 1 |
156
ms
|
8 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM ps1e_meta m
LEFT JOIN ps1e_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
156
ms
|
1 |
|
|
/classes/Meta.php:190
/modules/ets_seo/ets_seo.php:3233<br>/modules/ets_seo/ets_seo.php:3260<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:722<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6097) LIMIT 1 |
156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 3150) |
155
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 9) LIMIT 1 |
155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6045
ORDER BY `position` |
155
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4675, 4676, 4677, 4678, 4679, 4680) AND il.`id_lang` = 2 ORDER by i.`position` |
154
ms
|
6 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM ps1e_meta m
LEFT JOIN ps1e_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4670, 4671, 4672, 4673, 4674) AND il.`id_lang` = 2 ORDER by i.`position` |
153
ms
|
5 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6091) |
153
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayFooterBefore' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
153
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5809) |
153
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5645
ORDER BY `position` |
153
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4658, 4659, 4657) AND il.`id_lang` = 2 ORDER by i.`position` |
152
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayHeader' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
152
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/modules/fscustomhtml/fscustomhtml.php:1455<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayFooterAfter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
151
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:166<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:60<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM ps1e_iqitmenulinks l
LEFT JOIN ps1e_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 2 AND ll.id_shop=1)
LEFT JOIN ps1e_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "7"
AND l.id_shop IN (0, 1) |
151
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6090
ORDER BY `position` |
151
ms
|
5 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4663, 4661) AND il.`id_lang` = 2 ORDER by i.`position` |
151
ms
|
2 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5645) |
151
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 1876) |
150
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5843) |
149
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 6) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5645
AND image_shop.`cover` = 1 LIMIT 1 |
149
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6092) LIMIT 1 |
149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayNotificationInfo' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
148
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/modules/fscustomhtml/fscustomhtml.php:1431<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6100 AND `id_shop` = 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6090
AND image_shop.`cover` = 1 LIMIT 1 |
147
ms
|
5 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6095) |
146
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
146
ms
|
9 |
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1e_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 6092
ORDER BY `position` |
146
ms
|
5 |
Yes
|
|
/classes/Product.php:3517
/override/classes/Product.php:61<br>/override/classes/Product.php:32<br>/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 7) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5842) |
145
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5809
AND image_shop.`cover` = 1 LIMIT 1 |
145
ms
|
6 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product` a
LEFT JOIN `ps1e_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6091) LIMIT 1 |
145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6090) |
144
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4667, 4668, 4666) AND il.`id_lang` = 2 ORDER by i.`position` |
144
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM ps1e_meta m
LEFT JOIN ps1e_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/modules/ets_seo/ets_seo.php:3256<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_elementor FROM ps1e_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 647 |
143
ms
|
7 |
|
|
/modules/iqitelementor/src/IqitElementorContent.php:127
/modules/iqitelementor/iqitelementor.php:655<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplate.cache.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:222<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitmegamenu/iqitmegamenu.php:2583<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6093 LIMIT 1 |
143
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayBeforeBodyClosingTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
143
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE format
FROM `ps1e_address_format`
WHERE `id_country` = 236 LIMIT 1 |
142
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 1892) |
142
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5039 LIMIT 1 |
141
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6093 LIMIT 1 |
141
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_order
FROM `ps1e_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
141
ms
|
1 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:391
/modules/facebookproductad/lib/hook/hookDisplay.php:110<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:62<br>/modules/facebookproductad/lib/hook/hookController.php:60<br>/modules/facebookproductad/facebookproductad.php:166<br>/modules/facebookproductad/facebookproductad.php:142<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5572) |
141
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "fscustomhtml" LIMIT 1 |
140
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
140
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/modules/responsiveiframe/responsiveiframe.php:324<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6093) |
140
ms
|
3 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6090 AND pa.`id_product` = 6090 AND pa.`id_product_attribute` = 4654 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6092) |
139
ms
|
2 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 1876 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_fsch_block` c LEFT JOIN `ps1e_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps1e_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '2' AND c.`hook` = 'displayFooter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC |
138
ms
|
1 |
Yes
|
|
/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:289
/modules/fscustomhtml/fscustomhtml.php:1392<br>/modules/fscustomhtml/fscustomhtml.php:1354<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6091 AND pa.`id_product` = 6091 AND pa.`id_product_attribute` = 4657 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1 |
137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5680
AND image_shop.`cover` = 1 LIMIT 1 |
137
ms
|
11 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5242 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3150
AND image_shop.`cover` = 1 LIMIT 1 |
137
ms
|
9 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM ps1e_meta m
LEFT JOIN ps1e_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
137
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783<br>/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754<br>/override/classes/Dispatcher.php:32<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6098 AND pa.`id_product` = 6098 AND pa.`id_product_attribute` = 4675 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5679) |
137
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1892
AND image_shop.`cover` = 1 LIMIT 1 |
137
ms
|
31 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitreviews" LIMIT 1 |
136
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6100 AND pa.`id_product` = 6100 AND pa.`id_product_attribute` = 4686 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_simpleblog_category` sbc
LEFT JOIN `ps1e_simpleblog_category_lang` sbcl
ON (sbc.`id_simpleblog_category` = sbcl.`id_simpleblog_category` AND sbcl.`id_lang` = 2)
WHERE sbc.`id_parent` = 1 AND sbc.active = 1
ORDER BY sbc.`position` ASC |
136
ms
|
1 |
Yes
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:203
/modules/ph_simpleblog/models/SimpleBlogCategory.php:371<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:105<br>/modules/iqitelementor/includes/widgets/prestashop.php:60<br>/modules/iqitelementor/includes/elements/base.php:376<br>/modules/iqitelementor/includes/widgets/prestashop.php:106<br>/modules/iqitelementor/includes/widgets-manager.php:78<br>/modules/iqitelementor/includes/widgets-manager.php:69<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4661) LIMIT 1 |
135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6098 LIMIT 1 |
135
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5843 |
135
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5842
AND image_shop.`cover` = 1 LIMIT 1 |
135
ms
|
9 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6094
AND image_shop.`cover` = 1 LIMIT 1 |
135
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5253) |
135
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6094) |
134
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1e_product_attribute_image` pai
LEFT JOIN `ps1e_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1e_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4655, 4656, 4654) AND il.`id_lang` = 2 ORDER by i.`position` |
134
ms
|
3 |
Yes
|
|
/classes/Product.php:2898
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6100 LIMIT 1 |
134
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4654) LIMIT 1 |
134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 6096) |
134
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5842 LIMIT 1 |
134
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5679 LIMIT 1 |
133
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1892 LIMIT 1 |
133
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6090 LIMIT 1 |
133
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5572 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5679 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_ets_seo_rating` WHERE page_type = 'meta' AND id_page = 4 AND id_shop = 1 LIMIT 1 |
132
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRating.php:125
/modules/ets_seo/classes/EtsSeoRating.php:147<br>/modules/ets_seo/ets_seo.php:2832<br>/modules/ets_seo/ets_seo.php:3398<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
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 `ps1e_product` p
INNER JOIN `ps1e_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1e_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` = 5680) |
132
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6097
AND image_shop.`cover` = 1 LIMIT 1 |
131
ms
|
12 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_currency` c ORDER BY `iso_code` ASC |
130
ms
|
3 |
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6093 AND pa.`id_product` = 6093 AND pa.`id_product_attribute` = 4666 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5253 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6093
AND image_shop.`cover` = 1 LIMIT 1 |
130
ms
|
5 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4686) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6094 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5843 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1 |
129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6091
AND image_shop.`cover` = 1 LIMIT 1 |
129
ms
|
5 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5645 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5680 LIMIT 1 |
129
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5843
AND image_shop.`cover` = 1 LIMIT 1 |
129
ms
|
10 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1 |
128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4675) LIMIT 1 |
128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6092 AND pa.`id_product` = 6092 AND pa.`id_product_attribute` = 4661 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 20640
AND fs.`active` = 1 LIMIT 1 |
128
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5679
AND image_shop.`cover` = 1 LIMIT 1 |
128
ms
|
11 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps1e_image_type
WHERE `name` = 'small_default' LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2644<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 3150 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1e_product` p LEFT JOIN `ps1e_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1e_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1e_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` = 6097 AND pa.`id_product` = 6097 AND pa.`id_product_attribute` = 4670 LIMIT 1 |
127
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4657) LIMIT 1 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_country` a
LEFT JOIN `ps1e_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 236) LIMIT 1 |
126
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5242 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6098 LIMIT 1 |
126
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps1e_lang` l
JOIN ps1e_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
126
ms
|
2 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/override/classes/Dispatcher.php:276<br>/classes/Dispatcher.php:245<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6098
AND image_shop.`cover` = 1 LIMIT 1 |
126
ms
|
7 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6090 LIMIT 1 |
125
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5645 LIMIT 1 |
125
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6095
AND image_shop.`cover` = 1 LIMIT 1 |
125
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6094 LIMIT 1 |
125
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5039 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6093 AND `id_shop` = 1 |
124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_simpleblog_category` a
LEFT JOIN `ps1e_simpleblog_category_lang` `b` ON a.`id_simpleblog_category` = b.`id_simpleblog_category` AND b.`id_lang` = 2
WHERE (a.`id_simpleblog_category` = 1) LIMIT 1 |
124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ph_simpleblog/models/SimpleBlogCategory.php:112<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_flash_sale as id
FROM ps1e_flash_sale fs |
123
ms
|
2 |
|
|
/modules/flashsales/models/FlashSale.php:132
/modules/flashsales/flashsales.php:634<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `name`
FROM `ps1e_hook`
WHERE `id_hook` = 538 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1e_image` i
INNER JOIN ps1e_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6092
AND image_shop.`cover` = 1 LIMIT 1 |
122
ms
|
5 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5842 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4670) LIMIT 1 |
122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6045 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33946
AND fs.`active` = 1 LIMIT 1 |
122
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33947
AND fs.`active` = 1 LIMIT 1 |
122
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 10) LIMIT 1 |
122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 5809 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 1876 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5572 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6093 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5253 LIMIT 1 |
121
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_flash_sale` a
WHERE (a.`id_flash_sale` = 1) LIMIT 1 |
120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/flashsales/models/FlashSale.php:78<br>/modules/flashsales/flashsales.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:598<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 627 LIMIT 1 |
119
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6090 LIMIT 1 |
119
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps1e_currency` c
LEFT JOIN ps1e_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
119
ms
|
3 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitelementor/iqitelementor.php:547<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:722<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6045 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5843 LIMIT 1 |
119
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
119
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/facebookproductad/lib/moduleTools.php:412<br>/modules/facebookproductad/facebookproductad.php:64<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_meta` a
LEFT JOIN `ps1e_meta_lang` `b` ON a.`id_meta` = b.`id_meta` AND b.`id_lang` = 2
WHERE (a.`id_meta` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
119
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/ets_seo/ets_seo.php:2820<br>/modules/ets_seo/ets_seo.php:3398<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33952
AND fs.`active` = 1 LIMIT 1 |
118
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE tr.*
FROM `ps1e_tax_rule` tr
JOIN `ps1e_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 236
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
118
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_cpi_rules` WHERE active = 1 ORDER BY id_rule ASC |
117
ms
|
3 |
|
|
/modules/customproductinfo/customproductinfo.php:304
/modules/customproductinfo/customproductinfo.php:365<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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:182<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1 |
117
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 1892 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_country` a
LEFT JOIN `ps1e_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps1e_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 236) LIMIT 1 |
116
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:30
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6092 LIMIT 1 |
116
ms
|
2 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5242 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5242 LIMIT 1 |
115
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_attribute` a
LEFT JOIN `ps1e_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4666) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
115
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2553<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6045 LIMIT 1 |
114
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1 |
114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 0 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6100 LIMIT 1 |
114
ms
|
6 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4687) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
114
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1 |
114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5253 |
113
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
113
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency` a
LEFT JOIN `ps1e_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps1e_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
113
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps1e_shop s
LEFT JOIN ps1e_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 |
113
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:30
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
113
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6100 |
112
ms
|
6 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_flash_sale_lang`
WHERE `id_flash_sale` = 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/flashsales/models/FlashSale.php:78<br>/modules/flashsales/flashsales.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:598<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33948
AND fs.`active` = 1 LIMIT 1 |
112
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 45 LIMIT 1 |
112
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM ps1e_meta m
LEFT JOIN ps1e_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
112
ms
|
2 |
|
|
/classes/Meta.php:190
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760<br>/override/classes/Dispatcher.php:32<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE MAX(fscsp.to)
FROM `ps1e_flash_sale_custom_specific_prices` fscsp
WHERE fscsp.`id_flash_sale` = 2 LIMIT 1 |
110
ms
|
4 |
|
|
/modules/flashsales/models/FlashSale.php:436
/modules/flashsales/flashsales.php:643<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33949
AND fs.`active` = 1 LIMIT 1 |
110
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5039 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 72 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
110
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2568<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 36 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33945
AND fs.`active` = 1 LIMIT 1 |
109
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_ets_seo_meta`
WHERE id_meta = 4 AND id_shop = 1 AND id_lang = 2 LIMIT 1 |
109
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:242
/modules/ets_seo/ets_seo.php:3237<br>/modules/ets_seo/ets_seo.php:3260<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps1e_country`
WHERE `id_country` = 236 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/override/classes/Link.php:138<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1 |
109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6100 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 12) LIMIT 1 |
109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6090) AND (id_product_attribute = 4654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps1e_page`
WHERE `id_page_type` = 1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Page.php:83
/modules/responsiveiframe/responsiveiframe.php:324<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 13) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1 |
108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "revsliderprestashop" LIMIT 1 |
108
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5809 LIMIT 1 |
108
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6096 |
107
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
107
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2574<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6090) AND (id_product_attribute = 4654) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 3150 LIMIT 1 |
107
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6097 |
107
ms
|
5 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6097 LIMIT 1 |
107
ms
|
5 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
106
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/facebookproductad/lib/moduleTools.php:412<br>/modules/facebookproductad/lib/moduleTools.php:1756<br>/modules/facebookproductad/lib/hook/hookDisplay.php:134<br>:undefined<br>/modules/facebookproductad/lib/hook/hookDisplay.php:62<br>/modules/facebookproductad/lib/hook/hookController.php:60<br>/modules/facebookproductad/facebookproductad.php:166<br>/modules/facebookproductad/facebookproductad.php:142<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_flash_sale_lang`
WHERE `id_flash_sale` = 2 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/flashsales/models/FlashSale.php:78<br>/modules/flashsales/flashsales.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:598<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
106
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscCustomerSignIn.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:35<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5679 |
106
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_country_lang`
WHERE `id_country` = 236 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6096 LIMIT 1 |
106
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5680 |
106
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "spsearchpro" LIMIT 1 |
106
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2568<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1 |
106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=5 |
105
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogPost.php:477<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6095 LIMIT 1 |
105
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6096 |
105
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4657 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 11) LIMIT 1 |
105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6093) AND (id_product_attribute = 4667) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1 |
104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1 |
104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6093 LIMIT 1 |
104
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps1e_specific_price` WHERE `id_product_attribute` != 0 |
104
ms
|
3 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 471 AND `id_shop` = 1 LIMIT 1 |
104
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:71<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "mailalerts" LIMIT 1 |
104
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/rg_pushnotifications/rg_pushnotifications.php:93<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitelementor" LIMIT 1 |
104
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=2 |
103
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogPost.php:477<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
103
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2543<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4686 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps1e_lang` l
LEFT JOIN `ps1e_lang_shop` ls ON (l.id_lang = ls.id_lang) |
103
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:30
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 3150 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6095 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1 |
103
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=4 |
103
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogPost.php:477<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5680 LIMIT 1 |
103
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5809 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
102
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogCategory.php:119<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_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 = 6091 LIMIT 1 |
102
ms
|
3 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4675 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 14) LIMIT 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6091 |
102
ms
|
3 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 627 |
101
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 16) LIMIT 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE m.page FROM `ps1e_meta` m
JOIN `ps1e_meta_lang` ml ON m.id_meta = ml.id_meta AND ml.id_lang=2 AND ml.id_shop=1
WHERE ml.url_rewrite='/' AND ml.id_lang=2 AND ml.id_shop=1 LIMIT 1 |
101
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:1119
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:720<br>/override/classes/Dispatcher.php:54<br>/classes/Dispatcher.php:359<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 1876 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4690) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6098 AND `id_shop` = 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5645 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1 |
101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_image_type` |
101
ms
|
9 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204<br>/modules/ambjolisearch/ambjolisearch.php:2720<br>/modules/ambjolisearch/ambjolisearch.php:2380<br>/modules/ambjolisearch/ambjolisearch.php:155<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5679 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pt.`id_page_type`,pt.`name`,p.`id_page_type`,p.`id_page`,p.`id_object`
FROM `ps1e_page` p
LEFT JOIN `ps1e_page_type` pt ON p.`id_page_type` = pt.`id_page_type`
WHERE p.`id_page` = 1 LIMIT 1 |
100
ms
|
1 |
|
|
/modules/responsiveiframe/responsiveiframe.php:63
/modules/responsiveiframe/responsiveiframe.php:325<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps1e_hook_alias` |
100
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
100
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:30
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5842 |
100
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1 |
100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_flash_sale` a
WHERE (a.`id_flash_sale` = 2) LIMIT 1 |
100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/flashsales/models/FlashSale.php:78<br>/modules/flashsales/flashsales.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:598<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1 |
100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6092 LIMIT 1 |
100
ms
|
2 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6091) AND (id_product_attribute = 4657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_iqitmegamenu_tabs` a
LEFT JOIN `ps1e_iqitmegamenu_tabs_lang` `b` ON a.`id_tab` = b.`id_tab` AND b.`id_lang` = 2
LEFT JOIN `ps1e_iqitmegamenu_tabs_shop` `c` ON a.`id_tab` = c.`id_tab` AND c.`id_shop` = 1
WHERE (a.`id_tab` = 15) LIMIT 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitmegamenu/models/IqitMenuTab.php:113<br>/modules/iqitmegamenu/iqitmegamenu.php:3214<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
99
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps1e_required_field |
99
ms
|
2 |
|
|
/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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
98
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4670) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE fs.`id_flash_sale`
FROM `ps1e_flash_sale` fs
LEFT JOIN `ps1e_flash_sale_specific_prices` fssp ON (fs.`id_flash_sale` = fssp.`id_flash_sale`)
WHERE fssp.`id_specific_price` = 33950
AND fs.`active` = 1 LIMIT 1 |
98
ms
|
6 |
|
|
/modules/flashsales/models/FlashSale.php:591
/modules/flashsales/models/FlashSale.php:578<br>/modules/flashsales/flashsales.php:911<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6100 LIMIT 1 |
98
ms
|
6 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5843 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6045 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6098 |
98
ms
|
6 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
98
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index.php' LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:260<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscCustomerSignIn.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:35<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 1876 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6097 LIMIT 1 |
97
ms
|
5 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps1e_product_attribute pa
INNER JOIN ps1e_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 6091 LIMIT 1 |
97
ms
|
3 |
|
|
/classes/Product.php:1054
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/modules/customproductinfo/customproductinfo.php:285<br>/modules/customproductinfo/customproductinfo.php:365<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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:128<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:302<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4691) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6091 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6097 AND `id_shop` = 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1 |
97
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 57 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 48 LIMIT 1 |
96
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 1892 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6096 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5572 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 3150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6090 AND id_shop=1 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 35 LIMIT 1 |
96
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "socialloginizer" LIMIT 1 |
96
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/supercheckout/supercheckout.php:1687<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1 |
96
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5680 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6093) AND (id_product_attribute = 4668) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 1876 |
95
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/modules/responsiveiframe/responsiveiframe.php:287<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps1e_cms c
LEFT JOIN ps1e_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 2 AND cl.id_shop = 1)
INNER JOIN ps1e_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (13) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
95
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:1760<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
95
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6095 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6092 |
94
ms
|
2 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4670 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5242 AND id_shop=1 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6098 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
94
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 1892 |
94
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
94
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitsearch" LIMIT 1 |
93
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:84<br>/config/smartyfront.config.inc.php:95<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
93
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogCategory.php:119<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
93
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6093 |
93
ms
|
3 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6045 AND id_shop=1 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 35 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency` a
LEFT JOIN `ps1e_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps1e_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
93
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1 |
93
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6098 LIMIT 1 |
92
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6091 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_group` a
LEFT JOIN `ps1e_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
92
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4689) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=3 |
92
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogPost.php:477<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE `from` BETWEEN '2026-07-14 00:00:00' AND '2026-07-14 23:59:59' LIMIT 1 |
92
ms
|
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency` a
LEFT JOIN `ps1e_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 3150 AND id_shop=1 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
92
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5809 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
91
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogPost.php:477<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_tax_lang`
WHERE `id_tax` = 53 |
91
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 627 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5253 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 5842 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4654 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4688) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6090 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(id_simpleblog_comment)
FROM ps1e_simpleblog_comment
WHERE id_simpleblog_post = 4
AND active = 1 LIMIT 1 |
91
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogComment.php:161
/modules/ph_simpleblog/models/SimpleBlogPost.php:475<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6092) AND (id_product_attribute = 4661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
91
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6092) AND (id_product_attribute = 4661) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_product_lang`
WHERE `id_product` = 6092 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 36 LIMIT 1 |
90
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:631<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 6100
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
90
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
90
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogCategory.php:119<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5039 |
90
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
90
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category` a
LEFT JOIN `ps1e_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps1e_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3275<br>/modules/iqitmegamenu/iqitmegamenu.php:3232<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6095 |
90
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6094 LIMIT 1 |
90
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps1e_simpleblog_tag t
LEFT JOIN ps1e_simpleblog_post_tag pt ON (pt.id_simpleblog_tag = t.id_simpleblog_tag)
WHERE pt.`id_simpleblog_post`=1 |
90
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogTag.php:150
/modules/ph_simpleblog/models/SimpleBlogCategory.php:119<br>/modules/ph_simpleblog/models/SimpleBlogPost.php:455<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
90
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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:177<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/9d/ba/c9/9dbac9cd87c6f719f8327505e762f24fd0aa754d_2.file.product-small.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouse/9d/1a/6b/9d1a6be2e89229fbe6d9c107cdfc0822e2e1efa3_2.module.iqitelementorviewstemplat.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
90
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
89
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5645) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6098 AND id_shop=1 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name, alias FROM `ps1e_hook_alias` |
89
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5645 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 18 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6097 LIMIT 1 |
89
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 3150 |
89
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
89
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6094 |
89
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:674<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
89
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms' LIMIT 1 |
89
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:261<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
88
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4666 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5039) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
88
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStShoppingcart.php:47<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:33<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps1e_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/override/classes/Link.php:116<br>/config/config.inc.php:284<br>/index.php:30
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE `to` BETWEEN '2026-07-14 00:00:00' AND '2026-07-14 23:59:59' LIMIT 1 |
88
ms
|
3 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_meta`
FROM `ps1e_meta_lang`
WHERE `url_rewrite`='/' AND id_shop=1 AND id_lang=2 LIMIT 1 |
88
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:534
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559<br>/override/classes/Dispatcher.php:54<br>/classes/Dispatcher.php:359<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency` a
LEFT JOIN `ps1e_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps1e_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
88
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6100 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 74 LIMIT 1 |
88
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE value FROM `ps1e_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
88
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/modules/ph_simpleblog/ph_simpleblog.php:130<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/override/classes/Dispatcher.php:31<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
88
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2574<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
88
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
87
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2543<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6092 LIMIT 1 |
87
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps1e_category_group ctg
WHERE ctg.`id_category` = 16 AND ctg.`id_group` = 1 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Category.php:1730
/classes/Category.php:968<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "bonsearch" LIMIT 1 |
87
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2548<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6091) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 48 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1e_product_attribute` pa
INNER JOIN ps1e_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` = 4661 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6093) AND (id_product_attribute = 4666) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4671) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
87
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6090 AND `id_group` = 1 LIMIT 1 |
86
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6090 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6097 LIMIT 1 |
86
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6091) AND (id_product_attribute = 4657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5809) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
86
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6092 AND id_shop=1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
86
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps1e_country`
WHERE `id_country` = 236 LIMIT 1 |
85
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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5572) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 27 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4678) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 6092 LIMIT 1 |
85
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product' LIMIT 1 |
85
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:334<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
85
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
85
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscShoppingcart.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:36<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps1e_cms c
LEFT JOIN ps1e_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 2 AND cl.id_shop = 1)
INNER JOIN ps1e_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (1) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
84
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:1760<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5572 |
84
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE 1 FROM `ps1e_specific_price` WHERE id_product = 627 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
84
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/facebookproductad/lib/moduleTools.php:412<br>/modules/facebookproductad/facebookproductad.php:65<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 35 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4675) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
84
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_emailalerts" LIMIT 1 |
84
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscEmailAlerts.php:45<br>/modules/litespeedcache/thirdparty/lsc_include.php:37<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
84
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2548<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_lang` a
LEFT JOIN `ps1e_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
84
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:30
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 52 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(id_simpleblog_comment)
FROM ps1e_simpleblog_comment
WHERE id_simpleblog_post = 3
AND active = 1 LIMIT 1 |
84
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogComment.php:161
/modules/ph_simpleblog/models/SimpleBlogPost.php:475<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "is_themecore" LIMIT 1 |
84
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2597<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5039 LIMIT 1 |
84
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6045 |
84
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5809 |
84
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6092) AND (id_product_attribute = 4663) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
83
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
83
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCustomerSignIn.php:46<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:34<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 242 AND `id_shop` = 1 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscShoppingcart.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:36<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `width`, `height`
FROM ps1e_image_type
WHERE `name` = 'home_default' LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2661<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5242 |
83
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1e_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps1e_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 6091 LIMIT 1 |
83
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:297<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6091 AND id_shop=1 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6091 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
83
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2589<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 627 AND id_shop=1 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6098 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5843) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6100 AND id_shop=1 LIMIT 1 |
83
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 1876) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6100) AND (id_product_attribute = 4686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
83
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
82
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2597<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCookielaw.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:29<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
82
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCompare.php:61<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:27<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
82
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2611<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5645 AND id_shop=1 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `name`
FROM `ps1e_hook`
WHERE `id_hook` = 747 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
82
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitcompare" LIMIT 1 |
81
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCompare.php:61<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:27<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6096 LIMIT 1 |
81
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 5039
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
81
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1 |
81
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6091) AND (id_product_attribute = 4658) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 5645 |
81
ms
|
1 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps1e_cms c
LEFT JOIN ps1e_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 2 AND cl.id_shop = 1)
INNER JOIN ps1e_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
81
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:1760<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1e_product_attribute`
WHERE `id_product` = 6090 |
81
ms
|
3 |
|
|
/classes/Product.php:2879
/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>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:755<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
81
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
81
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitWishlist.php:63<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:28<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitcookielaw" LIMIT 1 |
80
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitCookielaw.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:29<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6095) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 278 AND `id_shop` = 1 LIMIT 1 |
80
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscEmailAlerts.php:45<br>/modules/litespeedcache/thirdparty/lsc_include.php:37<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5809 AND id_shop=1 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6094 AND id_shop=1 LIMIT 1 |
80
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 3150 AND `id_group` = 1 LIMIT 1 |
80
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5253) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6094) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6092) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5680) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
80
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "gdprpro" LIMIT 1 |
79
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscGdprPro.php:66<br>/modules/litespeedcache/thirdparty/lsc_include.php:40<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6093) AND (id_product_attribute = 4666) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
79
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
79
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
79
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 72 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitpopup" LIMIT 1 |
79
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitPopup.php:52<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:30<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6093 AND id_shop=1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5253 AND id_shop=1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE location
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4670) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `type`, `target` FROM `ps1e_ets_seo_redirect` WHERE `url` = '' AND active = 1 AND `id_shop`=1 LIMIT 1 |
79
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRedirect.php:129
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:837<br>/override/classes/Dispatcher.php:50<br>/classes/Dispatcher.php:359<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(id_simpleblog_comment)
FROM ps1e_simpleblog_comment
WHERE id_simpleblog_post = 2
AND active = 1 LIMIT 1 |
79
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogComment.php:161
/modules/ph_simpleblog/models/SimpleBlogPost.php:475<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6097 AND id_shop=1 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 36 LIMIT 1 |
79
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(id_simpleblog_comment)
FROM ps1e_simpleblog_comment
WHERE id_simpleblog_post = 1
AND active = 1 LIMIT 1 |
79
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogComment.php:161
/modules/ph_simpleblog/models/SimpleBlogPost.php:475<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6093) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
79
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 1892 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/modules/responsiveiframe/responsiveiframe.php:247<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 24 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
78
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCustomerSignIn.php:46<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:34<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stnotification" LIMIT 1 |
78
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStNotification.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:32<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
78
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStLovedProduct.php:109<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:40<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
78
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStShoppingcart.php:47<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:33<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5842) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
78
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1 |
78
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5572 LIMIT 1 |
78
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscGdprPro.php:66<br>/modules/litespeedcache/thirdparty/lsc_include.php:40<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitWishlist.php:63<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:28<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStNotification.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:32<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 5679) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
77
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2611<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2604<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "dbsearchbar" LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2604<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
77
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 332 AND `id_shop` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php:56<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
77
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1 |
77
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 6098
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
77
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
77
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:422<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 35 LIMIT 1 |
77
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 627 AND `id_group` = 1 LIMIT 1 |
77
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1 |
77
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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_group_lang`
WHERE `id_group` = 1 |
77
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
76
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2589<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6100 AND `id_group` = 1 LIMIT 1 |
76
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6097 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 24 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1 |
76
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/iqit/LscIqitPopup.php:52<br>/modules/litespeedcache/thirdparty/1.7/iqit/loader.php:30<br>/modules/litespeedcache/thirdparty/lsc_include.php:44<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 15 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "pscartdropdown" LIMIT 1 |
76
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscPscartdropdown.php:44<br>/modules/litespeedcache/thirdparty/lsc_include.php:41<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 57 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1 |
76
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6095 AND id_shop=1 LIMIT 1 |
76
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_meta` FROM `ps1e_meta` WHERE `page`='index' LIMIT 1 |
76
ms
|
1 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:252
/modules/ets_seo/ets_seo.php:2695<br>/modules/ets_seo/ets_seo.php:3398<br>/modules/ets_seo/ets_seo.php:2384<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6094 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6095 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5843 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
75
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStLovedProduct.php:109<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:40<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1e_currency` c
WHERE (iso_code = 'BGN') LIMIT 1 |
75
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
75
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/LscPscartdropdown.php:44<br>/modules/litespeedcache/thirdparty/lsc_include.php:41<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5843 AND id_shop=1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 1876 AND id_shop=1 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
75
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3228<br>/modules/iqitmegamenu/iqitmegamenu.php:2645<br>/modules/iqitmegamenu/iqitmegamenu.php:2598<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:134<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 27 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stcompare" LIMIT 1 |
75
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCompare.php:91<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:37<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product.php' LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:335<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6092 LIMIT 1 |
75
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 24 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 6096 AND id_shop=1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStCompare.php:91<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:37<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5039 AND id_shop=1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE *
FROM `ps1e_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
74
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:30
|
SELECT SQL_NO_CACHE *
FROM `ps1e_currency_lang`
WHERE `id_currency` = 3 |
74
ms
|
1 |
|
|
/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:704<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5842 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2553<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:91<br>/config/smartyfront.config.inc.php:84<br>/config/smartyfront.config.inc.php:95<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1f/fc/ed/1ffced8c85478418c903f433087c836fa6c1844a_2.file.header-2.tpl.php:47<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:149<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/8c/37/9d/8c379d24533ed521a84285e9850f97701f1432eb_2.file.header.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 1892 AND id_shop=1 LIMIT 1 |
74
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stwishlist" LIMIT 1 |
74
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStWishlist.php:52<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:43<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 1876
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
74
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
73
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:71<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms' LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:338<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 1892
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
73
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1e_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 40 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4679) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
73
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 5843
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
73
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5680 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5679 AND id_shop=1 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 6093 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pt.`id_page_type`,pt.`name`,p.`id_page_type`,p.`id_page`,p.`id_object`
FROM `ps1e_page` p
LEFT JOIN `ps1e_page_type` pt ON p.`id_page_type` = pt.`id_page_type`
WHERE p.`id_page` = 1 LIMIT 1 |
73
ms
|
1 |
|
|
/modules/responsiveiframe/responsiveiframe.php:63
/modules/responsiveiframe/responsiveiframe.php:248<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5842 AND id_shop=1 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5253 LIMIT 1 |
73
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 74 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 6097
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
72
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6045 AND `id_group` = 1 LIMIT 1 |
72
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
72
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStWishlist.php:52<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:43<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5680 AND id_shop=1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1e_product_shop`
WHERE `id_product` = 5572 AND id_shop=1 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE COUNT(*) FROM `ps1e_pack` WHERE id_product_pack = 5679 LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index.php' LIMIT 1 |
72
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:337<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6096 AND `id_group` = 1 LIMIT 1 |
72
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE * FROM `ps1e_hook_module_exceptions`
WHERE `id_shop` IN (1) |
71
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5242 AND `id_group` = 1 LIMIT 1 |
71
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE pt.`id_page_type`,pt.`name`,p.`id_page_type`,p.`id_page`,p.`id_object`
FROM `ps1e_page` p
LEFT JOIN `ps1e_page_type` pt ON p.`id_page_type` = pt.`id_page_type`
WHERE p.`id_page` = 1 LIMIT 1 |
71
ms
|
1 |
|
|
/modules/responsiveiframe/responsiveiframe.php:63
/modules/responsiveiframe/responsiveiframe.php:288<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "contactform" LIMIT 1 |
71
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms.php' LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:339<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:336<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE slug
FROM `ps1e_simpleblog_post_type` sbpt
WHERE (id_simpleblog_post_type = 1) LIMIT 1 |
70
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogPostType.php:58
/modules/ph_simpleblog/models/SimpleBlogPost.php:480<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
70
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps1e_page`
WHERE `id_page_type` = 1 LIMIT 1 |
70
ms
|
1 |
|
|
/classes/Page.php:83
/modules/responsiveiframe/responsiveiframe.php:247<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 48 LIMIT 1 |
69
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1e_specific_price_priority`
WHERE `id_product` = 5842
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
69
ms
|
1 |
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
69
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:30
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4672) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
69
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5809 AND `id_group` = 1 LIMIT 1 |
68
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1e_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
67
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6098 AND `id_group` = 1 LIMIT 1 |
67
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE slug
FROM `ps1e_simpleblog_post_type` sbpt
WHERE (id_simpleblog_post_type = 1) LIMIT 1 |
67
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogPostType.php:58
/modules/ph_simpleblog/models/SimpleBlogPost.php:480<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
67
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE slug
FROM `ps1e_simpleblog_post_type` sbpt
WHERE (id_simpleblog_post_type = 1) LIMIT 1 |
67
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogPostType.php:58
/modules/ph_simpleblog/models/SimpleBlogPost.php:480<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 319 AND `id_shop` = 1 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 27 LIMIT 1 |
67
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6091 AND `id_group` = 1 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "pk_amp" LIMIT 1 |
66
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/promokit/LscPkAmp.php:145<br>/modules/litespeedcache/thirdparty/1.7/promokit/loader.php:28<br>/modules/litespeedcache/thirdparty/lsc_include.php:46<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms.php' LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:262<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE slug
FROM `ps1e_simpleblog_post_type` sbpt
WHERE (id_simpleblog_post_type = 1) LIMIT 1 |
66
ms
|
1 |
|
|
/modules/ph_simpleblog/models/SimpleBlogPostType.php:58
/modules/ph_simpleblog/models/SimpleBlogPost.php:480<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:493<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php:430<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6091) AND (id_product_attribute = 4659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
66
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5645 AND `id_group` = 1 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps1e_page`
WHERE `id_page_type` = 1 LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Page.php:83
/modules/responsiveiframe/responsiveiframe.php:287<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
66
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1 |
66
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:422<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product' LIMIT 1 |
66
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:257<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1e_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
66
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ultimateimagetool" LIMIT 1 |
65
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Link.php:121<br>/config/config.inc.php:284<br>/index.php:30
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 15 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 52 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_group`
WHERE `id_group` = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3963<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product' LIMIT 1 |
65
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:297<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
65
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php:54<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:43<br>/modules/iqitelementor/includes/widgets-manager.php:66<br>/modules/iqitelementor/includes/widgets-manager.php:60<br>/modules/iqitelementor/includes/widgets-manager.php:98<br>/modules/iqitelementor/includes/widgets-manager.php:104<br>/modules/iqitelementor/includes/frontend.php:145<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:195<br>/modules/iqitelementor/includes/frontend.php:92<br>/modules/iqitelementor/includes/frontend.php:334<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1e_currency_shop`
WHERE `id_currency` = 3
AND id_shop = 1 LIMIT 1 |
65
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6092 AND `id_group` = 1 LIMIT 1 |
65
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "stsidebar" LIMIT 1 |
64
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStSidebar.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 40 LIMIT 1 |
64
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1e_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
63
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
63
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
63
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE name FROM ps1e_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 24 LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Product.php:5622
/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6098) AND (id_product_attribute = 4680) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
63
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
63
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/LscStSidebar.php:49<br>/modules/litespeedcache/thirdparty/1.7/panda_transform/loader.php:46<br>/modules/litespeedcache/thirdparty/lsc_include.php:45<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product.php' LIMIT 1 |
63
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:258<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5039 AND `id_group` = 1 LIMIT 1 |
62
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'product.php' LIMIT 1 |
62
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:298<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `type`, `target` FROM `ps1e_ets_seo_redirect` WHERE `url` = 'bg/' AND active = 1 AND `id_shop`=1 LIMIT 1 |
62
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRedirect.php:129
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:843<br>/override/classes/Dispatcher.php:50<br>/classes/Dispatcher.php:359<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ets_seo" LIMIT 1 |
62
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:21<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4673) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
61
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:259<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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
61
ms
|
0 |
|
|
/classes/module/Module.php:2328
/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:30
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1e_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
61
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:30
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index' LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:299<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1e_stock_available`
WHERE (id_product = 6097) AND (id_product_attribute = 4674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
60
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2744<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:636<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:495<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:146<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/fe/ee/c0/feeec02d82a4a8dedb2632aa16174ed1ad836887_2.file.product-miniature-thumb.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/3c/e4/03/3ce4034a6f4540c04965b5f478a02ed00bbc5706_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouse/07/bf/27/07bf27e1562cece75fc2bf76b368c6a919742e90_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehouse/ce/dc/49/cedc4943d863ce80902fef222f8917e73ddc2893_2.module.iqitelementorviewstemplat.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitelementor/iqitelementor.php:503<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6094 AND `id_group` = 1 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6095 AND `id_group` = 1 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
60
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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/25/38/24/2538246e21553ef81dccd89545ebc0cda833e3be_2.file.footer-1.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/warehouselayouts_layout_full_width_tpl/7d/41/e4/7d41e4e189035e9ab9431f01d0c2c7417476f02e_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5572 AND `id_group` = 1 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/src/Adapter/Category/CategoryProductSearchProvider.php:79<br>/src/Adapter/Category/CategoryProductSearchProvider.php:105<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:735<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php:530<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6097 AND `id_group` = 1 LIMIT 1 |
60
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'index.php' LIMIT 1 |
60
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:300<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
60
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2494<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 6093 AND `id_group` = 1 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 373 AND `id_shop` = 1 LIMIT 1 |
59
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Link.php:121<br>/config/config.inc.php:284<br>/index.php:30
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 1892 AND `id_group` = 1 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 1876 AND `id_group` = 1 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
59
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2508<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms' LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:301<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5842 AND `id_group` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5253 AND `id_group` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1e_lang`
WHERE `locale` = 'bg-bg'
OR `language_code` = 'bg-bg' LIMIT 1 |
58
ms
|
1 |
|
|
/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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE id_page_type
FROM ps1e_page_type
WHERE name = 'cms.php' LIMIT 1 |
58
ms
|
1 |
|
|
/classes/Page.php:104
/modules/responsiveiframe/responsiveiframe.php:302<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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/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/warehouselayouts_layout_full_width_tpl/1d/7d/2d/1d7d2d7cc48a2a8d6af76113b684d27342de06ec_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/02/f7/e9/02f7e920bda54a53f67768689b5d320233b44735_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d5/0a/63/d50a6352ae6820c4a80ac400fc9fc5c224cc2407_2.file.page.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_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f0/27/5d/f0275d63ca2e49376636327f3a54fdcecfcc40cb_2.file.index.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5679 AND `id_group` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5680 AND `id_group` = 1 LIMIT 1 |
58
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2494<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1e_product_group_reduction_cache`
WHERE `id_product` = 5843 AND `id_group` = 1 LIMIT 1 |
57
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/classes/Product.php:5874<br>/classes/Product.php:3105<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:78<br>/src/Adapter/NewProducts/NewProductsProductSearchProvider.php:89<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:654<br>/modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php:459<br>/modules/iqitelementor/iqitelementor.php:510<br>/modules/iqitelementor/iqitelementor.php:502<br>/modules/iqitelementor/src/iqitElementorWpHelper.php:73<br>/modules/iqitelementor/includes/widgets/prestashop.php:94<br>/modules/iqitelementor/includes/widgets/base.php:271<br>/modules/iqitelementor/includes/frontend.php:78<br>/modules/iqitelementor/includes/frontend.php:59<br>/modules/iqitelementor/includes/frontend.php:41<br>/modules/iqitelementor/includes/frontend.php:317<br>/modules/iqitelementor/includes/frontend.php:335<br>/modules/iqitelementor/includes/plugin-elementor.php:62<br>/modules/iqitelementor/iqitelementor.php:573<br>/modules/iqitelementor/iqitelementor.php:548<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/controllers/front/IndexController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
57
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/promokit/LscPkAmp.php:145<br>/modules/litespeedcache/thirdparty/1.7/promokit/loader.php:28<br>/modules/litespeedcache/thirdparty/lsc_include.php:46<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 441 AND `id_shop` = 1 LIMIT 1 |
57
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:21<br>/classes/Dispatcher.php:214<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
55
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2500<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "labblocksearch" LIMIT 1 |
54
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ambjolisearch/ambjolisearch.php:2508<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
54
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/ambjolisearch/ambjolisearch.php:2500<br>/modules/ambjolisearch/ambjolisearch.php:438<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>/override/classes/controller/FrontController.php:16<br>/controllers/front/IndexController.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module` WHERE `name` = "pspagebuilder" LIMIT 1 |
52
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/promokit/LscPkHeader.php:47<br>/modules/litespeedcache/thirdparty/1.7/promokit/loader.php:27<br>/modules/litespeedcache/thirdparty/lsc_include.php:46<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1e_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
49
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/litespeedcache/thirdparty/LscIntegration.php:42<br>/modules/litespeedcache/thirdparty/LscIntegration.php:49<br>/modules/litespeedcache/thirdparty/1.7/promokit/LscPkHeader.php:47<br>/modules/litespeedcache/thirdparty/1.7/promokit/loader.php:27<br>/modules/litespeedcache/thirdparty/lsc_include.php:46<br>/modules/litespeedcache/litespeedcache.php:119<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:521<br>/override/classes/Dispatcher.php:5<br>/index.php:31
|