T-shirt Unisexe - MICKE BIO - Label GUERANDELLE

STTU169C0041L
Prix: 49,00 €
TTC
Stock 24H (2)

Le t-shirt unisexe iconique
Jersey simple
100% Cotton - Organic Combed Ring Spun / Heather Haze: 70% Organic Cotton - 30% Recycled Cotton, Combed Ring Spun
180GMS
Produit issu du commerce équitable certifié Fair Ware

Quantité

ü  Pour un lavage optimale, nous préconisons un cycle classique en machine à 30°. à l'envers.

ü  Tant que possible, évitez le sèche linge, notre coton biologique préfèrera à coup sûr le séchage à l'air libre !

ü  Pour les plus courageux qui repassent, optez plutôt pour un repassage sur l'envers 

Chaque produit est imprimé dans notre atelier de la Rochelle, avec soin et attention. 

Nous réalisons les marquages et  personnalisations à la demande, en choisissant la technique la plus adaptée au textile et au visuel, pour un rendu propre, durable et de qualité.

Manches montées Côtes 1x1 au col Bande de nuque intérieure dans la matière principale Surpiqûre à 2 aiguilles au poignet et à l'ourlet

L ART TISSE

Load Time 1846 ms
Querying Time 1071 ms
Queries 1031
Memory Peak Usage 36.8 Mb
Included Files 1362 files - 15.07 Mb
PrestaShop Cache - Mb
Global vars 0.46 Mb
PrestaShop Version 9.1.2
PHP Version 8.4.11
MySQL Version 11.8.3-MariaDB-1build1 from Ubuntu-log
Memory Limit 2G
Max Execution Time 600s
Smarty Cache disabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 60.314 ms 60.314 ms 3.23 Mb 4.3 Mb
__construct 1.007 ms 61.321 ms 0.02 Mb 4.3 Mb
init 517.391 ms 578.712 ms 1.77 Mb 5.2 Mb
checkAccess 0.003 ms 578.715 ms - Mb 5.2 Mb
setMedia 1.937 ms 580.652 ms 0.07 Mb 5.2 Mb
postProcess 0.007 ms 580.659 ms - Mb 5.2 Mb
initHeader 0.002 ms 580.661 ms - Mb 5.2 Mb
initContent 543.124 ms 1124 ms 5.95 Mb 13.0 Mb
initFooter 0.006 ms 1124 ms - Mb 13.0 Mb
display 721.752 ms 1846 ms 23.67 Mb 36.8 Mb
Hook Time Memory Usage
OverrideLayoutTemplate 605.782 ms 14.78 Mb
displayNavFullWidth 84.902 ms 2.79 Mb
DisplayHeader 37.215 ms 0.96 Mb
DisplayProductPriceBlock 13.046 ms 0.57 Mb
FilterProductContent 10.687 ms 0.18 Mb
DisplayProductStock 3.134 ms 0.05 Mb
ActionFrontControllerSetMedia 0.500 ms 0.01 Mb
DisplayProductActions 0.496 ms 0.07 Mb
ActionFrontControllerInitBefore 0.433 ms 0.01 Mb
ProductDesigner 0.384 ms 0.02 Mb
ActionPresentProductListing 0.145 ms - Mb
ActionFrontControllerInitAfter 0.078 ms - Mb
ProductDesignerCustomizeButton 0.028 ms - Mb
ModuleRoutes 0.008 ms - Mb
DisplayOverrideTemplate 0.007 ms - Mb
15 hook(s) 756.845 ms 19.43 Mb
Module Time Memory Usage
colissimo 1.918 ms 0.12 Mb
stripe_official 29.925 ms 0.64 Mb
productdesigner 16.436 ms 0.86 Mb
creativeelements 612.631 ms 15.23 Mb
blockwishlist 0.949 ms 0.08 Mb
ps_socialfollow 0.199 ms 0.01 Mb
ps_emailsubscription 0.158 ms 0.01 Mb
chronopost 0.514 ms 0.04 Mb
productcomments 11.079 ms 0.19 Mb
ps_shoppingcart 0.283 ms 0.01 Mb
ps_searchbar 0.693 ms 0.01 Mb
ps_imageslider 0.293 ms 0.01 Mb
anmegamenu 85.492 ms 2.80 Mb
psgdpr 0.469 ms 0.01 Mb
xl_conscience 3.372 ms 0.06 Mb
xl_productcms 0.252 ms 0.01 Mb
16 module(s) 764.663 ms 20.05 Mb

Stopwatch SQL - 1031 queries

# Query Time (ms) Rows Filesort Group By Location
50
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-06-04 00:00:00' AND '2026-06-04 23:59:59' LIMIT 1
252.398 ms 802713 /classes/SpecificPrice.php:364
51
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-06-04 00:00:00' AND '2026-06-04 23:59:59' LIMIT 1
218.579 ms 802713 /classes/SpecificPrice.php:368
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
18.791 ms 4165 /classes/Configuration.php:162
363
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5)
WHERE (pa.id_product = 3024) AND (al.id_lang = 1) AND (agl.id_lang = 1)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
16.516 ms 266 Yes Yes /classes/Product.php:4368
75
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 3024 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
12.923 ms 266 Yes Yes /classes/Product.php:2553
643
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 3024 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
10.408 ms 266 Yes Yes /classes/Product.php:2553
347
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 3024 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
8.082 ms 266 Yes Yes /classes/Product.php:2553
836
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2908) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
6.980 ms 372 Yes /classes/Product.php:4281
1025
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
6.562 ms 4165 /classes/Configuration.php:162
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 5)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 5) AND (mg.id_shop = 5 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
5.961 ms 4477 Yes Yes /classes/Hook.php:1497
839
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2906) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
4.959 ms 352 Yes /classes/Product.php:4281
39
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 5)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
4.865 ms 721 /classes/Hook.php:488
821
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2793) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
4.761 ms 334 Yes /classes/Product.php:4281
344
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
4.378 ms 266 /classes/Product.php:7233
58
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3024
3.850 ms 1 /classes/Tag.php:219
74
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
3.640 ms 266 /classes/Product.php:7175
830
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2900) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
3.003 ms 166 Yes /classes/Product.php:4281
234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215527) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
2.958 ms 1 /classes/stock/StockAvailable.php:266
38
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.370 ms 0 /classes/Hook.php:1565
362
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_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2026-06-04 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=5)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 5 
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 5 
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=5)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
WHERE `id_product_1` = 3024 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product
ORDER BY pl.`name`
2.232 ms 1 Yes Yes /classes/Product.php:4482
827
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2880) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
2.069 ms 96 Yes /classes/Product.php:4281
824
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2879) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.916 ms 95 Yes /classes/Product.php:4281
833
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2907) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.840 ms 66 Yes /classes/Product.php:4281
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215407) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
1.816 ms 1 /classes/stock/StockAvailable.php:266
681
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 5
1.702 ms 1 /src/Adapter/EntityMapper.php:62
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'lart-tisse.com' OR su.domain_ssl = 'lart-tisse.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.659 ms 2 Yes /classes/shop/Shop.php:1372
842
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.641 ms 66 Yes /classes/Product.php:4281
398
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215556) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.576 ms 4 Yes /classes/SpecificPrice.php:563
369
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215531) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.550 ms 4 Yes /classes/SpecificPrice.php:563
683
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_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-06-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 5 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 5 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=5)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `ps_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 5
AND cp.`id_category` = 218 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,9
1.540 ms 125 Yes /classes/Category.php:1074
752
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2907)
1.455 ms 1 /classes/ProductAssembler.php:50
405
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215394) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.452 ms 4 Yes /classes/SpecificPrice.php:563
370
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215443) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.407 ms 4 Yes /classes/SpecificPrice.php:563
387
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215417) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.369 ms 4 Yes /classes/SpecificPrice.php:563
675
SELECT SQL_NO_CACHE pa.quantity FROM ps_product_attribute as pa INNER JOIN ps_product as pp on pp.id_product = pa.id_product WHERE pa.reference = 'STTU169C0041L'  and pp.id_supplier = 1 LIMIT 1
1.364 ms 55 /modules/xl_conscience/xl_conscience.php:524
46
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE product_attribute_shop.default_on = 1  AND pa.id_product = 3024 LIMIT 1
1.342 ms 266 /classes/Product.php:1069
364
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
1.338 ms 266 /classes/Product.php:7175
822
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2793) LIMIT 1
1.324 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
522
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215570) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.318 ms 4 Yes /classes/SpecificPrice.php:563
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215499) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
1.315 ms 1 /classes/stock/StockAvailable.php:266
406
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215610) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.302 ms 4 Yes /classes/SpecificPrice.php:563
395
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215383) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.299 ms 4 Yes /classes/SpecificPrice.php:563
394
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215551) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.296 ms 4 Yes /classes/SpecificPrice.php:563
521
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215474) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.292 ms 4 Yes /classes/SpecificPrice.php:563
523
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215482) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.288 ms 4 Yes /classes/SpecificPrice.php:563
397
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215428) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.273 ms 4 Yes /classes/SpecificPrice.php:563
399
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215404) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.261 ms 4 Yes /classes/SpecificPrice.php:563
524
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215578) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.261 ms 4 Yes /classes/SpecificPrice.php:563
396
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215391) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.254 ms 4 Yes /classes/SpecificPrice.php:563
389
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215433) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.252 ms 4 Yes /classes/SpecificPrice.php:563
520
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215466) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.236 ms 4 Yes /classes/SpecificPrice.php:563
825
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2879) LIMIT 1
1.232 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
372
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215459) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.225 ms 4 Yes /classes/SpecificPrice.php:563
831
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2900) LIMIT 1
1.223 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
385
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215561) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.222 ms 4 Yes /classes/SpecificPrice.php:563
403
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215378) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.213 ms 4 Yes /classes/SpecificPrice.php:563
371
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215451) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.210 ms 4 Yes /classes/SpecificPrice.php:563
388
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215425) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.199 ms 4 Yes /classes/SpecificPrice.php:563
381
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215595) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.198 ms 4 Yes /classes/SpecificPrice.php:563
72
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 5 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 218
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.196 ms 5 Yes Yes /classes/Category.php:926
402
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215546) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.195 ms 4 Yes /classes/SpecificPrice.php:563
390
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215399) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.191 ms 4 Yes /classes/SpecificPrice.php:563
386
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215409) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.188 ms 4 Yes /classes/SpecificPrice.php:563
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215560) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
1.174 ms 1 /classes/stock/StockAvailable.php:266
375
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215571) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.173 ms 4 Yes /classes/SpecificPrice.php:563
380
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215499) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.171 ms 4 Yes /classes/SpecificPrice.php:563
373
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215467) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.169 ms 4 Yes /classes/SpecificPrice.php:563
54
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 3024)
1.166 ms 266 /classes/Product.php:3606
384
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215523) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.165 ms 4 Yes /classes/SpecificPrice.php:563
392
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215623) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.163 ms 4 Yes /classes/SpecificPrice.php:563
393
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215631) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.159 ms 4 Yes /classes/SpecificPrice.php:563
400
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215412) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.158 ms 4 Yes /classes/SpecificPrice.php:563
368
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215373) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.155 ms 4 Yes /classes/SpecificPrice.php:563
383
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215515) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.155 ms 4 Yes /classes/SpecificPrice.php:563
755
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2907)
1.153 ms 66 /classes/Product.php:3606
376
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215483) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.150 ms 4 Yes /classes/SpecificPrice.php:563
366
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215605) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.145 ms 4 Yes /classes/SpecificPrice.php:563
377
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215579) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.145 ms 4 Yes /classes/SpecificPrice.php:563
786
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2906)
1.140 ms 1 /classes/ProductAssembler.php:50
404
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215386) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.139 ms 4 Yes /classes/SpecificPrice.php:563
379
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215587) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.136 ms 4 Yes /classes/SpecificPrice.php:563
374
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215475) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.133 ms 4 Yes /classes/SpecificPrice.php:563
382
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215507) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.129 ms 4 Yes /classes/SpecificPrice.php:563
378
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215491) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.127 ms 4 Yes /classes/SpecificPrice.php:563
803
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2921)
1.125 ms 1 /classes/ProductAssembler.php:50
401
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215420) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.124 ms 4 Yes /classes/SpecificPrice.php:563
702
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2879)
1.116 ms 1 /classes/ProductAssembler.php:50
391
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215615) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.104 ms 4 Yes /classes/SpecificPrice.php:563
367
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215541) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.092 ms 4 Yes /classes/SpecificPrice.php:563
855
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_menu_groups_access` gc, `ps_anmegamenu_menu` mm
LEFT JOIN `ps_anmegamenu_menu_lang` ln ON (mm.`id_menu` = ln.`id_menu` AND ln.`id_lang` = 1)
WHERE mm.`active` =1 
AND gc.`id_menu` = mm.`id_menu`
AND gc.`id_group` = 1
AND mm.`hook` = "displayNavFullWidth"
AND mm.`id_menu` IN (
SELECT sa.`id_menu`
FROM `ps_anmegamenu_menu_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mm.`position`
1.069 ms 2 Yes /modules/anmegamenu/classes/anMmMenu.php:123
754
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2907) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 203192) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.047 ms 4 Yes /classes/SpecificPrice.php:563
525
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215490) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.037 ms 4 Yes /classes/SpecificPrice.php:563
789
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2906)
1.022 ms 352 /classes/Product.php:3606
486
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215380) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.008 ms 4 Yes /classes/SpecificPrice.php:563
571
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215476) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.003 ms 4 Yes /classes/SpecificPrice.php:563
784
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2908
0.983 ms 372 /classes/Product.php:7175
491
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215583) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.978 ms 4 Yes /classes/SpecificPrice.php:563
962
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=63
0.972 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
470
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215520) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.964 ms 4 Yes /classes/SpecificPrice.php:563
35
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 3024) AND (b.`id_shop` = 5) LIMIT 1
0.960 ms 1 /src/Adapter/EntityMapper.php:54
426
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215582) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.954 ms 4 Yes /classes/SpecificPrice.php:563
493
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215591) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.953 ms 4 Yes /classes/SpecificPrice.php:563
31
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 5 LIMIT 1
0.949 ms 1 /classes/ObjectModel.php:1576
460
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215538) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.949 ms 4 Yes /classes/SpecificPrice.php:563
365
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3024 AND il.`id_lang` = 1 ORDER by i.`position`
0.941 ms 217 Yes /classes/Product.php:2645
772
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2908)
0.940 ms 372 /classes/Product.php:3606
721
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2880) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 200885) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.931 ms 4 Yes /classes/SpecificPrice.php:563
526
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215586) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.930 ms 4 Yes /classes/SpecificPrice.php:563
489
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215601) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.918 ms 4 Yes /classes/SpecificPrice.php:563
533
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215442) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 4 Yes /classes/SpecificPrice.php:563
735
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2900)
0.908 ms 1 /classes/ProductAssembler.php:50
408
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215626) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.903 ms 4 Yes /classes/SpecificPrice.php:563
801
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2906
0.901 ms 352 /classes/Product.php:7175
530
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215514) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.900 ms 4 Yes /classes/SpecificPrice.php:563
36
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1
0.888 ms 0 /classes/Manufacturer.php:286
432
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215585) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.885 ms 4 Yes /classes/SpecificPrice.php:563
601
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215485) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.882 ms 4 Yes /classes/SpecificPrice.php:563
462
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215480) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.882 ms 4 Yes /classes/SpecificPrice.php:563
475
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215464) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.880 ms 4 Yes /classes/SpecificPrice.php:563
537
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215424) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.880 ms 4 Yes /classes/SpecificPrice.php:563
438
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215529) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.878 ms 4 Yes /classes/SpecificPrice.php:563
528
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215594) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.878 ms 4 Yes /classes/SpecificPrice.php:563
459
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215602) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.877 ms 4 Yes /classes/SpecificPrice.php:563
534
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215450) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.877 ms 4 Yes /classes/SpecificPrice.php:563
447
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215559) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.870 ms 4 Yes /classes/SpecificPrice.php:563
473
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215448) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.870 ms 4 Yes /classes/SpecificPrice.php:563
502
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215471) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.870 ms 4 Yes /classes/SpecificPrice.php:563
453
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215389) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.869 ms 4 Yes /classes/SpecificPrice.php:563
536
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215416) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.867 ms 4 Yes /classes/SpecificPrice.php:563
769
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2908)
0.865 ms 1 /classes/ProductAssembler.php:50
531
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215522) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.857 ms 4 Yes /classes/SpecificPrice.php:563
442
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215465) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.856 ms 4 Yes /classes/SpecificPrice.php:563
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.853 ms 404 /classes/Hook.php:1565
704
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2879) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 200749) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.849 ms 4 Yes /classes/SpecificPrice.php:563
458
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215370) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.845 ms 4 Yes /classes/SpecificPrice.php:563
527
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215498) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.845 ms 4 Yes /classes/SpecificPrice.php:563
519
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215458) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.837 ms 4 Yes /classes/SpecificPrice.php:563
461
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215568) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.833 ms 4 Yes /classes/SpecificPrice.php:563
895
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 5 
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 1 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.833 ms 142 Yes /classes/Category.php:724
554
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215434) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.833 ms 4 Yes /classes/SpecificPrice.php:563
455
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215539) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.829 ms 4 Yes /classes/SpecificPrice.php:563
593
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215525) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.828 ms 4 Yes /classes/SpecificPrice.php:563
422
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215566) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.820 ms 4 Yes /classes/SpecificPrice.php:563
507
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215429) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.818 ms 4 Yes /classes/SpecificPrice.php:563
446
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215431) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.817 ms 4 Yes /classes/SpecificPrice.php:563
500
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215455) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.816 ms 4 Yes /classes/SpecificPrice.php:563
505
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215575) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.815 ms 4 Yes /classes/SpecificPrice.php:563
648
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
0.813 ms 266 /classes/Product.php:7175
503
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215567) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.812 ms 4 Yes /classes/SpecificPrice.php:563
409
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215600) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.812 ms 4 Yes /classes/SpecificPrice.php:563
487
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215388) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.812 ms 4 Yes /classes/SpecificPrice.php:563
474
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215456) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.811 ms 4 Yes /classes/SpecificPrice.php:563
851
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.811 ms 1 /classes/Cart.php:1389
532
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215530) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.811 ms 4 Yes /classes/SpecificPrice.php:563
540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215614) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.809 ms 4 Yes /classes/SpecificPrice.php:563
467
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215592) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.804 ms 4 Yes /classes/SpecificPrice.php:563
348
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5)
WHERE (pa.id_product = 3024) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 215369)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
0.804 ms 2 Yes Yes /classes/Product.php:4368
441
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215457) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.804 ms 4 Yes /classes/SpecificPrice.php:563
466
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215496) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.804 ms 4 Yes /classes/SpecificPrice.php:563
535
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215408) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.804 ms 4 Yes /classes/SpecificPrice.php:563
492
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215495) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.802 ms 4 Yes /classes/SpecificPrice.php:563
514
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215379) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.801 ms 4 Yes /classes/SpecificPrice.php:563
457
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215603) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.800 ms 4 Yes /classes/SpecificPrice.php:563
478
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215422) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.799 ms 4 Yes /classes/SpecificPrice.php:563
497
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215527) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.798 ms 4 Yes /classes/SpecificPrice.php:563
771
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2908) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 203258) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.797 ms 4 Yes /classes/SpecificPrice.php:563
700
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2793
0.795 ms 334 /classes/Product.php:7175
788
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2906) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 202717) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.795 ms 4 Yes /classes/SpecificPrice.php:563
529
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215506) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.791 ms 4 Yes /classes/SpecificPrice.php:563
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.789 ms 404 /classes/Hook.php:1605
53
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215369) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.789 ms 4 Yes /classes/SpecificPrice.php:563
645
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.789 ms 4 Yes /classes/SpecificPrice.php:563
688
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2793)
0.788 ms 334 /classes/Product.php:3606
802
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2906 AND il.`id_lang` = 1 ORDER by i.`position`
0.788 ms 287 Yes /classes/Product.php:2645
481
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215406) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.788 ms 4 Yes /classes/SpecificPrice.php:563
719
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2880)
0.787 ms 1 /classes/ProductAssembler.php:50
464
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215488) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.785 ms 4 Yes /classes/SpecificPrice.php:563
410
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215536) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.783 ms 4 Yes /classes/SpecificPrice.php:563
538
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215432) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.783 ms 4 Yes /classes/SpecificPrice.php:563
506
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215487) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.778 ms 4 Yes /classes/SpecificPrice.php:563
407
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215618) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.778 ms 4 Yes /classes/SpecificPrice.php:563
541
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215622) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.777 ms 4 Yes /classes/SpecificPrice.php:563
419
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215454) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.776 ms 4 Yes /classes/SpecificPrice.php:563
471
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215528) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.776 ms 4 Yes /classes/SpecificPrice.php:563
495
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215511) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.775 ms 4 Yes /classes/SpecificPrice.php:563
539
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215560) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.775 ms 4 Yes /classes/SpecificPrice.php:563
482
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215612) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.775 ms 4 Yes /classes/SpecificPrice.php:563
608
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215563) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.774 ms 4 Yes /classes/SpecificPrice.php:563
480
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215558) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.773 ms 4 Yes /classes/SpecificPrice.php:563
485
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215548) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.772 ms 4 Yes /classes/SpecificPrice.php:563
449
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215621) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.769 ms 4 Yes /classes/SpecificPrice.php:563
518
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215619) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.769 ms 4 Yes /classes/SpecificPrice.php:563
345
SELECT SQL_NO_CACHE COALESCE(SUM(pack_quantity), 0) as pack_quantity,
COALESCE(SUM(standalone_quantity), 0) as standalone_quantity
FROM (SELECT
SUM(cp.`quantity`) as standalone_quantity,
0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT
0 as standalone_quantity,
SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp
INNER JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack`
WHERE cp.`id_cart` = 0 AND p.`id_product_item` = 3024) as q LIMIT 1
0.768 ms 0 /classes/Cart.php:5252
63
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
0.767 ms 266 /classes/Product.php:7175
472
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215440) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.767 ms 4 Yes /classes/SpecificPrice.php:563
499
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215447) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.767 ms 4 Yes /classes/SpecificPrice.php:563
584
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215401) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.766 ms 4 Yes /classes/SpecificPrice.php:563
834
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2907) LIMIT 1
0.765 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
511
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215421) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.763 ms 4 Yes /classes/SpecificPrice.php:563
828
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2880) LIMIT 1
0.760 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
477
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215414) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.759 ms 4 Yes /classes/SpecificPrice.php:563
498
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215439) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.758 ms 4 Yes /classes/SpecificPrice.php:563
476
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215472) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.757 ms 4 Yes /classes/SpecificPrice.php:563
837
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2908) LIMIT 1
0.755 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
546
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215398) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.753 ms 4 Yes /classes/SpecificPrice.php:563
840
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2906) LIMIT 1
0.748 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
456
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215371) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.747 ms 4 Yes /classes/SpecificPrice.php:563
515
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215387) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.747 ms 4 Yes /classes/SpecificPrice.php:563
558
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215624) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.746 ms 4 Yes /classes/SpecificPrice.php:563
737
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2900) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 201570) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.746 ms 4 Yes /classes/SpecificPrice.php:563
484
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215628) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.743 ms 4 Yes /classes/SpecificPrice.php:563
420
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215462) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.741 ms 4 Yes /classes/SpecificPrice.php:563
542
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215630) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.741 ms 4 Yes /classes/SpecificPrice.php:563
548
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215372) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.741 ms 4 Yes /classes/SpecificPrice.php:563
488
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215396) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.740 ms 4 Yes /classes/SpecificPrice.php:563
517
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215611) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.738 ms 4 Yes /classes/SpecificPrice.php:563
654
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 3024) LIMIT 1
0.734 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
501
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215463) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.733 ms 4 Yes /classes/SpecificPrice.php:563
496
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215519) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 4 Yes /classes/SpecificPrice.php:563
550
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215562) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 4 Yes /classes/SpecificPrice.php:563
465
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215584) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 4 Yes /classes/SpecificPrice.php:563
843
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2921) LIMIT 1
0.729 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
551
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215410) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.728 ms 4 Yes /classes/SpecificPrice.php:563
418
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215446) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.727 ms 4 Yes /classes/SpecificPrice.php:563
805
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2921) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 208147) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.727 ms 4 Yes /classes/SpecificPrice.php:563
70
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 218) LIMIT 1
0.726 ms 1 /classes/Category.php:1960
562
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215606) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.726 ms 4 Yes /classes/SpecificPrice.php:563
444
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215415) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.724 ms 4 Yes /classes/SpecificPrice.php:563
543
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215550) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.724 ms 4 Yes /classes/SpecificPrice.php:563
443
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215407) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.723 ms 4 Yes /classes/SpecificPrice.php:563
494
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215503) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.722 ms 4 Yes /classes/SpecificPrice.php:563
508
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215557) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.722 ms 4 Yes /classes/SpecificPrice.php:563
568
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215452) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.722 ms 4 Yes /classes/SpecificPrice.php:563
566
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215532) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.722 ms 4 Yes /classes/SpecificPrice.php:563
509
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215405) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.721 ms 4 Yes /classes/SpecificPrice.php:563
644
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (3024)
0.721 ms 1 /classes/ProductAssembler.php:50
783
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2908
ORDER BY `position`
0.721 ms 43 Yes /classes/Product.php:3262
468
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215504) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.720 ms 4 Yes /classes/SpecificPrice.php:563
510
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215413) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.720 ms 4 Yes /classes/SpecificPrice.php:563
513
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215547) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.720 ms 4 Yes /classes/SpecificPrice.php:563
573
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215484) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.720 ms 4 Yes /classes/SpecificPrice.php:563
547
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215540) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.719 ms 4 Yes /classes/SpecificPrice.php:563
687
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 2793) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 198784) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.719 ms 4 Yes /classes/SpecificPrice.php:563
448
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215613) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.719 ms 4 Yes /classes/SpecificPrice.php:563
490
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215537) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.719 ms 4 Yes /classes/SpecificPrice.php:563
504
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215479) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.719 ms 4 Yes /classes/SpecificPrice.php:563
559
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215632) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.718 ms 4 Yes /classes/SpecificPrice.php:563
512
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215627) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.718 ms 4 Yes /classes/SpecificPrice.php:563
454
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215397) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.713 ms 4 Yes /classes/SpecificPrice.php:563
427
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215473) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.711 ms 4 Yes /classes/SpecificPrice.php:563
561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215384) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.710 ms 4 Yes /classes/SpecificPrice.php:563
413
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215502) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.709 ms 4 Yes /classes/SpecificPrice.php:563
856
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_tabs_groups_access` gc,  `ps_anmegamenu_tabs` mmt
LEFT JOIN `ps_anmegamenu_tabs_lang` ln ON (mmt.`id_tab` = ln.`id_tab` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_tab` = mmt.`id_tab`  AND gc.`id_group` = 1 
AND mmt.`id_menu` = "5" AND mmt.`id_tab` IN (
SELECT sa.`id_tab`
FROM `ps_anmegamenu_tabs_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.709 ms 25 Yes /modules/anmegamenu/classes/anMmMenuTabs.php:154
616
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215544) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.708 ms 4 Yes /classes/SpecificPrice.php:563
557
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215616) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.708 ms 4 Yes /classes/SpecificPrice.php:563
582
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215385) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.708 ms 4 Yes /classes/SpecificPrice.php:563
483
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215620) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.707 ms 4 Yes /classes/SpecificPrice.php:563
553
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215426) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.707 ms 4 Yes /classes/SpecificPrice.php:563
516
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215395) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.706 ms 4 Yes /classes/SpecificPrice.php:563
579
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215508) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.706 ms 4 Yes /classes/SpecificPrice.php:563
445
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215423) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.701 ms 4 Yes /classes/SpecificPrice.php:563
450
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215629) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.701 ms 4 Yes /classes/SpecificPrice.php:563
352
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5)
WHERE (pa.id_product = 3024) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 215369)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
0.701 ms 2 Yes Yes /classes/Product.php:4368
570
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215468) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.701 ms 4 Yes /classes/SpecificPrice.php:563
29
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 1) LIMIT 1
0.700 ms 1 /src/Adapter/EntityMapper.php:54
589
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215607) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.699 ms 4 Yes /classes/SpecificPrice.php:563
594
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215533) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.697 ms 4 Yes /classes/SpecificPrice.php:563
569
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215460) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.696 ms 4 Yes /classes/SpecificPrice.php:563
581
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215634) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.695 ms 4 Yes /classes/SpecificPrice.php:563
414
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215510) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.692 ms 4 Yes /classes/SpecificPrice.php:563
421
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215470) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.691 ms 4 Yes /classes/SpecificPrice.php:563
479
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215430) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.691 ms 4 Yes /classes/SpecificPrice.php:563
646
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.689 ms 0 /classes/Cart.php:1625
549
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215604) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.688 ms 4 Yes /classes/SpecificPrice.php:563
346
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
0.688 ms 266 /classes/Product.php:7175
41
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('17000' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '17000')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.687 ms 1 /classes/tax/TaxRulesTaxManager.php:77
613
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215554) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.687 ms 4 Yes /classes/SpecificPrice.php:563
469
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215512) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.686 ms 4 Yes /classes/SpecificPrice.php:563
578
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215596) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.686 ms 4 Yes /classes/SpecificPrice.php:563
684
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 218 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.686 ms 125 /classes/Category.php:1001
595
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215445) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.685 ms 4 Yes /classes/SpecificPrice.php:563
600
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215573) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.685 ms 4 Yes /classes/SpecificPrice.php:563
799
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2906) AND (b.`id_shop` = 5) LIMIT 1
0.685 ms 1 /src/Adapter/EntityMapper.php:54
590
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215543) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.684 ms 4 Yes /classes/SpecificPrice.php:563
411
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215494) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.682 ms 4 Yes /classes/SpecificPrice.php:563
762
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2907
AND pac.`id_product_attribute` = 203192
AND agl.`id_lang` = 1
0.680 ms 2 /classes/Product.php:7199
425
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215486) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.679 ms 4 Yes /classes/SpecificPrice.php:563
591
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215375) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.677 ms 4 Yes /classes/SpecificPrice.php:563
614
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215402) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.676 ms 4 Yes /classes/SpecificPrice.php:563
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 5 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.675 ms 61 Yes /classes/Dispatcher.php:623
612
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215435) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.675 ms 4 Yes /classes/SpecificPrice.php:563
439
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215441) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.674 ms 4 Yes /classes/SpecificPrice.php:563
555
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215392) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.673 ms 4 Yes /classes/SpecificPrice.php:563
351
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5)
WHERE (pa.id_product = 3024) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 215369)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
0.670 ms 2 Yes Yes /classes/Product.php:4368
440
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215449) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.669 ms 4 Yes /classes/SpecificPrice.php:563
580
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215516) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.669 ms 4 Yes /classes/SpecificPrice.php:563
452
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215381) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.668 ms 4 Yes /classes/SpecificPrice.php:563
431
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215489) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.667 ms 4 Yes /classes/SpecificPrice.php:563
423
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215478) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.665 ms 4 Yes /classes/SpecificPrice.php:563
631
SELECT SQL_NO_CACHE pac.`id_product_attribute`
FROM `ps_product_attribute_combination` pac
INNER JOIN `ps_product_attribute` pa ON pa.id_product_attribute = pac.id_product_attribute
WHERE id_product = 3024 AND id_attribute IN (467)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 1
0.665 ms 266 /controllers/front/ProductController.php:719
463
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215576) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.663 ms 4 Yes /classes/SpecificPrice.php:563
73
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 218
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.662 ms 5 Yes Yes /classes/Category.php:1158
417
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215438) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.662 ms 4 Yes /classes/SpecificPrice.php:563
621
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215564) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.662 ms 4 Yes /classes/SpecificPrice.php:563
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.661 ms 6 Yes /classes/shop/Shop.php:696
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 5)
WHERE l.`active` = 1 LIMIT 1
0.661 ms 1 /classes/Language.php:1184
629
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215555) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.660 ms 4 Yes /classes/SpecificPrice.php:563
552
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215418) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.657 ms 4 Yes /classes/SpecificPrice.php:563
630
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215403) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.656 ms 4 Yes /classes/SpecificPrice.php:563
725
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.655 ms 0 /classes/Cart.php:1625
544
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215382) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.654 ms 4 Yes /classes/SpecificPrice.php:563
545
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215390) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.654 ms 4 Yes /classes/SpecificPrice.php:563
416
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215526) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.653 ms 4 Yes /classes/SpecificPrice.php:563
729
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2880
AND pac.`id_product_attribute` = 200885
AND agl.`id_lang` = 1
0.652 ms 2 /classes/Product.php:7199
433
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215497) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.651 ms 4 Yes /classes/SpecificPrice.php:563
611
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215427) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.649 ms 4 Yes /classes/SpecificPrice.php:563
583
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215393) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.648 ms 4 Yes /classes/SpecificPrice.php:563
592
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215517) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.648 ms 4 Yes /classes/SpecificPrice.php:563
435
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215505) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.647 ms 4 Yes /classes/SpecificPrice.php:563
358
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 3024
0.647 ms 266 /classes/Product.php:7175
575
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215492) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.644 ms 4 Yes /classes/SpecificPrice.php:563
607
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215509) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.642 ms 4 Yes /classes/SpecificPrice.php:563
733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2880
ORDER BY `position`
0.641 ms 24 Yes /classes/Product.php:3262
785
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2908 AND il.`id_lang` = 1 ORDER by i.`position`
0.640 ms 301 Yes /classes/Product.php:2645
556
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215400) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.639 ms 4 Yes /classes/SpecificPrice.php:563
451
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215549) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.638 ms 4 Yes /classes/SpecificPrice.php:563
599
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215477) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.637 ms 4 Yes /classes/SpecificPrice.php:563
619
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215534) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.636 ms 4 Yes /classes/SpecificPrice.php:563
782
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2908) AND (b.`id_shop` = 5) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:54
734
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2880 AND il.`id_lang` = 1 ORDER by i.`position`
0.634 ms 168 Yes /classes/Product.php:2645
618
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215598) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.633 ms 4 Yes /classes/SpecificPrice.php:563
625
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215599) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.632 ms 4 Yes /classes/SpecificPrice.php:563
588
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215553) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 4 Yes /classes/SpecificPrice.php:563
602
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215581) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 4 Yes /classes/SpecificPrice.php:563
626
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215535) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 4 Yes /classes/SpecificPrice.php:563
1002
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 243) AND (b.`id_shop` = 5) LIMIT 1
0.631 ms 1 /src/Adapter/EntityMapper.php:54
412
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215590) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 4 Yes /classes/SpecificPrice.php:563
609
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215411) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.631 ms 4 Yes /classes/SpecificPrice.php:563
598
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215469) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.630 ms 4 Yes /classes/SpecificPrice.php:563
738
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2900)
0.627 ms 166 /classes/Product.php:3606
434
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215593) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.626 ms 4 Yes /classes/SpecificPrice.php:563
428
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215569) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.625 ms 4 Yes /classes/SpecificPrice.php:563
624
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215545) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.625 ms 4 Yes /classes/SpecificPrice.php:563
577
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215500) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.622 ms 4 Yes /classes/SpecificPrice.php:563
597
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215461) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.619 ms 4 Yes /classes/SpecificPrice.php:563
606
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215597) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.619 ms 4 Yes /classes/SpecificPrice.php:563
342
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215369) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC
0.618 ms 4 Yes /classes/SpecificPrice.php:602
430
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215577) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.616 ms 4 Yes /classes/SpecificPrice.php:563
587
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215633) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.616 ms 4 Yes /classes/SpecificPrice.php:563
415
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215518) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.615 ms 4 Yes /classes/SpecificPrice.php:563
349
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 215369
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 215369
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.614 ms 0 /classes/Cart.php:1625
623
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215609) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.614 ms 4 Yes /classes/SpecificPrice.php:563
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215369) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.612 ms 1 /classes/stock/StockAvailable.php:266
603
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215493) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.612 ms 4 Yes /classes/SpecificPrice.php:563
605
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215501) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.612 ms 4 Yes /classes/SpecificPrice.php:563
617
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215376) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.612 ms 4 Yes /classes/SpecificPrice.php:563
567
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215444) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.611 ms 4 Yes /classes/SpecificPrice.php:563
574
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215580) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.610 ms 4 Yes /classes/SpecificPrice.php:563
572
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215572) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.610 ms 4 Yes /classes/SpecificPrice.php:563
353
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.609 ms 0 /classes/Cart.php:1625
565
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215524) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.607 ms 4 Yes /classes/SpecificPrice.php:563
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 5 LIMIT 1
0.606 ms 1 /classes/shop/ShopUrl.php:158
585
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215617) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.606 ms 4 Yes /classes/SpecificPrice.php:563
604
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215589) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.606 ms 4 Yes /classes/SpecificPrice.php:563
564
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215374) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.603 ms 4 Yes /classes/SpecificPrice.php:563
563
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215542) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.602 ms 4 Yes /classes/SpecificPrice.php:563
863
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "59"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.601 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
622
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215377) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.600 ms 4 Yes /classes/SpecificPrice.php:563
560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215552) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.599 ms 4 Yes /classes/SpecificPrice.php:563
424
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215574) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.598 ms 4 Yes /classes/SpecificPrice.php:563
436
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215513) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.595 ms 4 Yes /classes/SpecificPrice.php:563
437
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215521) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.594 ms 4 Yes /classes/SpecificPrice.php:563
758
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2907 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2907 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.594 ms 0 /classes/Cart.php:1625
649
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3024 AND il.`id_lang` = 1 ORDER by i.`position`
0.593 ms 217 Yes /classes/Product.php:2645
429
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215481) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.592 ms 4 Yes /classes/SpecificPrice.php:563
741
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2900 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2900 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.591 ms 0 /classes/Cart.php:1625
620
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215436) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.587 ms 4 Yes /classes/SpecificPrice.php:563
586
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215625) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.582 ms 4 Yes /classes/SpecificPrice.php:563
792
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2906 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2906 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.580 ms 0 /classes/Cart.php:1625
1015
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-06-04 00:00:00" AND date_to <= "2026-06-04 23:59:59") OR (date_from >= "2026-06-04 00:00:00" AND date_from <= "2026-06-04 23:59:59") OR (date_from < "2026-06-04 00:00:00" AND date_to > "2026-06-04 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.578 ms 12 /classes/CartRule.php:380
615
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215608) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.576 ms 4 Yes /classes/SpecificPrice.php:563
350
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 5  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 1
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 5)
WHERE (pa.id_product = 3024) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 215369)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
0.575 ms 2 Yes Yes /classes/Product.php:4368
576
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215588) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.575 ms 4 Yes /classes/SpecificPrice.php:563
1023
DELETE FROM `ps_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps_configuration`
WHERE `name` = "_elementor_global_css"
)
0.575 ms 1 /classes/Configuration.php:562
596
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215453) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.572 ms 4 Yes /classes/SpecificPrice.php:563
722
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2880)
0.572 ms 96 /classes/Product.php:3606
708
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2879 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.570 ms 0 /classes/Cart.php:1625
610
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215419) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.566 ms 4 Yes /classes/SpecificPrice.php:563
775
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2908 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.566 ms 0 /classes/Cart.php:1625
732
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2880) AND (b.`id_shop` = 5) LIMIT 1
0.564 ms 1 /src/Adapter/EntityMapper.php:54
927
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 221) LIMIT 1
0.563 ms 1 /src/Adapter/EntityMapper.php:54
818
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2921
0.560 ms 66 /classes/Product.php:7175
905
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 230) AND (b.`id_shop` = 5) LIMIT 1
0.560 ms 1 /src/Adapter/EntityMapper.php:54
627
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215437) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.560 ms 4 Yes /classes/SpecificPrice.php:563
674
SELECT SQL_NO_CACHE reference FROM ps_product_attribute WHERE id_product_attribute = 215369 LIMIT 1
0.560 ms 1 /modules/xl_conscience/xl_conscience.php:1222
800
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2906
ORDER BY `position`
0.554 ms 41 Yes /classes/Product.php:3262
880
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 220
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.553 ms 6 Yes Yes /classes/Category.php:1158
868
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.552 ms 7 Yes Yes /classes/Category.php:1158
628
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3024) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 215565) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-04 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.551 ms 4 Yes /classes/SpecificPrice.php:563
685
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 5
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 5 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 5
WHERE p.id_product IN (2793)
0.546 ms 1 /classes/ProductAssembler.php:50
796
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2906
AND pac.`id_product_attribute` = 202717
AND agl.`id_lang` = 1
0.546 ms 2 /classes/Product.php:7199
647
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3024
ORDER BY `position`
0.540 ms 31 Yes /classes/Product.php:3262
745
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2900
AND pac.`id_product_attribute` = 201570
AND agl.`id_lang` = 1
0.538 ms 2 /classes/Product.php:7199
357
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3024
ORDER BY `position`
0.535 ms 31 Yes /classes/Product.php:3262
961
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "61"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.528 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
865
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.523 ms 35 /classes/Category.php:2227
751
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2900 AND il.`id_lang` = 1 ORDER by i.`position`
0.520 ms 252 Yes /classes/Product.php:2645
906
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 234) LIMIT 1
0.520 ms 1 /src/Adapter/EntityMapper.php:54
727
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 200885
AND cp.`id_cart` = 0 AND cp.`id_product` = 2880 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 200885
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2880 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1625
71
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 218
AND id_shop = 5 LIMIT 1
0.517 ms 1 /classes/ObjectModel.php:1576
701
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2793 AND il.`id_lang` = 1 ORDER by i.`position`
0.517 ms 273 Yes /classes/Product.php:2645
45
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.id_product = 3024 LIMIT 1
0.516 ms 266 /classes/Product.php:1054
749
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2900
ORDER BY `position`
0.515 ms 36 Yes /classes/Product.php:3262
691
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.510 ms 0 /classes/Cart.php:1625
1010
SELECT SQL_NO_CACHE *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 5
WHERE (a.`id_ce_theme` = 43) AND (b.`id_shop` = 5) LIMIT 1
0.508 ms 1 /src/Adapter/EntityMapper.php:54
760
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 203192
AND cp.`id_cart` = 0 AND cp.`id_product` = 2907 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 203192
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2907 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.507 ms 0 /classes/Cart.php:1625
779
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2908
AND pac.`id_product_attribute` = 203258
AND agl.`id_lang` = 1
0.507 ms 2 /classes/Product.php:7199
809
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2921 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.506 ms 0 /classes/Cart.php:1625
845
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_wp_page_template" LIMIT 1
0.505 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
665
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1
0.504 ms 1 /classes/module/Module.php:2778
823
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1243) LIMIT 1
0.503 ms 1 /src/Adapter/EntityMapper.php:54
705
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2879)
0.497 ms 95 /classes/Product.php:3606
66
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3024
AND pac.`id_product_attribute` = 215369
AND agl.`id_lang` = 1
0.490 ms 2 /classes/Product.php:7199
1003
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 279) AND (b.`id_shop` = 5) LIMIT 1
0.487 ms 1 /src/Adapter/EntityMapper.php:54
660
SELECT SQL_NO_CACHE *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 5
WHERE (a.`id_ce_theme` = 53) AND (b.`id_shop` = 5) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:54
813
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2921
AND pac.`id_product_attribute` = 208147
AND agl.`id_lang` = 1
0.484 ms 2 /classes/Product.php:7199
820
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 65170105 AND `name` = "_elementor_css" LIMIT 1
0.484 ms 5 /modules/creativeelements/classes/wrappers/Post.php:285
835
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1306) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:54
806
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 5)
WHERE (p.`id_product` = 2921)
0.480 ms 66 /classes/Product.php:3606
22
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 5
0.478 ms 144 /classes/module/Module.php:325
999
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "68"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.477 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
699
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2793
ORDER BY `position`
0.475 ms 39 Yes /classes/Product.php:3262
743
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 201570
AND cp.`id_cart` = 0 AND cp.`id_product` = 2900 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 201570
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2900 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1625
767
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2907
0.474 ms 66 /classes/Product.php:7175
852
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE `id_module` = 190 AND `id_shop` = 5 AND `id_group` IN (1) LIMIT 1
0.474 ms 1 /modules/creativeelements/modules/premium/widgets/module.php:161
871
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 218
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.474 ms 5 Yes Yes /classes/Category.php:1158
873
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 229
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.471 ms 4 Yes Yes /classes/Category.php:1158
693
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 198784
AND cp.`id_cart` = 0 AND cp.`id_product` = 2793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 198784
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.470 ms 0 /classes/Cart.php:1625
777
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 203258
AND cp.`id_cart` = 0 AND cp.`id_product` = 2908 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 203258
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2908 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.470 ms 0 /classes/Cart.php:1625
710
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 200749
AND cp.`id_cart` = 0 AND cp.`id_product` = 2879 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 200749
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2879 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.470 ms 0 /classes/Cart.php:1625
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 5
0.469 ms 144 /classes/module/Module.php:325
915
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 219) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:54
888
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 223
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.466 ms 3 Yes Yes /classes/Category.php:1158
1016
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND (cr.`quantity` > 0 OR cr.`quantity` is null) AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.466 ms 2 /classes/CartRule.php:446
765
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2907) AND (b.`id_shop` = 5) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:54
826
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1285) LIMIT 1
0.464 ms 1 /src/Adapter/EntityMapper.php:54
359
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3024 AND il.`id_lang` = 1 ORDER by i.`position`
0.463 ms 217 Yes /classes/Product.php:2645
750
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2900
0.463 ms 166 /classes/Product.php:7175
817
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2921
ORDER BY `position`
0.461 ms 13 Yes /classes/Product.php:3262
794
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 202717
AND cp.`id_cart` = 0 AND cp.`id_product` = 2906 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 202717
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2906 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.460 ms 0 /classes/Cart.php:1625
1006
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "69"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.460 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
861
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "26"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.459 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
928
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 5
0.459 ms 1 /src/Adapter/EntityMapper.php:62
995
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "67"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.458 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
712
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2879
AND pac.`id_product_attribute` = 200749
AND agl.`id_lang` = 1
0.457 ms 2 /classes/Product.php:7199
354
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 215369
AND cp.`id_cart` = 0 AND cp.`id_product` = 3024 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 215369
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3024 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.453 ms 0 /classes/Cart.php:1625
716
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2879
ORDER BY `position`
0.451 ms 24 Yes /classes/Product.php:3262
893
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 279
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.450 ms 1 Yes Yes /classes/Category.php:1158
766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 5)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2907
ORDER BY `position`
0.449 ms 11 Yes /classes/Product.php:3262
632
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,215369,215379,215387,215395,215405,215413,215421,215429,215439,215447,215455,215463,215471,215479,215487,215495,215503,215511,215519,215527,215537,215547,215557,215567,215575,215583,215591,215601,215611,215619,215627)
AND pac2.id_attribute NOT IN (467)
0.445 ms 64 /controllers/front/ProductController.php:724
718
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2879 AND il.`id_lang` = 1 ORDER by i.`position`
0.444 ms 168 Yes /classes/Product.php:2645
695
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2793
AND pac.`id_product_attribute` = 198784
AND agl.`id_lang` = 1
0.443 ms 2 /classes/Product.php:7199
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.442 ms 86 /classes/Hook.php:312
984
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "54"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.442 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1011
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.442 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
924
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 226) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:54
40
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s
0.438 ms 7 /classes/shop/Shop.php:902
673
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 5 AND id_lang = 1 AND id_category = 218 LIMIT 1
0.437 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:616
676
SELECT SQL_NO_CACHE * FROM ps_stock_supplier WHERE reference = 'STTU169C0041L' and id_supplier = 1
0.437 ms 2 /modules/xl_conscience/xl_conscience.php:525
965
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "62"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.434 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
972
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "51"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.434 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
976
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "52"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.434 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
896
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:54
715
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2879) AND (b.`id_shop` = 5) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:54
921
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 222) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:54
980
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "53"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.429 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
925
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 5
0.428 ms 1 /src/Adapter/EntityMapper.php:62
677
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ec_minorder" LIMIT 1
0.425 ms 1 /classes/module/Module.php:2778
650
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.423 ms 1 /classes/Cart.php:4360
876
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 239
LIMIT 1
0.423 ms 1 /classes/Category.php:1188
875
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 234
LIMIT 1
0.420 ms 1 /classes/Category.php:1188
991
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "66"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.419 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
717
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5)
WHERE pa.`id_product` = 2879
0.417 ms 95 /classes/Product.php:7175
860
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 229) AND (b.`id_shop` = 5) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:54
918
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 220) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:54
926
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 226 AND ctg.`id_group` = 1 LIMIT 1
0.412 ms 1 /classes/Category.php:1754
867
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 5) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:54
658
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 9010000 AND `name` = "_elementor_css" LIMIT 1
0.410 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
958
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=62
0.409 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
657
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 9010000 AND `name` = "_elementor_page_settings" LIMIT 1
0.409 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
902
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 230) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:54
909
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 239) LIMIT 1
0.406 ms 1 /src/Adapter/EntityMapper.php:54
887
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 223
LIMIT 1
0.404 ms 3 /classes/Category.php:1188
748
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2900) AND (b.`id_shop` = 5) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:54
919
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 5
0.400 ms 1 /src/Adapter/EntityMapper.php:62
923
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 222 AND ctg.`id_group` = 1 LIMIT 1
0.400 ms 1 /classes/Category.php:1754
667
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1
0.399 ms 1 /classes/module/Module.php:2778
879
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 220
LIMIT 1
0.399 ms 6 /classes/Category.php:1188
872
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 229
LIMIT 1
0.398 ms 4 /classes/Category.php:1188
811
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 208147
AND cp.`id_cart` = 0 AND cp.`id_product` = 2921 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 208147
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1625
3
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.396 ms 2 /classes/shop/Shop.php:1191
891
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 267
LIMIT 1
0.395 ms 1 /classes/Category.php:1188
44
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5)
WHERE p.id_product = 3024
AND DATEDIFF("2026-06-04 00:00:00", product_shop.`date_add`) < 20 LIMIT 1
0.395 ms 0 /classes/Product.php:1686
862
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_columns` mmg  WHERE mmg.`id_row` = "24"  AND mmg.`id_column` IN (
SELECT sa.`id_column`
FROM `ps_anmegamenu_columns_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.394 ms 61 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
1026
SELECT SQL_NO_CACHE `id_configuration`
FROM `ps_configuration`
WHERE name = '_elementor_global_css'
AND id_shop = 5 LIMIT 1
0.394 ms 1 /classes/Configuration.php:115
870
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 218
LIMIT 1
0.392 ms 5 /classes/Category.php:1188
882
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 226
LIMIT 1
0.392 ms 1 /classes/Category.php:1188
1009
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 260) AND (b.`id_shop` = 5) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:54
59
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.386 ms 1 /classes/stock/StockAvailable.php:266
819
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2921 AND il.`id_lang` = 1 ORDER by i.`position`
0.385 ms 91 Yes /classes/Product.php:2645
922
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 222 AND `id_shop` = 5
0.384 ms 1 /src/Adapter/EntityMapper.php:62
874
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 230
LIMIT 1
0.383 ms 1 /classes/Category.php:1188
881
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 222
LIMIT 1
0.383 ms 1 /classes/Category.php:1188
912
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 240) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:54
857
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "25"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.379 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
659
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3024030105 AND `name` = "_elementor_edit_mode" LIMIT 1
0.378 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
908
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 234 AND ctg.`id_group` = 1 LIMIT 1
0.378 ms 1 /classes/Category.php:1754
957
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = 1)
WHERE mmt.`active`=1 
AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = 1 
AND mmt.`id_column` = "60"  AND mmt.`id_content` IN (
SELECT sa.`id_content`
FROM `ps_anmegamenu_content_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmt.`position`
0.375 ms 40 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1004
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "29"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.375 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
48
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.373 ms 802713 /classes/SpecificPrice.php:284
47
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.372 ms 2 /classes/SpecificPrice.php:413
890
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 244
LIMIT 1
0.372 ms 1 /classes/Category.php:1188
1005
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_columns` mmg  WHERE mmg.`id_row` = "27"  AND mmg.`id_column` IN (
SELECT sa.`id_column`
FROM `ps_anmegamenu_columns_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.372 ms 61 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
929
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 221 AND ctg.`id_group` = 1 LIMIT 1
0.371 ms 1 /classes/Category.php:1754
885
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 241
LIMIT 1
0.370 ms 1 /classes/Category.php:1188
698
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2793) AND (b.`id_shop` = 5) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:54
728
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2880 AND pa.`id_product` = 2880 AND pa.`id_product_attribute` = 200885 LIMIT 1
0.368 ms 1 /classes/Product.php:1157
889
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 243
LIMIT 1
0.366 ms 1 /classes/Category.php:1188
998
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 244) AND (b.`id_shop` = 5) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:54
768
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2907 AND il.`id_lang` = 1 ORDER by i.`position`
0.364 ms 77 Yes /classes/Product.php:2645
884
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 236
LIMIT 1
0.364 ms 1 /classes/Category.php:1188
916
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 219 AND `id_shop` = 5
0.364 ms 1 /src/Adapter/EntityMapper.php:62
6
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 5
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.362 ms 1 /classes/shop/Shop.php:195
877
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 240
LIMIT 1
0.362 ms 1 /classes/Category.php:1188
970
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "27"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.362 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
963
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.361 ms 1 /classes/Category.php:2134
917
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 219 AND ctg.`id_group` = 1 LIMIT 1
0.359 ms 1 /classes/Category.php:1754
988
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 223) AND (b.`id_shop` = 5) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:54
878
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 219
LIMIT 1
0.358 ms 1 /classes/Category.php:1188
816
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 2921) AND (b.`id_shop` = 5) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:54
642
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 41) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 5)
ORDER BY a0.`nleft` asc
0.356 ms 1 /classes/PrestaShopCollection.php:361
356
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.355 ms 1 /classes/tax/TaxRulesTaxManager.php:77
907
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 5
0.353 ms 1 /src/Adapter/EntityMapper.php:62
910
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 5
0.352 ms 1 /src/Adapter/EntityMapper.php:62
987
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 242) AND (b.`id_shop` = 5) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:54
761
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2907 AND pa.`id_product` = 2907 AND pa.`id_product_attribute` = 203192 LIMIT 1
0.352 ms 1 /classes/Product.php:1157
904
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 230 AND ctg.`id_group` = 1 LIMIT 1
0.352 ms 1 /classes/Category.php:1754
886
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 242
LIMIT 1
0.351 ms 1 /classes/Category.php:1188
652
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.348 ms 7 /classes/CartRule.php:446
883
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 221
LIMIT 1
0.346 ms 1 /classes/Category.php:1188
235
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215528) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.346 ms 1 /classes/stock/StockAvailable.php:266
43
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.345 ms 1 /src/Adapter/EntityMapper.php:62
56
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3024 AND `id_group` = 1 LIMIT 1
0.344 ms 0 /classes/GroupReduction.php:126
990
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_columns` mmg  WHERE mmg.`id_row` = "26"  AND mmg.`id_column` IN (
SELECT sa.`id_column`
FROM `ps_anmegamenu_columns_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.344 ms 61 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
903
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 5
0.344 ms 1 /src/Adapter/EntityMapper.php:62
1012
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_data" LIMIT 1
0.340 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
969
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 220) AND (b.`id_shop` = 5) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:54
27
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 5
WHERE (a.`id_currency` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:54
744
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2900 AND pa.`id_product` = 2900 AND pa.`id_product_attribute` = 201570 LIMIT 1
0.336 ms 1 /classes/Product.php:1157
680
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 218) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:54
975
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 222) AND (b.`id_shop` = 5) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:54
979
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 5) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:54
730
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 200885) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:54
1013
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_css" LIMIT 1
0.332 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
795
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2906 AND pa.`id_product` = 2906 AND pa.`id_product_attribute` = 202717 LIMIT 1
0.332 ms 1 /classes/Product.php:1157
892
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 279
LIMIT 1
0.332 ms 1 /classes/Category.php:1188
913
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 5
0.332 ms 1 /src/Adapter/EntityMapper.php:62
983
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 241) AND (b.`id_shop` = 5) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:54
994
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 267) AND (b.`id_shop` = 5) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:54
911
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 239 AND ctg.`id_group` = 1 LIMIT 1
0.329 ms 1 /classes/Category.php:1754
989
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "33"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.329 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
5
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:54
920
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 220 AND ctg.`id_group` = 1 LIMIT 1
0.327 ms 1 /classes/Category.php:1754
69
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 218) AND (b.`id_shop` = 5) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:54
696
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 198784) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:54
64
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 215369) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:54
869
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.320 ms 1 /classes/Category.php:2134
971
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_columns` mmg  WHERE mmg.`id_row` = "22"  AND mmg.`id_column` IN (
SELECT sa.`id_column`
FROM `ps_anmegamenu_columns_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.320 ms 61 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
978
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.318 ms 1 /classes/Category.php:2134
997
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.318 ms 1 /classes/Category.php:2134
894
SELECT SQL_NO_CACHE c.id_category, "" as name
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE `id_lang` = 1
AND c.`id_parent` = 260
LIMIT 1
0.318 ms 1 /classes/Category.php:1188
838
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1307) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:54
864
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=61
0.316 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1019
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 13 LIMIT 1
0.316 ms 1 /classes/order/Order.php:868
1014
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_data" LIMIT 1
0.315 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
651
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-06-04 00:00:00" AND date_to <= "2026-06-04 23:59:59") OR (date_from >= "2026-06-04 00:00:00" AND date_from <= "2026-06-04 23:59:59") OR (date_from < "2026-06-04 00:00:00" AND date_to > "2026-06-04 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.314 ms 12 /classes/CartRule.php:380
1001
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.314 ms 1 /classes/Category.php:2134
968
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 240) AND (b.`id_shop` = 5) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:54
986
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.310 ms 1 /classes/Category.php:2134
849
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_css" LIMIT 1
0.309 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
1024
DELETE FROM `ps_configuration`
WHERE `name` = "_elementor_global_css"
0.309 ms 1 /classes/Configuration.php:570
67
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 3024
AND id_shop = 5 LIMIT 1
0.308 ms 1 /classes/ObjectModel.php:1576
791
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2906) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.308 ms 1 /classes/stock/StockAvailable.php:266
655
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1383) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:54
964
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 239) AND (b.`id_shop` = 5) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:54
1008
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.304 ms 1 /classes/Category.php:2134
797
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 202717) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:54
846
SELECT SQL_NO_CACHE *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 5
WHERE (a.`id_ce_theme` = 70) AND (b.`id_shop` = 5) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:54
853
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "anmegamenu" LIMIT 1
0.301 ms 1 /classes/module/Module.php:2778
32
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 5
WHERE (a.`id_group` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:54
1027
INSERT INTO `ps_configuration` (`id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES ('2', '5', '_elementor_global_css', '{\"time\":1780608676,\"fonts\":[],\"icons\":[],\"preloads\":[],\"status\":\"empty\",\"0\":false,\"css\":\"\"}', '2026-06-04 23:31:16', '2026-06-04 23:31:16')
0.298 ms 1 /classes/Configuration.php:495
982
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.297 ms 1 /classes/Category.php:2134
10
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 5
WHERE (a.`id_lang` = 1) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:54
974
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.297 ms 1 /classes/Category.php:2134
993
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.296 ms 1 /classes/Category.php:2134
763
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 203192) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:54
858
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "32"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.291 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
859
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "30"  AND mmg.`id_row` IN (
SELECT sa.`id_row`
FROM `ps_anmegamenu_rows_shop` sa
WHERE sa.id_shop IN (5)
) ORDER BY mmg.`position`
0.291 ms 19 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
633
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.290 ms 16 Yes /classes/ImageType.php:89
746
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 201570) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:54
780
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 203258) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:54
841
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1305) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:54
832
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1304) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:54
68
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 3024 AND ctg.`id_group` = 1 LIMIT 1
0.286 ms 7 /classes/Product.php:6508
899
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 229) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:54
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2900) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:266
686
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2793
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.282 ms 1 /classes/SpecificPrice.php:243
671
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.280 ms 1 /classes/module/Module.php:2778
866
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category`
WHERE `id_parent` = 0 LIMIT 1
0.280 ms 1 /classes/Category.php:2267
914
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 240 AND ctg.`id_group` = 1 LIMIT 1
0.280 ms 1 /classes/Category.php:1754
207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215500) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.279 ms 1 /classes/stock/StockAvailable.php:266
49
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.279 ms 802713 /classes/SpecificPrice.php:284
829
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1286) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:54
897
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1 AND `id_shop` = 5
0.278 ms 1 /src/Adapter/EntityMapper.php:62
977
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=55
0.278 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
360
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.275 ms 16 Yes /classes/ImageType.php:89
30
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.274 ms 1 /src/Adapter/EntityMapper.php:62
661
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.273 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
7
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.272 ms 6 /classes/Language.php:1050
960
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 234) AND (b.`id_shop` = 5) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:54
42
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:54
33
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.269 ms 1 /src/Adapter/EntityMapper.php:62
55
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3024 AND id_shop=5 LIMIT 1
0.269 ms 1 /classes/Product.php:6551
967
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.269 ms 1 /classes/Category.php:2134
753
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2907
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:243
24
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.267 ms 1 Yes /classes/Currency.php:688
790
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2906 AND `id_group` = 1 LIMIT 1
0.264 ms 0 /classes/GroupReduction.php:126
736
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2900
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:243
812
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2921 AND pa.`id_product` = 2921 AND pa.`id_product_attribute` = 208147 LIMIT 1
0.262 ms 1 /classes/Product.php:1157
634
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.261 ms 16 Yes /classes/ImageType.php:89
844
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1308) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:54
663
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_css" LIMIT 1
0.258 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
115
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215408) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:266
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.256 ms 86 /classes/Hook.php:364
135
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215428) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:266
770
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2908
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.256 ms 1 /classes/SpecificPrice.php:243
8
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 5
WHERE (a.`id_country` = 8) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:54
9
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 2) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:54
355
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 3024 AND pa.`id_product` = 3024 AND pa.`id_product_attribute` = 215369 LIMIT 1
0.254 ms 1 /classes/Product.php:1157
711
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2879 AND pa.`id_product` = 2879 AND pa.`id_product_attribute` = 200749 LIMIT 1
0.253 ms 1 /classes/Product.php:1157
278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215571) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.252 ms 1 /classes/stock/StockAvailable.php:266
664
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_data" LIMIT 1
0.252 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
900
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 5
0.252 ms 1 /src/Adapter/EntityMapper.php:62
343
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('17000' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '17000')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.251 ms 0 /classes/tax/TaxRulesTaxManager.php:77
669
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1
0.251 ms 1 /classes/module/Module.php:2778
703
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2879
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.249 ms 1 /classes/SpecificPrice.php:243
666
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 5 LIMIT 1
0.248 ms 1 /classes/module/Module.php:2267
1020
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_orders` o
LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 14 LIMIT 1
0.248 ms 1 /classes/order/Order.php:868
814
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 208147) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:54
62
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 5 
AND cl.`id_category` = 218 LIMIT 1
0.246 ms 1 /classes/Category.php:1376
694
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2793 AND pa.`id_product` = 2793 AND pa.`id_product_attribute` = 198784 LIMIT 1
0.246 ms 1 /classes/Product.php:1157
713
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 5
WHERE (a.`id_product_attribute` = 200749) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:54
280
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215573) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:266
23
SELECT SQL_NO_CACHE id_custom_field
FROM `ps_productdesigner_custom_field`
WHERE (`id_product` = 3024) LIMIT 1
0.243 ms 10 /modules/productdesigner/classes/models/design/DesignCustomField.php:62
133
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215426) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:266
848
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_data" LIMIT 1
0.243 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
25
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.242 ms 1 /classes/Language.php:850
981
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=56
0.242 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
985
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=57
0.242 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1000
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=70
0.242 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1028
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3024030105 AND `name` = "_elementor_page_settings" LIMIT 1
0.242 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
996
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=69
0.240 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
656
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 9) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:54
778
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 5) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 5) WHERE p.`id_product` = 2908 AND pa.`id_product` = 2908 AND pa.`id_product_attribute` = 203258 LIMIT 1
0.240 ms 1 /classes/Product.php:1157
992
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=68
0.239 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
973
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=54
0.239 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1007
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=71
0.239 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
668
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 153 LIMIT 1
0.238 ms 1 /modules/psgdpr/classes/GDPRConsent.php:130
670
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1
0.238 ms 0 /classes/module/Module.php:2267
277
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215570) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:266
679
SELECT SQL_NO_CACHE id_combination
FROM `ps_productdesigner_product_combination`
WHERE (id_product = 3024)
0.237 ms 1 /modules/productdesigner/classes/models/DesignerProductCombination.php:76
37
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 1 LIMIT 1
0.235 ms 1 /classes/Supplier.php:220
720
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2880
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:243
662
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_data" LIMIT 1
0.234 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
934
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 5
0.234 ms 1 /src/Adapter/EntityMapper.php:62
959
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 5 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 5)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (1)
0.233 ms 1 /classes/Category.php:2134
690
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2793) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:266
678
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1
0.229 ms 0 /classes/module/Module.php:2267
759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2907) AND (id_product_attribute = 203192) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:266
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215572) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:266
1030
SELECT SQL_NO_CACHE `id_ce_revision` FROM ps_ce_revision WHERE `parent` = 3024030105 AND `active` = 0 AND `id_employee` = 0 LIMIT 1
0.229 ms 1 /modules/creativeelements/classes/wrappers/Post.php:522
787
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2906
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.227 ms 1 /classes/SpecificPrice.php:243
1029
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3024030105 AND `name` = "_elementor_page_settings" LIMIT 1
0.226 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2907) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:266
28
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.223 ms 1 /classes/Language.php:850
21
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (5)
0.222 ms 1 /classes/module/Module.php:2168
65
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 215369
0.222 ms 1 /src/Adapter/EntityMapper.php:62
724
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2880) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:266
804
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2921
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.221 ms 1 /classes/SpecificPrice.php:243
966
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=64
0.221 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
4
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.220 ms 7 /classes/shop/Shop.php:1192
793
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2906) AND (id_product_attribute = 202717) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.220 ms 1 /classes/stock/StockAvailable.php:266
948
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 267) LIMIT 1
0.220 ms 1 /src/Adapter/EntityMapper.php:54
930
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 236) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:54
739
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2900 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:126
672
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 236 LIMIT 1
0.217 ms 1 /modules/psgdpr/classes/GDPRConsent.php:130
726
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2880) AND (id_product_attribute = 200885) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.216 ms 1 /classes/stock/StockAvailable.php:266
731
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 200885
0.216 ms 1 /src/Adapter/EntityMapper.php:62
1017
SELECT SQL_NO_CACHE id_group FROM ps_cart_rule_group WHERE id_cart_rule = 13
0.215 ms 4 /classes/CartRule.php:461
854
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 190 AND `id_shop` = 5 LIMIT 1
0.214 ms 1 /classes/module/Module.php:2267
847
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.214 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
52
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3024
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.212 ms 1 /classes/SpecificPrice.php:243
11
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 5 LIMIT 1
0.211 ms 1 /classes/ObjectModel.php:1576
248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215541) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:266
776
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2908) AND (id_product_attribute = 203258) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:266
34
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 5 LIMIT 1
0.210 ms 1 /classes/ObjectModel.php:1576
850
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_data" LIMIT 1
0.210 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
707
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2879) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.209 ms 1 /classes/stock/StockAvailable.php:266
137
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215430) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.209 ms 1 /classes/stock/StockAvailable.php:266
175
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215468) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:266
26
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.208 ms 1 /classes/Currency.php:873
281
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215574) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:266
116
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215409) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:266
774
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2908) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:266
636
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.207 ms 16 Yes /classes/ImageType.php:89
57
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.206 ms 1 /classes/Group.php:131
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215598) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:266
931
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 5
0.206 ms 1 /src/Adapter/EntityMapper.php:62
136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215429) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.205 ms 1 /classes/stock/StockAvailable.php:266
215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215508) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:266
288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215581) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:266
898
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 1 AND ctg.`id_group` = 1 LIMIT 1
0.203 ms 0 /classes/Category.php:1754
798
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 202717
0.203 ms 1 /src/Adapter/EntityMapper.php:62
1022
SELECT SQL_NO_CACHE id_shop FROM ps_cart_rule_shop WHERE id_cart_rule = 14
0.203 ms 1 /classes/CartRule.php:486
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215388) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:266
113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215406) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215582) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215591) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215621) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
639
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 5
WHERE (a.`id_country` = 8) LIMIT 1
0.200 ms 1 /src/Adapter/EntityMapper.php:54
937
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 5
0.200 ms 1 /src/Adapter/EntityMapper.php:62
640
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.199 ms 1 /src/Adapter/EntityMapper.php:62
78
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215371) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:266
935
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 241 AND ctg.`id_group` = 1 LIMIT 1
0.198 ms 1 /classes/Category.php:1754
682
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 218 AND ctg.`id_group` = 1 LIMIT 1
0.196 ms 1 /classes/Category.php:1754
268
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215561) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:266
653
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1
0.195 ms 0 /classes/Country.php:256
781
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 203258
0.194 ms 1 /src/Adapter/EntityMapper.php:62
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215395) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:266
361
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.193 ms 16 /classes/ImageType.php:141
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215411) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:266
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215416) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:266
1018
SELECT SQL_NO_CACHE id_group FROM ps_cart_rule_group WHERE id_cart_rule = 14
0.193 ms 4 /classes/CartRule.php:461
1021
SELECT SQL_NO_CACHE id_shop FROM ps_cart_rule_shop WHERE id_cart_rule = 13
0.192 ms 1 /classes/CartRule.php:486
273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215566) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:266
331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215624) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:266
210
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215503) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:266
635
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.191 ms 16 Yes /classes/ImageType.php:89
939
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 223) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:54
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215595) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:266
82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215375) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215410) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215456) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215608) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
901
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 229 AND ctg.`id_group` = 1 LIMIT 1
0.189 ms 1 /classes/Category.php:1754
160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215453) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215625) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215578) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:266
641
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.188 ms 1 /classes/ObjectModel.php:1443
77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215370) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:266
810
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2921) AND (id_product_attribute = 208147) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:266
111
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215404) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:266
219
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215512) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:266
764
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 203192
0.187 ms 1 /src/Adapter/EntityMapper.php:62
80
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215373) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:266
112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215405) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:266
932
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 236 AND ctg.`id_group` = 1 LIMIT 1
0.186 ms 1 /classes/Category.php:1754
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215427) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215431) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215530) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215594) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
306
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215599) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
933
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 241) LIMIT 1
0.185 ms 1 /src/Adapter/EntityMapper.php:54
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215617) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:266
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215562) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:266
159
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215452) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:266
109
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215402) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
271
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215564) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215567) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215615) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
808
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2921) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
217
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215510) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:266
241
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215534) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:266
689
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2793 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:126
125
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215418) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:266
275
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215568) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:266
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215619) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:266
282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215575) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
742
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2900) AND (id_product_attribute = 201570) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
236
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215529) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
140
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215433) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
208
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215501) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215502) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
319
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215612) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
709
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2879) AND (id_product_attribute = 200749) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215515) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:266
258
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215551) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:266
942
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 243) LIMIT 1
0.175 ms 1 /src/Adapter/EntityMapper.php:54
697
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 198784
0.174 ms 1 /src/Adapter/EntityMapper.php:62
952
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 279 AND `id_shop` = 5
0.174 ms 1 /src/Adapter/EntityMapper.php:62
272
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215565) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:266
99
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215392) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
184
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215477) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
283
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215576) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215579) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215632) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
936
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 242) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:54
951
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 279) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:54
284
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215577) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
270
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215563) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
294
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215587) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
340
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215633) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215634) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
97
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215390) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:266
249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215542) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:266
311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215604) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:266
807
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2921 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:126
79
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215372) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
143
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215436) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215613) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215616) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
119
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215412) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
214
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215507) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215569) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215580) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
747
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 201570
0.169 ms 1 /src/Adapter/EntityMapper.php:62
756
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2907 AND `id_group` = 1 LIMIT 1
0.169 ms 0 /classes/GroupReduction.php:126
945
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 244) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:54
290
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215583) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:266
225
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215518) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215531) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215553) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215592) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
327
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215620) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
706
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2879 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:126
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215630) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
81
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215374) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215377) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
139
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215432) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215506) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215585) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
297
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215590) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215596) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
723
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2880 AND `id_group` = 1 LIMIT 1
0.166 ms 0 /classes/GroupReduction.php:126
61
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:586
126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215419) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
127
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215420) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
239
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215532) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
692
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2793) AND (id_product_attribute = 198784) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
60
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:558
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215425) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215589) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
316
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215609) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215437) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
304
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215597) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
295
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215588) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
815
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 208147
0.163 ms 1 /src/Adapter/EntityMapper.php:62
291
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215584) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
293
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215586) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
307
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215600) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215415) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
714
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 200749
0.162 ms 1 /src/Adapter/EntityMapper.php:62
943
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 243 AND `id_shop` = 5
0.162 ms 1 /src/Adapter/EntityMapper.php:62
89
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215382) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
637
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.162 ms 1 /classes/AddressFormat.php:629
211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215504) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
333
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215626) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215593) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215606) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215602) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215603) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215605) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
317
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215610) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215611) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
329
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215622) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
940
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 5
0.160 ms 1 /src/Adapter/EntityMapper.php:62
98
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215391) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215545) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215601) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215614) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
773
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2908 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:126
949
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 267 AND `id_shop` = 5
0.159 ms 1 /src/Adapter/EntityMapper.php:62
242
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215535) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215442) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
334
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215627) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
338
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215631) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215607) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215618) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.157 ms 1 /classes/stock/StockAvailable.php:266
335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215628) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.157 ms 1 /classes/stock/StockAvailable.php:266
121
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215414) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215521) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
257
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215550) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
330
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215623) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215629) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215376) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
170
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215463) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215389) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:266
124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215417) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:266
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215509) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:266
103
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215396) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.153 ms 1 /classes/stock/StockAvailable.php:266
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215413) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215421) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
191
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215484) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215423) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215516) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
230
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215523) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
129
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215422) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
186
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215479) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
94
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215387) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
131
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215424) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
253
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215546) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
202
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215495) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
110
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215403) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
233
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215526) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
954
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 5
WHERE (a.`id_category` = 260) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:54
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215434) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:266
196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215489) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:266
244
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215537) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:266
226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215519) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
946
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 5
0.148 ms 1 /src/Adapter/EntityMapper.php:62
180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215473) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
220
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215513) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
638
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.147 ms 1 /classes/Country.php:386
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215533) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
955
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 5
0.147 ms 1 /src/Adapter/EntityMapper.php:62
88
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215381) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215394) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215554) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
142
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215435) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215469) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215378) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215401) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
161
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215454) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215511) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215548) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
91
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215384) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
100
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215393) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215397) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215399) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
107
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215400) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215443) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215505) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215525) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215536) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215547) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
90
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215383) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215438) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
164
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215457) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
185
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215478) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215543) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
259
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215552) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215559) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
86
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215379) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215555) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
148
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215441) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215447) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
155
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215448) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215449) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
256
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215549) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
87
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215380) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215540) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215558) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
938
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 242 AND ctg.`id_group` = 1 LIMIT 1
0.142 ms 1 /classes/Category.php:1754
146
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215439) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
153
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215446) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215544) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
92
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215385) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
151
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215444) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215450) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215538) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215451) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
165
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215458) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
246
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215539) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
93
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215386) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
105
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215398) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
147
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215440) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
152
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215445) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215556) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
162
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215455) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
171
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215464) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215471) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
181
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215474) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215522) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
264
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215557) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
172
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215465) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215470) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215472) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215475) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215517) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215485) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215459) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215476) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215483) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
195
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215488) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
227
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215520) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
167
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215460) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
173
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215466) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215467) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215487) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215496) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215498) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215461) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215462) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215480) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215481) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215486) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
199
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215492) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215514) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
231
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215524) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215482) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215490) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215493) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215491) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215494) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
204
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3024) AND (id_product_attribute = 215497) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
947
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 244 AND ctg.`id_group` = 1 LIMIT 1
0.133 ms 1 /classes/Category.php:1754
944
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 243 AND ctg.`id_group` = 1 LIMIT 1
0.121 ms 1 /classes/Category.php:1754
953
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 279 AND ctg.`id_group` = 1 LIMIT 1
0.120 ms 1 /classes/Category.php:1754
941
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 223 AND ctg.`id_group` = 1 LIMIT 1
0.119 ms 1 /classes/Category.php:1754
950
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 267 AND ctg.`id_group` = 1 LIMIT 1
0.118 ms 1 /classes/Category.php:1754
956
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 260 AND ctg.`id_group` = 1 LIMIT 1
0.115 ms 1 /classes/Category.php:1754

Doubles

283 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
274 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` IN (XX, XX) AND `id_customer` = XX AND `id_product_attribute` IN (XX, XX) AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
21 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
21 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
21 queries
				SELECT ctg.`id_group`
				FROM ps_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
20 queries
SELECT c.id_category, "" as name
			FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			 LIMIT XX
19 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
18 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
13 queries
        SELECT pa.id_product_attribute
        FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
        WHERE pa.`id_product` = XX
12 queries
            SELECT * FROM `ps_anmegamenu_content_groups_access` gc,  `ps_anmegamenu_content` mmt
            LEFT JOIN `ps_anmegamenu_content_lang` ln ON (mmt.`id_content` = ln.`id_content` AND ln.`id_lang` = XX)
            WHERE mmt.`active`=XX 
             AND gc.`id_content` = mmt.`id_content`  AND gc.`id_group` = XX 
             AND mmt.`id_column` = "XX"  AND mmt.`id_content` IN (
                    SELECT sa.`id_content`
                    FROM `ps_anmegamenu_content_shop` sa
                    WHERE sa.id_shop IN (XX)
                ) ORDER BY mmt.`position`
12 queries
SELECT * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=XX 
12 queries
		SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
		FROM `ps_category` c
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
		 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		WHERE cl.`id_lang` = XX
		AND c.`id_category` IN (XX)
11 queries
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `ps_product_attribute_image` pai
            LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
            INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE i.`id_product` = XX AND il.`id_lang` = XX ORDER by i.`position`
10 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
9 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
9 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
9 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
9 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
9 queries
SELECT *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
9 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
9 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `ps_attribute` a
            LEFT JOIN `ps_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `ps_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `ps_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            LEFT JOIN `ps_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `ps_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
9 queries
SELECT pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
9 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            'XX-XX-XX XX:XX:XX',
                            INTERVAL XX DAY
                        )
                    ) > XX) as new
                FROM ps_product p
                LEFT JOIN ps_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
                    AND sa.id_product_attribute = XX
			        AND sa.id_shop = XX LEFT JOIN ps_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = XX
                WHERE p.id_product IN (XX)
9 queries
SELECT id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = XX) LIMIT XX
9 queries
SELECT *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = XX) LIMIT XX
8 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, XX)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
7 queries
SELECT * FROM `ps_anmegamenu_rows` mmg WHERE  mmg.`id_tab` = "XX"  AND mmg.`id_row` IN (
                    SELECT sa.`id_row`
                    FROM `ps_anmegamenu_rows_shop` sa
                    WHERE sa.id_shop IN (XX)
                ) ORDER BY mmg.`position`
6 queries
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_page_settings" LIMIT XX
6 queries
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_data" LIMIT XX
6 queries
SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
			FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			
			GROUP BY c.`id_category`
			ORDER BY category_shop.`position` ASC
5 queries
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_css" LIMIT XX
4 queries
SELECT ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, XX) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`eanXX`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
FROM `ps_product_attribute` pa
 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
 LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = XX
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
 INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX)
WHERE (pa.id_product = XX) AND (al.id_lang = XX) AND (agl.id_lang = XX) AND (product_attribute_shop.id_product_attribute = XX)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
4 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4 queries
SELECT * FROM `ps_anmegamenu_columns` mmg  WHERE mmg.`id_row` = "XX"  AND mmg.`id_column` IN (
                    SELECT sa.`id_column`
                    FROM `ps_anmegamenu_columns_shop` sa
                    WHERE sa.id_shop IN (XX)
                ) ORDER BY mmg.`position`
3 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
3 queries
SELECT pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa  INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, XX)) WHERE pa.`id_product` = XX GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
3 queries
SELECT *
FROM `ps_ce_theme` a
LEFT JOIN `ps_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = XX
LEFT JOIN `ps_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = XX
WHERE (a.`id_ce_theme` = XX) AND (b.`id_shop` = XX) LIMIT XX
2 queries
SELECT c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
               FROM `ps_configuration` c
               LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
SELECT XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
            SELECT psgdpr.active FROM `ps_psgdpr_consent` psgdpr
            WHERE psgdpr.id_module = XX LIMIT XX
2 queries
SELECT id_group FROM ps_cart_rule_group WHERE id_cart_rule = XX
2 queries
            SELECT COUNT(*) FROM `ps_orders` o
            LEFT JOIN `ps_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
            WHERE o.`id_customer` = XX
            AND ocr.`deleted` = XX AND ocr.`id_cart_rule` = XX LIMIT XX
2 queries
SELECT id_shop FROM ps_cart_rule_shop WHERE id_cart_rule = XX

Tables stress

312 stock_available
281 specific_price
86 category_lang
85 category
81 category_shop
70 product_attribute_shop
62 product
62 product_attribute
44 cart_product
43 product_shop
28 product_attribute_combination
26 attribute
26 attribute_lang
23 product_attribute_lang
23 category_group
23 image_lang
21 pack
21 image
20 product_lang
19 ce_meta
18 attribute_group_lang
18 productdesigner_product_config
16 attribute_group
12 image_shop
12 anmegamenu_content_groups_access
12 anmegamenu_content_lang
12 anmegamenu_content_shop
12 anmegamenu_content_data
11 product_attribute_image
10 module
9 specific_price_priority
9 product_group_reduction_cache
7 module_shop
7 anmegamenu_rows
7 anmegamenu_rows_shop
6 shop
6 configuration
6 hook
6 attribute_shop
6 image_type
5 lang
4 shop_url
4 lang_shop
4 country
4 currency
4 cart_rule
4 anmegamenu_columns
4 anmegamenu_columns_shop
3 configuration_lang
3 hook_alias
3 currency_shop
3 manufacturer
3 tax_rule
3 tax_rules_group
3 category_product
3 ce_theme
3 ce_theme_lang
3 ce_theme_shop
2 shop_group
2 country_lang
2 country_shop
2 hook_module
2 module_group
2 currency_lang
2 group
2 group_shop
2 cart_rule_lang
2 psgdpr_consent
2 cart_rule_group
2 orders
2 order_cart_rule
2 cart_rule_shop
1 meta
1 meta_lang
1 hook_module_exceptions
1 productdesigner_custom_field
1 group_lang
1 supplier
1 tax
1 tax_lang
1 tag
1 product_tag
1 accessory
1 address_format
1 required_field
1 ce_template
1 stock_supplier
1 productdesigner_product_combination
1 product_sale
1 anmegamenu_menu_groups_access
1 anmegamenu_menu_lang
1 anmegamenu_menu_shop
1 anmegamenu_tabs_groups_access
1 anmegamenu_tabs_lang
1 anmegamenu_tabs_shop
1 ce_revision

ObjectModel instances

Name Instances Source
Category 273 /controllers/front/ProductController.php:288 (__construct) [id: 218]
/controllers/front/ProductController.php:1389 (__construct) [id: 218]
/classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ]
/modules/creativeelements/modules/catalog/widgets/product/base.php:2420 (__construct) [id: 218]
/classes/Link.php:396 (__construct) [id: 229]
/classes/helper/HelperTreeCategories.php:105 (getRootCategory) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/classes/Link.php:396 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/classes/Link.php:396 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/classes/Link.php:396 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/classes/Link.php:396 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/classes/Link.php:396 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/classes/Link.php:396 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/classes/Link.php:396 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/classes/Link.php:396 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/classes/Link.php:396 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/classes/Link.php:396 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/classes/Link.php:396 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/classes/Link.php:396 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/classes/Link.php:396 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/classes/Link.php:396 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 1]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 218]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 229]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 230]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 234]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 239]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 240]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 219]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 220]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 222]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 226]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 221]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 236]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 241]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 242]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 223]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 243]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 244]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 267]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 279]
/modules/anmegamenu/classes/anMmMenuTreeCats.php:41 (__construct) [id: 260]
/classes/Link.php:396 (__construct) [id: 260]
Product 30 /controllers/front/ProductController.php:129 (__construct) [id: 3024]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 3024]
/classes/Meta.php:320 (__construct) [id: 3024]
/classes/Link.php:94 (__construct) [id: 3024]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 3024]
/classes/Link.php:94 (__construct) [id: 3024]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2793]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2879]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2880]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2900]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2907]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2908]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2906]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 2921]
/classes/Link.php:94 (__construct) [id: 2793]
/classes/Link.php:94 (__construct) [id: 2879]
/classes/Link.php:94 (__construct) [id: 2880]
/classes/Link.php:94 (__construct) [id: 2900]
/classes/Link.php:94 (__construct) [id: 2907]
/classes/Link.php:94 (__construct) [id: 2908]
/classes/Link.php:94 (__construct) [id: 2906]
/classes/Link.php:94 (__construct) [id: 2921]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3024]
CETheme 16 /modules/creativeelements/creativeelements.php:730 (__construct) [id: 53]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 53]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 53]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 53]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 53]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 53]
/modules/creativeelements/creativeelements.php:760 (__construct) [id: 70]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 70]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 70]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 70]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 70]
/modules/creativeelements/creativeelements.php:760 (__construct) [id: 43]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 43]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 43]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 43]
/modules/creativeelements/classes/wrappers/Post.php:104 (__construct) [id: 43]
Shop 13 /config/config.inc.php:103 (initialize) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
/classes/helper/HelperTreeCategories.php:279 (__construct) [id: 5]
Combination 10 /controllers/front/ProductController.php:1590 (__construct) [id: 215369]
/classes/Product.php:5654 (__construct) [id: 215369]
/classes/Product.php:5654 (__construct) [id: 198784]
/classes/Product.php:5654 (__construct) [id: 200749]
/classes/Product.php:5654 (__construct) [id: 200885]
/classes/Product.php:5654 (__construct) [id: 201570]
/classes/Product.php:5654 (__construct) [id: 203192]
/classes/Product.php:5654 (__construct) [id: 203258]
/classes/Product.php:5654 (__construct) [id: 202717]
/classes/Product.php:5654 (__construct) [id: 208147]
ProductDesigner\classes\models\DesignerProductConfig 9 /modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1383]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1243]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1285]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1286]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1304]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1306]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1307]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1305]
/modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1308]
Address 7 /classes/Product.php:700 (__construct) [id: ]
/classes/Product.php:6578 (initialize) [id: ]
/classes/Product.php:3550 (__construct) [id: ]
/controllers/front/ProductController.php:535 (__construct) [id: 0]
/classes/Product.php:5706 (__construct) [id: ]
/classes/shop/Shop.php:467 (__construct) [id: ]
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:72 (__construct) [id: 0]
CETemplate 5 /modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 9]
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 9]
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 9]
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 9]
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 9]
Country 4 /config/config.inc.php:135 (__construct) [id: 8]
/classes/AddressFormat.php:382 (__construct) [id: 8]
/classes/controller/FrontController.php:1750 (__construct) [id: 8]
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:79 (__construct) [id: 8]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 1]
/classes/Tools.php:688 (getCurrencyInstance) [id: 1]
/modules/stripe_official/classes/services/StripeDisplayHeaderService.php:73 (__construct) [id: 1]
Language 2 /config/config.inc.php:200 (__construct) [id: 1]
/classes/Tools.php:533 (__construct) [id: 1]
Tax 2 /classes/tax/TaxRulesTaxManager.php:93 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:93 (__construct) [id: 1]
Cart 1 /classes/controller/FrontController.php:441 (__construct) [id: ]
Group 1 /classes/Cart.php:262 (getCurrent) [id: 1]
ProductDesigner\classes\models\design\DesignCustomField 1 /modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 0]
ShopGroup 1 /classes/shop/Shop.php:542 (__construct) [id: 2]
Gender 1 /classes/controller/FrontController.php:1667 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1670 (__construct) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1744 (generateAddress) [id: ]
State 1 /classes/controller/FrontController.php:1749 (__construct) [id: 0]
Customer 1 /config/config.inc.php:253 (__construct) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/var-dumper/Resources/functions/dump.php
16 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
18 /vendor/twig/twig/src/Resources/core.php
19 /vendor/twig/twig/src/Resources/debug.php
20 /vendor/twig/twig/src/Resources/escaper.php
21 /vendor/twig/twig/src/Resources/string_loader.php
22 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
24 /vendor/symfony/string/Resources/functions.php
25 /vendor/symfony/polyfill-intl-idn/bootstrap.php
26 /vendor/symfony/clock/Resources/now.php
27 /vendor/symfony/polyfill-php80/bootstrap.php
28 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
29 /vendor/jakeasmith/http_build_url/src/http_build_url.php
30 /vendor/symfony/polyfill-intl-icu/bootstrap.php
31 /vendor/symfony/polyfill-php84/bootstrap.php
32 /vendor/ircmaxell/password-compat/lib/password.php
33 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
34 /vendor/symfony/polyfill-php73/bootstrap.php
35 /vendor/symfony/translation/Resources/functions.php
36 /src/Core/Version.php
37 /config/alias.php
38 /vendor/prestashop/autoload/src/PrestashopAutoload.php
39 /vendor/prestashop/autoload/src/LegacyClassLoader.php
40 /vendor/symfony/filesystem/Filesystem.php
41 /vendor/prestashop/autoload/src/Autoloader.php
42 /config/bootstrap.php
43 /src/Core/ContainerBuilder.php
44 /src/Core/Foundation/IoC/Container.php
45 /src/Adapter/ServiceLocator.php
46 /var/cache/prod/appParameters.php
49 /var/cache/prod/class_index.php
50 /classes/controller/Controller.php
52 /classes/ObjectModel.php
53 /src/Core/Foundation/Database/EntityInterface.php
55 /classes/db/Db.php
57 /classes/Hook.php
59 /classes/module/Module.php
60 /src/Core/Module/Legacy/ModuleInterface.php
62 /classes/Tools.php
63 /classes/Context.php
64 /classes/shop/Shop.php
65 /src/Core/Security/PasswordGenerator.php
66 /classes/db/DbPDO.php
67 /classes/AddressFormat.php
68 /classes/Configuration.php
69 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
70 /classes/Validate.php
71 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
72 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
73 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
74 /vendor/symfony/form/AbstractType.php
75 /vendor/symfony/form/FormTypeInterface.php
76 /classes/cache/Cache.php
77 /src/Adapter/EntityMapper.php
78 /classes/db/DbQuery.php
79 /src/Core/Addon/Theme/ThemeManagerBuilder.php
80 /vendor/psr/log/src/NullLogger.php
81 /vendor/psr/log/src/AbstractLogger.php
82 /vendor/psr/log/src/LoggerTrait.php
83 /vendor/psr/log/src/LoggerInterface.php
84 /src/Core/Context/ApiClientContext.php
85 /src/Adapter/Configuration.php
86 /vendor/symfony/http-foundation/ParameterBag.php
87 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
88 /src/Core/ConfigurationInterface.php
89 /src/Core/Addon/Theme/ThemeRepository.php
90 /src/Core/Addon/AddonRepositoryInterface.php
91 /src/Core/Addon/Theme/Theme.php
92 /src/Core/Addon/AddonInterface.php
93 /src/Core/Util/ArrayFinder.php
94 /vendor/symfony/property-access/PropertyAccess.php
95 /vendor/symfony/property-access/PropertyAccessorBuilder.php
96 /vendor/symfony/property-access/PropertyAccessor.php
97 /vendor/symfony/property-access/PropertyAccessorInterface.php
98 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
99 /vendor/symfony/property-info/PropertyListExtractorInterface.php
100 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
101 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
102 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
103 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
104 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
105 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
106 /vendor/symfony/property-info/Type.php
107 /vendor/symfony/string/Inflector/EnglishInflector.php
108 /vendor/symfony/string/Inflector/InflectorInterface.php
109 /vendor/symfony/property-access/PropertyPath.php
110 /vendor/symfony/property-access/PropertyPathInterface.php
111 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
112 /config/defines_uri.inc.php
113 /classes/Language.php
114 /src/Core/Language/LanguageInterface.php
115 /classes/Country.php
116 /classes/PrestaShopCollection.php
117 /classes/shop/ShopGroup.php
118 /classes/Cookie.php
119 /src/Core/Http/CookieOptions.php
120 /classes/PhpEncryption.php
121 /classes/PhpEncryptionEngine.php
122 /vendor/defuse/php-encryption/src/Key.php
123 /vendor/defuse/php-encryption/src/Encoding.php
124 /vendor/defuse/php-encryption/src/Core.php
125 /vendor/defuse/php-encryption/src/Crypto.php
126 /vendor/defuse/php-encryption/src/KeyOrPassword.php
127 /vendor/defuse/php-encryption/src/RuntimeTests.php
128 /vendor/defuse/php-encryption/src/DerivedKeys.php
129 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
130 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
131 /src/Core/Session/SessionHandler.php
132 /src/Core/Session/SessionHandlerInterface.php
133 /vendor/symfony/http-foundation/Session/Session.php
134 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
135 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
136 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
137 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
138 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
139 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
140 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
141 /vendor/symfony/http-foundation/Session/SessionInterface.php
142 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
143 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
144 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
145 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
146 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
147 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
148 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
149 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
150 /config/smarty.config.inc.php
151 /vendor/smarty/smarty/libs/Smarty.class.php
152 /vendor/smarty/smarty/libs/functions.php
153 /vendor/smarty/smarty/libs/Autoloader.php
154 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
163 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
164 /classes/ImageManager.php
165 /classes/Product.php
166 /classes/Profile.php
167 /classes/Tab.php
168 /config/smartyfront.config.inc.php
169 /classes/Smarty/SmartyResourceModule.php
170 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
172 /classes/Smarty/SmartyResourceParent.php
173 /classes/Smarty/SmartyLazyRegister.php
174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
175 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
176 /classes/Customer.php
177 /classes/Group.php
178 /classes/Link.php
179 /classes/shop/ShopUrl.php
180 /app/FrontKernel.php
181 /app/AppKernel.php
182 /vendor/symfony/http-kernel/Kernel.php
183 /vendor/symfony/config/ConfigCache.php
184 /vendor/symfony/config/ResourceCheckerConfigCache.php
185 /vendor/symfony/config/ConfigCacheInterface.php
186 /vendor/symfony/http-kernel/KernelInterface.php
187 /vendor/symfony/http-kernel/HttpKernelInterface.php
188 /vendor/symfony/http-kernel/RebootableInterface.php
189 /vendor/symfony/http-kernel/TerminableInterface.php
190 /vendor/symfony/dotenv/Dotenv.php
191 /classes/Dispatcher.php
192 /vendor/symfony/http-foundation/Request.php
193 /vendor/symfony/http-foundation/AcceptHeader.php
194 /vendor/symfony/http-foundation/AcceptHeaderItem.php
195 /vendor/symfony/http-foundation/FileBag.php
196 /vendor/symfony/http-foundation/HeaderBag.php
197 /vendor/symfony/http-foundation/HeaderUtils.php
198 /vendor/symfony/http-foundation/InputBag.php
199 /vendor/symfony/http-foundation/ServerBag.php
200 /src/Adapter/SymfonyContainer.php
201 /config/db_slave_server.inc.php
202 /src/Adapter/ContainerBuilder.php
203 /src/Adapter/Environment.php
204 /src/Core/EnvironmentInterface.php
205 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
206 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
207 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
214 /vendor/symfony/cache/Adapter/ArrayAdapter.php
215 /vendor/psr/log/src/LoggerAwareTrait.php
216 /vendor/symfony/cache/Adapter/AdapterInterface.php
217 /vendor/symfony/cache/CacheItem.php
218 /vendor/symfony/cache-contracts/ItemInterface.php
219 /vendor/psr/cache/src/CacheItemInterface.php
220 /vendor/psr/cache/src/CacheItemPoolInterface.php
221 /vendor/symfony/cache-contracts/CacheInterface.php
222 /vendor/psr/log/src/LoggerAwareInterface.php
223 /vendor/symfony/cache/ResettableInterface.php
224 /vendor/symfony/service-contracts/ResetInterface.php
225 /vendor/doctrine/orm/src/Tools/Setup.php
226 /vendor/doctrine/deprecations/src/Deprecation.php
227 /vendor/doctrine/orm/src/Configuration.php
228 /vendor/doctrine/dbal/src/Configuration.php
229 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
230 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
231 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
235 /vendor/doctrine/lexer/src/AbstractLexer.php
236 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
237 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
238 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
239 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
240 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
241 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
242 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
243 /vendor/symfony/cache/Adapter/AbstractAdapter.php
244 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
245 /vendor/symfony/cache/Traits/ContractsTrait.php
246 /vendor/symfony/cache-contracts/CacheTrait.php
247 /vendor/psr/cache/src/InvalidArgumentException.php
248 /vendor/psr/cache/src/CacheException.php
249 /vendor/symfony/cache/Traits/FilesystemTrait.php
250 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
251 /vendor/symfony/cache/PruneableInterface.php
252 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
253 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
254 /src/Adapter/Module/Repository/CachedModuleRepository.php
255 /src/Adapter/Module/Repository/ModuleRepository.php
256 /src/Core/Repository/AbstractObjectModelRepository.php
257 /vendor/symfony/cache/LockRegistry.php
258 /modules/ps_accounts/vendor/autoload.php
259 /modules/ps_accounts/vendor/composer/autoload_real.php
260 /modules/ps_accounts/vendor/composer/platform_check.php
261 /modules/ps_accounts/vendor/composer/autoload_static.php
262 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
263 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
264 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
265 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
266 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
267 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
268 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
269 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
270 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
271 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
272 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
273 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
274 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
275 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
276 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
277 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
278 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
279 /modules/mondialrelay/vendor/autoload.php
280 /modules/mondialrelay/vendor/composer/autoload_real.php
281 /modules/mondialrelay/vendor/composer/platform_check.php
282 /modules/mondialrelay/vendor/composer/autoload_static.php
283 /modules/anmegamenu/vendor/autoload.php
284 /modules/anmegamenu/vendor/composer/autoload_real.php
285 /modules/anmegamenu/vendor/composer/platform_check.php
286 /modules/anmegamenu/vendor/composer/autoload_static.php
287 /modules/payplug/vendor/autoload.php
288 /modules/payplug/vendor/composer/autoload_real.php
289 /modules/payplug/vendor/composer/autoload_static.php
290 /modules/autoupgrade/vendor/autoload.php
291 /modules/autoupgrade/vendor/composer/autoload_real.php
292 /modules/autoupgrade/vendor/composer/autoload_static.php
293 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
294 /modules/chronopost/vendor/autoload.php
295 /modules/chronopost/vendor/composer/autoload_real.php
296 /modules/chronopost/vendor/composer/platform_check.php
297 /modules/chronopost/vendor/composer/autoload_static.php
298 /modules/ps_mbo/vendor/autoload.php
299 /modules/ps_mbo/vendor/composer/autoload_real.php
300 /modules/ps_mbo/vendor/composer/platform_check.php
301 /modules/ps_mbo/vendor/composer/autoload_static.php
302 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
303 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
304 /modules/ps_mbo/vendor/php-http/message/src/filters.php
305 /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php
306 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
307 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
308 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
309 /modules/ps_mbo/bootstrap.php
310 /modules/ps_mbo/src/Helpers/EnvHelper.php
311 /modules/productdesigner/vendor/autoload.php
312 /modules/productdesigner/vendor/composer/autoload_real.php
313 /modules/productdesigner/vendor/composer/autoload_static.php
314 /modules/productdesigner/vendor/google-gemini-php/client/src/Gemini.php
315 /modules/paypal/vendor/autoload.php
316 /modules/paypal/vendor/composer/autoload_real.php
317 /modules/paypal/vendor/composer/autoload_static.php
318 /modules/colissimo/vendor/autoload.php
319 /modules/colissimo/vendor/composer/autoload_real.php
320 /modules/colissimo/vendor/composer/platform_check.php
321 /modules/colissimo/vendor/composer/autoload_static.php
322 /modules/stripe_official/vendor/autoload.php
323 /modules/stripe_official/vendor/composer/autoload_real.php
324 /modules/stripe_official/vendor/composer/platform_check.php
325 /modules/stripe_official/vendor/composer/autoload_static.php
326 /modules/xl_conscience/vendor/autoload.php
327 /modules/xl_conscience/vendor/composer/autoload_real.php
328 /modules/xl_conscience/vendor/composer/platform_check.php
329 /modules/xl_conscience/vendor/composer/autoload_static.php
330 /modules/ps_eventbus/vendor/autoload.php
331 /modules/ps_eventbus/vendor/composer/autoload_real.php
332 /modules/ps_eventbus/vendor/composer/autoload_static.php
333 /var/cache/prod/FrontContainer.php
334 /src/Adapter/Container/LegacyContainer.php
335 /vendor/symfony/dependency-injection/Container.php
336 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
337 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
338 /vendor/symfony/dependency-injection/ServiceLocator.php
339 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
340 /vendor/psr/container/src/ContainerExceptionInterface.php
341 /vendor/psr/container/src/NotFoundExceptionInterface.php
342 /vendor/symfony/service-contracts/ServiceProviderInterface.php
343 /vendor/psr/container/src/ContainerInterface.php
344 /vendor/symfony/dependency-injection/ContainerInterface.php
345 /src/Adapter/Container/LegacyContainerInterface.php
346 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
347 /vendor/doctrine/orm/src/EntityRepository.php
348 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
349 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
350 /vendor/symfony/var-exporter/LazyProxyTrait.php
351 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
352 /vendor/symfony/var-exporter/LazyObjectInterface.php
353 /vendor/symfony/var-exporter/Internal/Hydrator.php
354 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
355 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
356 /src/PrestaShopBundle/Entity/Repository/ShipmentRepository.php
357 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
358 /vendor/symfony/var-exporter/LazyGhostTrait.php
359 /src/Core/FeatureFlag/FeatureFlagManager.php
360 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
361 /src/Core/FeatureFlag/Layer/DbLayer.php
362 /src/Core/FeatureFlag/TypeLayerInterface.php
363 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
364 /src/Core/FeatureFlag/Layer/EnvLayer.php
365 /src/Core/FeatureFlag/Layer/QueryLayer.php
366 /vendor/symfony/http-foundation/RequestStack.php
367 /vendor/doctrine/orm/src/EntityManager.php
368 /vendor/doctrine/orm/src/EntityManagerInterface.php
369 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
370 /src/Core/Hook/HookModuleFilter.php
371 /src/Core/Hook/HookModuleFilterInterface.php
372 /modules/colissimo/colissimo.php
373 /classes/module/CarrierModule.php
374 /modules/colissimo/classes/module.classes.php
375 /modules/colissimo/classes/ColissimoTools.php
376 /modules/colissimo/classes/ColissimoLink.php
377 /modules/colissimo/classes/ColissimoModuleConfiguration.php
378 /modules/colissimo/classes/ColissimoCarrier.php
379 /classes/Carrier.php
380 /modules/colissimo/classes/ColissimoService.php
381 /modules/colissimo/classes/ColissimoOrder.php
382 /modules/colissimo/classes/ColissimoLabel.php
383 /modules/colissimo/classes/ColissimoLabelProduct.php
384 /modules/colissimo/classes/ColissimoDepositSlip.php
385 /modules/colissimo/classes/ColissimoLabelGenerator.php
386 /modules/colissimo/classes/ColissimoPickupPoint.php
387 /modules/colissimo/classes/ColissimoCartPickupPoint.php
388 /modules/colissimo/classes/ColissimoTrackingCode.php
389 /modules/colissimo/classes/ColissimoOrderCarrier.php
390 /classes/order/OrderCarrier.php
391 /modules/colissimo/classes/ColissimoCustomCategory.php
392 /modules/colissimo/classes/ColissimoCustomProduct.php
393 /modules/colissimo/classes/ColissimoCustomDocument.php
394 /modules/colissimo/classes/ColissimoMerchantAddress.php
395 /modules/colissimo/classes/ColissimoAddress.php
396 /modules/colissimo/classes/ColissimoACE.php
397 /modules/colissimo/classes/migration/ColissimoOtherModuleInterface.php
398 /modules/colissimo/classes/migration/ColissimoMigration.php
399 /modules/colissimo/classes/migration/ColissimoSoflexibiliteMigration.php
400 /modules/colissimo/classes/migration/ColissimoSoniceEtiquetageMigration.php
401 /modules/colissimo/classes/migration/ColissimoColissimoSimpliciteMigration.php
402 /modules/colissimo/classes/migration/ColissimoSocolissimoMigration.php
403 /modules/colissimo/classes/logger/AbstractColissimoHandler.php
404 /modules/colissimo/classes/logger/ColissimoFileHandler.php
405 /modules/colissimo/classes/logger/ColissimoNullHandler.php
406 /modules/colissimo/classes/logger/ColissimoLogger.php
407 /modules/colissimo/lib/loader.php
408 /modules/colissimo/lib/ColissimoClient.php
409 /modules/colissimo/lib/Request/AbstractColissimoRequest.php
410 /modules/colissimo/lib/Request/ColissimoGenerateLabelRequest.php
411 /modules/colissimo/lib/Request/ColissimoGenerateBordereauRequest.php
412 /modules/colissimo/lib/Request/ColissimoWidgetAuthenticationRequest.php
413 /modules/colissimo/lib/Request/ColissimoMailboxDetailsRequest.php
414 /modules/colissimo/lib/Request/ColissimoTrackingEnrichiRequest.php
415 /modules/colissimo/lib/Request/ColissimoTrackingSimpleRequest.php
416 /modules/colissimo/lib/Request/ColissimoCheckGenerateLabelRequest.php
417 /modules/colissimo/lib/Request/ColissimoPlanPickupRequest.php
418 /modules/colissimo/lib/Request/ColissimoTrackingTimelineRequest.php
419 /modules/colissimo/lib/Request/ColissimoCreateCustomDocumentRequest.php
420 /modules/colissimo/lib/Request/ColissimoUpdateCustomDocumentRequest.php
421 /modules/colissimo/lib/Request/ColissimoBoxServicesRequest.php
422 /modules/colissimo/lib/Request/ColissimoboxConnectRequest.php
423 /modules/colissimo/lib/Request/ColissimoGenerateTokenRequest.php
424 /modules/colissimo/lib/Request/ColissimoDeliveryDateRequest.php
425 /modules/colissimo/lib/Response/ColissimoReturnedResponseInterface.php
426 /modules/colissimo/lib/Response/AbstractColissimoResponse.php
427 /modules/colissimo/lib/Response/ColissimoResponseParser.php
428 /modules/colissimo/lib/Response/ColissimoGenerateLabelResponse.php
429 /modules/colissimo/lib/Response/ColissimoGenerateBordereauResponse.php
430 /modules/colissimo/lib/Response/ColissimoWidgetAuthenticationResponse.php
431 /modules/colissimo/lib/Response/ColissimoMailboxDetailsResponse.php
432 /modules/colissimo/lib/Response/ColissimoTrackingEnrichiResponse.php
433 /modules/colissimo/lib/Response/ColissimoTrackingSimpleResponse.php
434 /modules/colissimo/lib/Response/ColissimoCheckGenerateLabelResponse.php
435 /modules/colissimo/lib/Response/ColissimoPlanPickupResponse.php
436 /modules/colissimo/lib/Response/ColissimoTrackingTimelineResponse.php
437 /modules/colissimo/lib/Response/ColissimoCreateCustomDocumentResponse.php
438 /modules/colissimo/lib/Response/ColissimoUpdateCustomDocumentResponse.php
439 /modules/colissimo/lib/Response/ColissimoBoxServicesResponse.php
440 /modules/colissimo/lib/Response/ColissimoboxConnectResponse.php
441 /modules/colissimo/lib/Response/ColissimoDeliveryDateResponse.php
442 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
443 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
444 /classes/Translate.php
445 /modules/colissimo/translations/fr.php
446 /controllers/front/ProductController.php
447 /classes/controller/ProductPresentingFrontController.php
448 /classes/controller/FrontController.php
449 /src/PrestaShopBundle/Translation/TranslatorComponent.php
450 /vendor/symfony/translation/Translator.php
451 /vendor/symfony/translation/MessageCatalogue.php
452 /vendor/symfony/translation/MessageCatalogueInterface.php
453 /vendor/symfony/translation/MetadataAwareInterface.php
454 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
455 /vendor/symfony/translation-contracts/TranslatorInterface.php
456 /vendor/symfony/translation/TranslatorBagInterface.php
457 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
458 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
459 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
460 /src/PrestaShopBundle/Translation/TranslatorInterface.php
461 /vendor/symfony/translation/Formatter/MessageFormatter.php
462 /vendor/symfony/translation/Formatter/IntlFormatter.php
463 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
464 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
465 /vendor/symfony/translation/IdentityTranslator.php
466 /vendor/symfony/translation-contracts/TranslatorTrait.php
467 /vendor/symfony/config/ConfigCacheFactory.php
468 /vendor/symfony/config/ConfigCacheFactoryInterface.php
469 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
470 /src/Adapter/Presenter/Object/ObjectPresenter.php
471 /src/Adapter/Presenter/PresenterInterface.php
472 /src/Adapter/Presenter/Cart/CartPresenter.php
473 /src/Adapter/Image/ImageRetriever.php
474 /classes/tax/TaxConfiguration.php
475 /classes/Smarty/TemplateFinder.php
476 /classes/assets/StylesheetManager.php
477 /classes/assets/AbstractAssetManager.php
478 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
479 /classes/assets/JavascriptManager.php
480 /classes/assets/CccReducer.php
481 /modules/stripe_official/stripe_official.php
482 /classes/PaymentModule.php
483 /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
484 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
485 /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
486 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
487 /modules/stripe_official/classes/services/PrestashopTranslationService.php
488 /src/PrestaShopBundle/Translation/DomainNormalizer.php
489 /src/Adapter/Localization/LegacyTranslator.php
490 /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
491 /modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
492 /modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
493 /modules/mondialrelay/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
494 /modules/productdesigner/productdesigner.php
495 /modules/productdesigner/translations/fr.php
496 /modules/productdesigner/classes/module/Handler.php
497 /modules/productdesigner/classes/module/Provider.php
498 /modules/productdesigner/classes/module/Calculator.php
499 /modules/productdesigner/classes/module/Messenger.php
500 /modules/productdesigner/classes/module/Summary.php
501 /modules/productdesigner/classes/module/Media.php
502 /modules/productdesigner/classes/module/Cache.php
503 /vendor/monolog/monolog/src/Monolog/Logger.php
504 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
505 /modules/productdesigner/classes/helpers/RotatingFileHandler.php
506 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
507 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
508 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
509 /vendor/monolog/monolog/src/Monolog/Handler/Handler.php
510 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
511 /vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php
512 /vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php
513 /vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php
514 /vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php
515 /vendor/monolog/monolog/src/Monolog/Utils.php
516 /modules/productdesigner/classes/models/design/DesignCustomField.php
517 /modules/productdesigner/classes/models/DesignerObject.php
518 /modules/productdesigner/classes/DesignerTools.php
519 /src/Core/Localization/Locale/Repository.php
520 /src/Core/Localization/Locale/RepositoryInterface.php
521 /src/Core/Localization/CLDR/LocaleRepository.php
522 /src/Core/Localization/CLDR/LocaleDataSource.php
523 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
524 /src/Core/Data/Layer/AbstractDataLayer.php
525 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
526 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
527 /src/Core/Localization/CLDR/Reader.php
528 /src/Core/Localization/CLDR/ReaderInterface.php
529 /src/Core/Localization/Currency/Repository.php
530 /src/Core/Localization/Currency/RepositoryInterface.php
531 /src/Core/Localization/Currency/CurrencyDataSource.php
532 /src/Core/Localization/Currency/DataSourceInterface.php
533 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
534 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
535 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
536 /src/Adapter/Currency/CurrencyDataProvider.php
537 /src/Core/Currency/CurrencyDataProviderInterface.php
538 /src/Adapter/LegacyContext.php
539 /src/Adapter/Tools.php
540 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
541 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
542 /vendor/prestashop/decimal/src/Operation/Rounding.php
543 /src/Core/Localization/Locale.php
544 /src/Core/Localization/LocaleInterface.php
545 /src/Core/Localization/Specification/Price.php
546 /src/Core/Localization/Specification/Number.php
547 /src/Core/Localization/Specification/NumberInterface.php
548 /src/Core/Localization/Specification/Factory.php
549 /src/Core/Localization/CLDR/LocaleData.php
550 /src/Core/Localization/CLDR/NumberSymbolsData.php
551 /src/Core/Localization/CLDR/CurrencyData.php
552 /src/Core/Localization/CLDR/Locale.php
553 /src/Core/Localization/CLDR/LocaleInterface.php
554 /src/Core/Localization/Specification/NumberSymbolList.php
555 /classes/Currency.php
556 /src/Core/Localization/Currency/LocalizedCurrencyId.php
557 /classes/webservice/WebserviceRequest.php
558 /src/Core/Localization/Currency/CurrencyData.php
559 /src/Core/Localization/Currency/CurrencyCollection.php
560 /src/Core/Localization/Currency.php
561 /src/Core/Localization/CurrencyInterface.php
562 /src/Core/Localization/Specification/NumberCollection.php
563 /src/Core/Localization/Number/Formatter.php
564 /classes/Cart.php
565 /src/Adapter/AddressFactory.php
566 /classes/CartRule.php
567 /src/Core/Domain/Product/ValueObject/RedirectType.php
568 /src/Core/Util/DateTime/DateTime.php
569 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
570 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
571 /src/Core/Domain/Product/ValueObject/DeliveryTimeNoteType.php
572 /src/Core/Domain/Product/ValueObject/ProductType.php
573 /src/Core/Domain/Product/ValueObject/Reference.php
574 /src/Core/Domain/Product/ValueObject/Gtin.php
575 /src/Core/Domain/Product/ValueObject/Isbn.php
576 /src/Core/Domain/Product/ValueObject/Upc.php
577 /src/Core/Domain/Product/ProductSettings.php
578 /modules/creativeelements/creativeelements.php
579 /modules/creativeelements/classes/CESmarty.php
580 /modules/creativeelements/includes/plugin.php
581 /modules/creativeelements/classes/wrappers/Helper.php
582 /modules/creativeelements/classes/wrappers/UId.php
583 /modules/creativeelements/classes/wrappers/Post.php
584 /modules/creativeelements/classes/wrappers/Error.php
585 /modules/creativeelements/translations/fr.php
586 /override/classes/Manufacturer.php
587 /classes/Manufacturer.php
588 /override/classes/Supplier.php
589 /classes/Supplier.php
590 /classes/Address.php
591 /classes/tax/TaxManagerFactory.php
592 /classes/tax/TaxRulesTaxManager.php
593 /classes/tax/TaxManagerInterface.php
594 /src/Core/Domain/Shop/ValueObject/ShopId.php
595 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
596 /classes/tax/Tax.php
597 /classes/tax/TaxCalculator.php
598 /classes/Combination.php
599 /classes/SpecificPrice.php
600 /classes/GroupReduction.php
601 /classes/Tag.php
602 /classes/stock/StockAvailable.php
603 /vendor/prestashop/decimal/src/DecimalNumber.php
604 /vendor/prestashop/decimal/src/Builder.php
605 /override/classes/Category.php
606 /classes/Category.php
607 /src/Core/Domain/Category/ValueObject/RedirectType.php
608 /src/Core/Domain/Category/CategorySettings.php
609 /src/Core/Domain/Category/SeoSettings.php
610 /src/Core/Domain/Combination/CombinationSettings.php
611 /src/Core/Util/String/StringModifier.php
612 /src/Core/Util/String/StringModifierInterface.php
613 /vendor/symfony/property-access/Exception/UnexpectedTypeException.php
614 /vendor/symfony/property-access/Exception/RuntimeException.php
615 /vendor/symfony/property-access/Exception/ExceptionInterface.php
616 /modules/blockwishlist/blockwishlist.php
617 /classes/Media.php
618 /modules/ps_socialfollow/ps_socialfollow.php
619 /src/Core/Module/WidgetInterface.php
620 /modules/ps_emailsubscription/ps_emailsubscription.php
621 /modules/chronopost/chronopost.php
622 /modules/chronopost/libraries/Chronofresh.php
623 /modules/chronopost/libraries/Chronoconfig.php
624 /modules/chronopost/libraries/Chronometa.php
625 /modules/chronopost/translations/fr.php
626 /classes/Pack.php
627 /src/Core/Product/ProductExtraContentFinder.php
628 /src/PrestaShopBundle/Service/Hook/HookFinder.php
629 /src/Adapter/HookManager.php
630 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
631 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
632 /src/Core/Localization/CLDR/ComputingPrecision.php
633 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
634 /classes/order/Order.php
635 /classes/ProductPresenterFactory.php
636 /src/Adapter/Presenter/Product/ProductPresenter.php
637 /src/Adapter/Product/PriceFormatter.php
638 /src/Adapter/Product/ProductColorsRetriever.php
639 /src/Core/Product/ProductPresentationSettings.php
640 /src/Adapter/Presenter/Product/ProductLazyArray.php
641 /src/Adapter/Presenter/AbstractLazyArray.php
642 /classes/Image.php
643 /src/Core/Image/ImageFormatConfiguration.php
644 /src/Core/Image/ImageFormatConfigurationInterface.php
645 /classes/ImageType.php
646 /src/Adapter/Presenter/LazyArrayAttribute.php
647 /src/Core/Util/Inflector.php
648 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
649 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
650 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
651 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
652 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
653 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
654 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
655 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
656 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
657 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
658 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
659 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
660 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
661 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
662 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
663 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
664 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
665 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
666 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
667 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
668 /modules/productcomments/productcomments.php
669 /src/Adapter/ContainerFinder.php
670 /modules/productcomments/src/Repository/ProductCommentRepository.php
671 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
672 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
673 /vendor/doctrine/doctrine-bundle/Registry.php
674 /vendor/symfony/doctrine-bridge/ManagerRegistry.php
675 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
676 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
677 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
678 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
679 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
680 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
681 /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php
682 /vendor/doctrine/event-manager/src/EventManager.php
683 /vendor/doctrine/dbal/src/DriverManager.php
684 /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
685 /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
686 /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php
687 /vendor/doctrine/dbal/src/Driver.php
688 /src/PrestaShopBundle/Doctrine/DatabaseConnection.php
689 /vendor/doctrine/dbal/src/Connection.php
690 /vendor/doctrine/dbal/src/ArrayParameterType.php
691 /vendor/doctrine/dbal/src/ParameterType.php
692 /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
693 /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
694 /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php
695 /vendor/doctrine/dbal/src/Driver/PDO/Connection.php
696 /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
697 /vendor/doctrine/dbal/src/Driver/Connection.php
698 /vendor/doctrine/dbal/src/Events.php
699 /vendor/doctrine/dbal/src/Platforms/MariaDb1010Platform.php
700 /vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php
701 /vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php
702 /vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php
703 /vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php
704 /vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php
705 /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
706 /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
707 /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php
708 /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php
709 /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php
710 /vendor/doctrine/dbal/src/Types/Types.php
711 /vendor/doctrine/dbal/src/Types/Type.php
712 /vendor/doctrine/dbal/src/Types/ArrayType.php
713 /vendor/doctrine/dbal/src/Types/AsciiStringType.php
714 /vendor/doctrine/dbal/src/Types/StringType.php
715 /vendor/doctrine/dbal/src/Types/BigIntType.php
716 /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php
717 /vendor/doctrine/dbal/src/Types/BinaryType.php
718 /vendor/doctrine/dbal/src/Types/BlobType.php
719 /vendor/doctrine/dbal/src/Types/BooleanType.php
720 /vendor/doctrine/dbal/src/Types/DateType.php
721 /vendor/doctrine/dbal/src/Types/DateImmutableType.php
722 /vendor/doctrine/dbal/src/Types/DateIntervalType.php
723 /vendor/doctrine/dbal/src/Types/DateTimeType.php
724 /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
725 /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php
726 /vendor/doctrine/dbal/src/Types/DateTimeTzType.php
727 /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
728 /vendor/doctrine/dbal/src/Types/DecimalType.php
729 /vendor/doctrine/dbal/src/Types/FloatType.php
730 /vendor/doctrine/dbal/src/Types/GuidType.php
731 /vendor/doctrine/dbal/src/Types/IntegerType.php
732 /vendor/doctrine/dbal/src/Types/JsonType.php
733 /vendor/doctrine/dbal/src/Types/ObjectType.php
734 /vendor/doctrine/dbal/src/Types/SimpleArrayType.php
735 /vendor/doctrine/dbal/src/Types/SmallIntType.php
736 /vendor/doctrine/dbal/src/Types/TextType.php
737 /vendor/doctrine/dbal/src/Types/TimeType.php
738 /vendor/doctrine/dbal/src/Types/TimeImmutableType.php
739 /vendor/doctrine/dbal/src/Types/TypeRegistry.php
740 /modules/productcomments/src/Entity/ProductComment.php
741 /vendor/doctrine/orm/src/Proxy/Proxy.php
742 /vendor/doctrine/common/src/Proxy/Proxy.php
743 /vendor/doctrine/persistence/src/Persistence/Proxy.php
744 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
745 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
746 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
747 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
748 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
749 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
750 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
751 /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php
752 /vendor/doctrine/orm/src/Mapping/NamingStrategy.php
753 /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php
754 /vendor/doctrine/orm/src/Internal/SQLResultCasing.php
755 /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php
756 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
757 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
758 /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php
759 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
760 /vendor/doctrine/orm/src/Repository/RepositoryFactory.php
761 /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php
762 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
763 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
764 /vendor/doctrine/orm/src/Mapping/ClassMetadata.php
765 /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php
766 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
767 /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php
768 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
769 /vendor/doctrine/orm/src/UnitOfWork.php
770 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
771 /vendor/doctrine/orm/src/Event/ListenersInvoker.php
772 /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php
773 /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php
774 /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php
775 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
776 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
777 /vendor/doctrine/orm/src/Proxy/ProxyFactory.php
778 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
779 /vendor/doctrine/common/src/Proxy/ProxyGenerator.php
780 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
781 /vendor/doctrine/lexer/src/Token.php
782 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
783 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
784 /vendor/doctrine/orm/src/Mapping/Table.php
785 /vendor/doctrine/orm/src/Mapping/MappingAttribute.php
786 /vendor/doctrine/orm/src/Mapping/Annotation.php
787 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
788 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
789 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
790 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
791 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
792 /vendor/doctrine/orm/src/Mapping/Entity.php
793 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
794 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
795 /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php
796 /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php
797 /vendor/doctrine/orm/src/Mapping/Id.php
798 /vendor/doctrine/orm/src/Mapping/Column.php
799 /vendor/doctrine/orm/src/Mapping/GeneratedValue.php
800 /vendor/doctrine/orm/src/Id/IdentityGenerator.php
801 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
802 /vendor/doctrine/orm/src/Events.php
803 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
804 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
805 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
806 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
807 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
808 /vendor/doctrine/dbal/src/Query/SelectQuery.php
809 /vendor/doctrine/dbal/src/Query/Limit.php
810 /vendor/doctrine/dbal/src/SQL/Parser.php
811 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
812 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
813 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
814 /vendor/doctrine/dbal/src/Driver/Statement.php
815 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
816 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
817 /vendor/doctrine/dbal/src/Driver/Result.php
818 /vendor/doctrine/dbal/src/Result.php
819 /vendor/doctrine/dbal/src/FetchMode.php
820 /classes/ProductAssembler.php
821 /src/Core/Product/Search/ProductSearchContext.php
822 /src/Adapter/Presenter/Product/ProductListingPresenter.php
823 /src/Adapter/Presenter/Cart/CartLazyArray.php
824 /src/Adapter/Presenter/Cart/CartProductPresenter.php
825 /classes/Gender.php
826 /src/Core/Domain/Title/ValueObject/Gender.php
827 /classes/Risk.php
828 /classes/Meta.php
829 /classes/State.php
830 /src/Core/Security/PasswordPolicyConfiguration.php
831 /src/Core/Configuration/DataConfigurationInterface.php
832 /src/Core/Security/Hashing.php
833 /src/Core/Filter/FrontEndObject/MainFilter.php
834 /src/Core/Filter/FilterInterface.php
835 /src/Core/Filter/FrontEndObject/CartFilter.php
836 /src/Core/Filter/HashMapWhitelistFilter.php
837 /src/Core/Filter/CollectionFilter.php
838 /src/Core/Filter/FrontEndObject/ProductFilter.php
839 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
840 /src/Core/Filter/FrontEndObject/CustomerFilter.php
841 /src/Core/Filter/FrontEndObject/ShopFilter.php
842 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
843 /modules/ps_shoppingcart/ps_shoppingcart.php
844 /modules/ps_searchbar/ps_searchbar.php
845 /modules/ps_imageslider/ps_imageslider.php
846 /modules/ps_imageslider/Ps_HomeSlide.php
847 /modules/stripe_official/classes/services/StripeDisplayHeaderService.php
848 /modules/stripe_official/classes/factories/StripeProductLazyArrayFactory.php
849 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
850 /var/cache/prod/smarty/compile/sousboutiques/49/bc/48/49bc487e130c1ef7030f1b21969ba3d3687428ec_2.module.blockwishlistviewstemplateshookproductaddbutton.tpl.php
851 /classes/ProductDownload.php
852 /src/Core/Cart/Calculator.php
853 /src/Core/Cart/CartRowCollection.php
854 /src/Core/Cart/Fees.php
855 /src/Core/Cart/AmountImmutable.php
856 /src/Core/Cart/CartRuleCollection.php
857 /src/Core/Cart/CartRuleCalculator.php
858 /src/Adapter/Product/PriceCalculator.php
859 /src/Core/Cart/CartRow.php
860 /modules/anmegamenu/anmegamenu.php
861 /modules/anmegamenu/classes/anMmCache.php
862 /modules/anmegamenu/classes/anMmCss.php
863 /modules/creativeelements/includes/autoloader.php
864 /modules/creativeelements/includes/managers/controls.php
865 /modules/creativeelements/core/settings/manager.php
866 /modules/creativeelements/core/settings/page/manager.php
867 /modules/creativeelements/core/settings/base/css-manager.php
868 /modules/creativeelements/core/settings/base/manager.php
869 /modules/creativeelements/core/settings/general/manager.php
870 /modules/creativeelements/core/settings/editor-preferences/manager.php
871 /modules/creativeelements/includes/db.php
872 /modules/creativeelements/core/documents-manager.php
873 /modules/creativeelements/core/kits/manager.php
874 /modules/creativeelements/core/schemes/manager.php
875 /modules/creativeelements/core/schemes/color.php
876 /modules/creativeelements/core/schemes/base-ui.php
877 /modules/creativeelements/core/schemes/base.php
878 /modules/creativeelements/core/schemes/typography.php
879 /modules/creativeelements/core/schemes/color-picker.php
880 /modules/creativeelements/includes/managers/elements.php
881 /modules/creativeelements/includes/base/element-base.php
882 /modules/creativeelements/includes/base/controls-stack.php
883 /modules/creativeelements/core/base/base-object.php
884 /modules/creativeelements/includes/elements/column.php
885 /modules/creativeelements/includes/elements/section.php
886 /modules/creativeelements/includes/elements/repeater.php
887 /modules/creativeelements/includes/managers/widgets.php
888 /modules/creativeelements/includes/base/widget-base.php
889 /modules/creativeelements/includes/widgets/traits/carousel.php
890 /modules/creativeelements/includes/managers/skins.php
891 /modules/creativeelements/includes/base/skin-base.php
892 /modules/creativeelements/core/files/manager.php
893 /modules/creativeelements/core/files/assets/svg/svg-handler.php
894 /modules/creativeelements/core/files/assets/files-upload-handler.php
895 /modules/creativeelements/core/files/assets/manager.php
896 /modules/creativeelements/includes/managers/icons.php
897 /modules/creativeelements/core/editor/editor.php
898 /modules/creativeelements/core/editor/notice-bar.php
899 /modules/creativeelements/includes/preview.php
900 /modules/creativeelements/core/base/app.php
901 /modules/creativeelements/core/base/module.php
902 /modules/creativeelements/includes/frontend.php
903 /modules/creativeelements/includes/template-library/manager.php
904 /modules/creativeelements/includes/template-library/sources/local.php
905 /modules/creativeelements/includes/template-library/sources/base.php
906 /modules/creativeelements/includes/template-library/sources/remote.php
907 /modules/creativeelements/core/dynamic-tags/manager.php
908 /modules/creativeelements/core/modules-manager.php
909 /modules/creativeelements/modules/history/module.php
910 /modules/creativeelements/modules/library/module.php
911 /modules/creativeelements/modules/library/documents/not-supported.php
912 /modules/creativeelements/modules/library/documents/library-document.php
913 /modules/creativeelements/core/base/document.php
914 /modules/creativeelements/modules/library/documents/page.php
915 /modules/creativeelements/modules/library/documents/section.php
916 /modules/creativeelements/modules/dynamic-tags/module.php
917 /modules/creativeelements/modules/page-templates/module.php
918 /modules/creativeelements/modules/premium/module.php
919 /modules/creativeelements/modules/theme/module.php
920 /modules/creativeelements/modules/catalog/module.php
921 /modules/creativeelements/modules/cms/module.php
922 /modules/creativeelements/modules/customer/module.php
923 /modules/creativeelements/modules/misc/module.php
924 /modules/creativeelements/modules/fonts-manager/module.php
925 /modules/creativeelements/modules/custom-css/module.php
926 /modules/creativeelements/modules/motion-effects/module.php
927 /modules/creativeelements/modules/visibility/module.php
928 /modules/creativeelements/modules/history/revisions-manager.php
929 /modules/creativeelements/includes/user.php
930 /modules/creativeelements/includes/api.php
931 /modules/creativeelements/classes/assets/CEAssetManager.php
932 /modules/creativeelements/classes/assets/CEStylesheetManager.php
933 /modules/creativeelements/classes/assets/CEJavascriptManager.php
934 /modules/creativeelements/classes/assets/CECccReducer.php
935 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
936 /modules/creativeelements/core/responsive/responsive.php
937 /modules/creativeelements/classes/CEIconSet.php
938 /modules/creativeelements/core/document-types/post.php
939 /modules/creativeelements/core/base/page-base.php
940 /modules/creativeelements/core/kits/documents/kit.php
941 /modules/creativeelements/modules/premium/documents/content.php
942 /modules/creativeelements/modules/theme/documents/header.php
943 /modules/creativeelements/modules/theme/documents/header-footer-base.php
944 /modules/creativeelements/modules/theme/documents/theme-document.php
945 /modules/creativeelements/modules/theme/documents/footer.php
946 /modules/creativeelements/modules/theme/documents/page-index.php
947 /modules/creativeelements/modules/theme/documents/theme-page-document.php
948 /modules/creativeelements/modules/theme/documents/page-contact.php
949 /modules/creativeelements/modules/theme/documents/page-not-found.php
950 /modules/creativeelements/modules/catalog/documents/listing/page.php
951 /modules/creativeelements/modules/catalog/documents/listing/category.php
952 /modules/creativeelements/modules/catalog/documents/listing/no-results.php
953 /modules/creativeelements/modules/catalog/documents/product.php
954 /modules/creativeelements/modules/catalog/documents/product-quick-view.php
955 /modules/creativeelements/modules/catalog/documents/product-miniature.php
956 /modules/creativeelements/modules/catalog/documents/listing/supplier.php
957 /modules/creativeelements/modules/catalog/documents/suppliers.php
958 /modules/creativeelements/modules/catalog/documents/listing/manufacturer.php
959 /modules/creativeelements/modules/catalog/documents/manufacturers.php
960 /modules/creativeelements/modules/cms/documents/category.php
961 /modules/creativeelements/modules/customer/documents/page-authentication.php
962 /modules/creativeelements/modules/customer/documents/page-password.php
963 /modules/creativeelements/modules/customer/documents/page-registration.php
964 /modules/productdesigner/classes/models/DesignerProductConfig.php
965 /modules/creativeelements/classes/CETemplate.php
966 /modules/creativeelements/modules/theme/files/css/kit.php
967 /modules/creativeelements/core/files/css/post.php
968 /modules/creativeelements/core/files/css/base.php
969 /modules/creativeelements/core/files/base.php
970 /modules/creativeelements/includes/stylesheet.php
971 /modules/creativeelements/classes/CETheme.php
972 /modules/creativeelements/core/dynamic-tags/dynamic-css.php
973 /modules/creativeelements/includes/widgets/common.php
974 /modules/creativeelements/includes/widgets/heading.php
975 /modules/creativeelements/includes/widgets/image.php
976 /modules/creativeelements/includes/widgets/text-editor.php
977 /modules/creativeelements/includes/widgets/video.php
978 /modules/creativeelements/includes/widgets/button.php
979 /modules/creativeelements/includes/widgets/divider.php
980 /modules/creativeelements/includes/widgets/spacer.php
981 /modules/creativeelements/includes/widgets/image-box.php
982 /modules/creativeelements/includes/widgets/google-maps.php
983 /modules/creativeelements/includes/widgets/icon.php
984 /modules/creativeelements/includes/widgets/icon-box.php
985 /modules/creativeelements/includes/widgets/image-gallery.php
986 /modules/creativeelements/includes/widgets/image-carousel.php
987 /modules/creativeelements/includes/widgets/star-rating.php
988 /modules/creativeelements/includes/widgets/icon-list.php
989 /modules/creativeelements/includes/widgets/testimonial.php
990 /modules/creativeelements/includes/widgets/tabs.php
991 /modules/creativeelements/includes/widgets/accordion.php
992 /modules/creativeelements/includes/widgets/toggle.php
993 /modules/creativeelements/includes/widgets/counter.php
994 /modules/creativeelements/includes/widgets/progress.php
995 /modules/creativeelements/includes/widgets/social-icons.php
996 /modules/creativeelements/includes/widgets/text-path.php
997 /modules/creativeelements/includes/widgets/alert.php
998 /modules/creativeelements/includes/widgets/menu-anchor.php
999 /modules/creativeelements/includes/widgets/shortcode.php
1000 /modules/creativeelements/includes/widgets/html.php
1001 /modules/creativeelements/modules/premium/widgets/animated-headline.php
1002 /modules/creativeelements/modules/premium/widgets/articles.php
1003 /modules/creativeelements/modules/premium/widgets/call-to-action.php
1004 /modules/creativeelements/modules/premium/widgets/layer-slider.php
1005 /modules/creativeelements/modules/premium/widgets/flip-box.php
1006 /modules/creativeelements/modules/premium/widgets/image-hotspot.php
1007 /modules/creativeelements/modules/premium/widgets/contact-form.php
1008 /modules/psgdpr/psgdpr.php
1009 /modules/psgdpr/translations/fr.php
1010 /modules/psgdpr/classes/GDPRConsent.php
1011 /modules/creativeelements/modules/premium/widgets/email-subscription.php
1012 /modules/creativeelements/modules/premium/widgets/testimonial-carousel.php
1013 /modules/creativeelements/modules/premium/widgets/countdown.php
1014 /modules/creativeelements/modules/premium/widgets/trustedshops-reviews.php
1015 /modules/creativeelements/modules/premium/widgets/image-slider.php
1016 /modules/creativeelements/modules/premium/widgets/facebook-page.php
1017 /modules/creativeelements/modules/premium/widgets/facebook-button.php
1018 /modules/creativeelements/modules/premium/widgets/template.php
1019 /modules/creativeelements/modules/premium/widgets/module.php
1020 /modules/creativeelements/modules/theme/widgets/site-logo.php
1021 /modules/creativeelements/modules/theme/widgets/site-title.php
1022 /modules/creativeelements/modules/theme/widgets/nav-menu.php
1023 /modules/creativeelements/modules/theme/widgets/traits/nav.php
1024 /modules/creativeelements/modules/theme/widgets/sign-in.php
1025 /modules/creativeelements/modules/theme/widgets/shopping-cart.php
1026 /modules/creativeelements/modules/theme/widgets/ajax-search.php
1027 /modules/creativeelements/modules/theme/widgets/language-selector.php
1028 /modules/creativeelements/modules/theme/widgets/currency-selector.php
1029 /modules/creativeelements/modules/theme/widgets/skip-links.php
1030 /modules/creativeelements/modules/theme/widgets/breadcrumb.php
1031 /modules/creativeelements/modules/theme/widgets/page-title.php
1032 /modules/creativeelements/modules/catalog/widgets/product/carousel.php
1033 /modules/creativeelements/modules/catalog/widgets/product/base.php
1034 /modules/creativeelements/modules/catalog/widgets/product/grid.php
1035 /modules/creativeelements/modules/catalog/widgets/product/box.php
1036 /modules/creativeelements/modules/catalog/widgets/category/grid.php
1037 /modules/creativeelements/modules/catalog/widgets/category/list.php
1038 /modules/creativeelements/modules/catalog/widgets/category/tree.php
1039 /modules/creativeelements/modules/catalog/skins/category-tree-theme.php
1040 /modules/creativeelements/modules/catalog/widgets/product/name.php
1041 /modules/creativeelements/modules/catalog/widgets/product/images.php
1042 /modules/creativeelements/modules/catalog/widgets/product/badges.php
1043 /modules/creativeelements/modules/catalog/widgets/product/image.php
1044 /modules/creativeelements/modules/catalog/widgets/product/price.php
1045 /modules/creativeelements/modules/catalog/widgets/product/rating.php
1046 /modules/creativeelements/modules/catalog/widgets/product/meta.php
1047 /modules/creativeelements/modules/catalog/widgets/product/variants.php
1048 /modules/creativeelements/modules/catalog/widgets/product/description-short.php
1049 /modules/creativeelements/modules/catalog/widgets/product/customization.php
1050 /modules/creativeelements/modules/catalog/widgets/product/stock.php
1051 /modules/creativeelements/modules/catalog/widgets/product/quantity.php
1052 /modules/creativeelements/modules/catalog/widgets/product/add-to-cart.php
1053 /modules/creativeelements/modules/catalog/widgets/product/description.php
1054 /modules/creativeelements/modules/catalog/widgets/product/add-to-wishlist.php
1055 /modules/creativeelements/modules/catalog/widgets/product/features.php
1056 /modules/creativeelements/modules/catalog/widgets/product/attachments.php
1057 /modules/creativeelements/modules/catalog/widgets/product/sale-countdown.php
1058 /modules/creativeelements/modules/catalog/widgets/manufacturer/image.php
1059 /modules/creativeelements/modules/catalog/widgets/product/share.php
1060 /modules/creativeelements/modules/catalog/widgets/product/block.php
1061 /modules/creativeelements/includes/controls/text.php
1062 /modules/creativeelements/includes/controls/base-data.php
1063 /modules/creativeelements/includes/controls/base.php
1064 /modules/creativeelements/includes/controls/number.php
1065 /modules/creativeelements/includes/controls/textarea.php
1066 /modules/creativeelements/includes/controls/select.php
1067 /modules/creativeelements/includes/controls/switcher.php
1068 /modules/creativeelements/includes/controls/button.php
1069 /modules/creativeelements/includes/controls/base-ui.php
1070 /modules/creativeelements/includes/controls/hidden.php
1071 /modules/creativeelements/includes/controls/heading.php
1072 /modules/creativeelements/includes/controls/raw-html.php
1073 /modules/creativeelements/includes/controls/popover-toggle.php
1074 /modules/creativeelements/includes/controls/section.php
1075 /modules/creativeelements/includes/controls/tab.php
1076 /modules/creativeelements/includes/controls/tabs.php
1077 /modules/creativeelements/includes/controls/divider.php
1078 /modules/creativeelements/includes/controls/deprecated-notice.php
1079 /modules/creativeelements/includes/controls/color.php
1080 /modules/creativeelements/includes/controls/media.php
1081 /modules/creativeelements/includes/controls/base-multiple.php
1082 /modules/creativeelements/includes/controls/slider.php
1083 /modules/creativeelements/includes/controls/base-units.php
1084 /modules/creativeelements/includes/controls/dimensions.php
1085 /modules/creativeelements/includes/controls/choose.php
1086 /modules/creativeelements/includes/controls/wysiwyg.php
1087 /modules/creativeelements/includes/controls/code.php
1088 /modules/creativeelements/includes/controls/font.php
1089 /modules/creativeelements/includes/fonts.php
1090 /modules/creativeelements/includes/controls/url.php
1091 /modules/creativeelements/includes/controls/repeater.php
1092 /modules/creativeelements/includes/controls/icon.php
1093 /modules/creativeelements/includes/controls/icons.php
1094 /modules/creativeelements/includes/controls/structure.php
1095 /modules/creativeelements/includes/controls/select2.php
1096 /modules/creativeelements/includes/controls/date-time.php
1097 /modules/creativeelements/includes/controls/box-shadow.php
1098 /modules/creativeelements/includes/controls/text-shadow.php
1099 /modules/creativeelements/includes/controls/animation.php
1100 /modules/creativeelements/includes/controls/hover-animation.php
1101 /modules/creativeelements/includes/controls/exit-animation.php
1102 /modules/creativeelements/includes/controls/groups/background.php
1103 /modules/creativeelements/includes/controls/groups/base.php
1104 /modules/creativeelements/includes/interfaces/group-control.php
1105 /modules/creativeelements/includes/controls/groups/border.php
1106 /modules/creativeelements/includes/controls/groups/typography.php
1107 /modules/creativeelements/includes/controls/groups/image-size.php
1108 /modules/creativeelements/includes/controls/groups/box-shadow.php
1109 /modules/creativeelements/includes/controls/groups/css-filter.php
1110 /modules/creativeelements/includes/controls/groups/backdrop-filter.php
1111 /modules/creativeelements/includes/controls/groups/text-shadow.php
1112 /modules/creativeelements/includes/controls/groups/text-stroke.php
1113 /modules/creativeelements/modules/catalog/controls/select-category.php
1114 /modules/creativeelements/modules/catalog/controls/select-manufacturer.php
1115 /modules/creativeelements/modules/catalog/controls/select-supplier.php
1116 /modules/creativeelements/modules/cms/controls/select-category.php
1117 /modules/creativeelements/modules/motion-effects/controls-group.php
1118 /modules/creativeelements/core/settings/general/model.php
1119 /modules/creativeelements/core/settings/base/css-model.php
1120 /modules/creativeelements/core/settings/base/model.php
1121 /modules/creativeelements/modules/dynamic-tags/tags/site-logo.php
1122 /modules/creativeelements/core/dynamic-tags/data-tag.php
1123 /modules/creativeelements/core/dynamic-tags/base-tag.php
1124 /modules/creativeelements/modules/dynamic-tags/tags/site-title.php
1125 /modules/creativeelements/core/dynamic-tags/tag.php
1126 /modules/creativeelements/modules/dynamic-tags/tags/site-contact.php
1127 /modules/creativeelements/modules/dynamic-tags/tags/site-url.php
1128 /modules/creativeelements/modules/dynamic-tags/tags/page-title.php
1129 /modules/creativeelements/modules/dynamic-tags/tags/internal-url.php
1130 /modules/creativeelements/modules/dynamic-tags/tags/current-date-time.php
1131 /modules/creativeelements/modules/dynamic-tags/tags/request-parameter.php
1132 /modules/creativeelements/modules/dynamic-tags/tags/carousel.php
1133 /modules/creativeelements/modules/dynamic-tags/tags/scroll.php
1134 /modules/creativeelements/modules/dynamic-tags/tags/contact-url.php
1135 /modules/creativeelements/modules/dynamic-tags/tags/lightbox.php
1136 /modules/creativeelements/modules/dynamic-tags/tags/toggle.php
1137 /modules/creativeelements/modules/dynamic-tags/tags/shortcode.php
1138 /modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php
1139 /modules/creativeelements/modules/dynamic-tags/tags/user-info.php
1140 /modules/creativeelements/modules/catalog/tags/product-add-to-cart.php
1141 /modules/creativeelements/modules/catalog/tags/product-buy-now.php
1142 /modules/creativeelements/modules/catalog/tags/product-quick-view.php
1143 /modules/creativeelements/modules/catalog/tags/product-image.php
1144 /modules/creativeelements/modules/catalog/tags/product-images.php
1145 /modules/creativeelements/modules/catalog/tags/category-image.php
1146 /modules/creativeelements/modules/catalog/tags/category-images.php
1147 /modules/creativeelements/modules/catalog/tags/manufacturer-image.php
1148 /modules/creativeelements/modules/catalog/tags/manufacturer-images.php
1149 /modules/creativeelements/modules/catalog/tags/supplier-image.php
1150 /modules/creativeelements/modules/catalog/tags/cart-rule-date-time.php
1151 /modules/creativeelements/modules/catalog/tags/specific-price-rule-date-time.php
1152 /modules/creativeelements/modules/catalog/tags/product-name.php
1153 /modules/creativeelements/modules/catalog/tags/product-url.php
1154 /modules/creativeelements/modules/catalog/tags/product-price.php
1155 /modules/creativeelements/modules/catalog/tags/product-rating.php
1156 /modules/creativeelements/modules/catalog/tags/product-meta.php
1157 /modules/creativeelements/modules/catalog/tags/product-description-short.php
1158 /modules/creativeelements/modules/catalog/tags/product-availability-date-time.php
1159 /modules/creativeelements/modules/catalog/tags/category-name.php
1160 /modules/creativeelements/modules/catalog/tags/category-url.php
1161 /modules/creativeelements/modules/catalog/tags/manufacturer-name.php
1162 /modules/creativeelements/modules/catalog/tags/manufacturer-url.php
1163 /modules/creativeelements/modules/catalog/tags/supplier-name.php
1164 /modules/creativeelements/modules/catalog/tags/supplier-url.php
1165 /modules/creativeelements/includes/conditions.php
1166 /modules/creativeelements/includes/utils.php
1167 /modules/creativeelements/includes/shapes.php
1168 /modules/xl_conscience/xl_conscience.php
1169 /var/cache/prod/smarty/compile/sousboutiques/f1/67/5b/f1675bfc1cf7ea93ac794550d8aebf82b772a5ce_2.file.displayProductStock.tpl.php
1170 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
1171 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
1172 /modules/productdesigner/classes/models/DesignerProductCombination.php
1173 /modules/xl_productcms/xl_productcms.php
1174 /src/Core/Product/Search/ProductSearchQuery.php
1175 /src/Core/Product/Search/SortOrder.php
1176 /src/Adapter/Category/CategoryProductSearchProvider.php
1177 /src/Core/Product/Search/ProductSearchProviderInterface.php
1178 /src/Core/Product/Search/SortOrdersCollection.php
1179 /src/Core/Product/Search/ProductSearchResult.php
1180 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1181 /var/cache/prod/smarty/compile/73/12/77/731277f1d4a03d7954de825233f87d7d77a7053d_2.file.product.tpl.php
1182 /var/cache/prod/smarty/compile/7b/8b/b6/7b8bb69ce63322833a5e9e6a4b388ab8e65fcedf_2.file.product-65170105.tpl.php
1183 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1184 /modules/creativeelements/modules/catalog/files/css/miniature.php
1185 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1187 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1188 /modules/anmegamenu/classes/anMmMenu.php
1189 /modules/anmegamenu/classes/anMmMenuTabs.php
1190 /modules/anmegamenu/classes/anMmMenuRows.php
1191 /modules/anmegamenu/classes/anMmMenuColumns.php
1192 /modules/anmegamenu/classes/anMmMenuContent.php
1193 /modules/anmegamenu/classes/anMmMenuTreeCats.php
1194 /classes/helper/HelperTreeCategories.php
1195 /classes/tree/Tree.php
1196 /var/cache/prod/smarty/compile/sousboutiques/1d/54/8d/1d548d958407dac5f437c942c0c6a0ebdf68cc58_2.file.content-category.tpl.php
1197 /var/cache/prod/smarty/compile/sousboutiques/90/e2/cb/90e2cb9b9c3408b8ea71f89d835534a8d54a588a_2.file.menu.tpl.php
1198 /var/cache/prod/smarty/compile/sousboutiques/1a/3b/43/1a3b43e2ac2108f9ba280b89bd83a50f09d21b89_2.module.anmegamenuviewstemplatesfronthorizontal.tpl.php
1199 /var/cache/prod/smarty/compile/sousboutiques/3d/b9/34/3db93495741b4126ce9dfafbddefded0413f348c_2.module.anmegamenuviewstemplatesfrontarrowshorizontal.tpl.php
1200 /var/cache/prod/smarty/compile/sousboutiques/5a/7d/46/5a7d46e448fc892e3ccfeb4dc84d2722a552f5a8_2.module.anmegamenuviewstemplatesfrontcolumns.tpl.php
1201 /var/cache/prod/smarty/compile/sousboutiques/2c/0c/30/2c0c306e57958c320b9a2c4b58f57e82e9ad67ad_2.module.anmegamenuviewstemplatesfrontcontentcategories.tpl.php
1202 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
1203 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php
1204 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php
1205 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php
1206 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php
1207 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php
1208 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
1209 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php
1210 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php
1211 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php
1212 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php
1213 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php
1214 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php
1215 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php
1216 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php
1217 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php
1218 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
1219 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php
1220 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php
1221 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php
1222 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php
1223 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php
1224 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php
1225 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php
1226 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php
1227 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php
1228 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php
1229 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php
1230 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php
1231 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php
1232 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php
1233 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php
1234 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php
1235 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php
1236 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php
1237 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
1238 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php
1239 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
1240 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php
1241 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php
1242 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php
1243 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php
1244 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php
1245 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php
1246 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php
1247 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php
1248 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
1249 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php
1250 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php
1251 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php
1252 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php
1253 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token.php
1254 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php
1255 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php
1256 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php
1257 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php
1258 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Context.php
1259 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php
1260 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php
1261 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php
1262 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php
1263 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php
1264 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php
1265 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php
1266 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php
1267 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php
1268 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php
1269 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php
1270 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php
1271 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php
1272 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php
1273 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php
1274 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php
1275 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php
1276 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php
1277 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php
1278 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php
1279 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php
1280 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php
1281 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php
1282 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php
1283 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php
1284 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php
1285 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php
1286 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php
1287 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php
1288 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php
1289 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
1290 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
1291 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoreferrer.php
1292 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoreferrer.php
1293 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoopener.php
1294 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoopener.php
1295 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php
1296 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
1297 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php
1298 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
1299 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php
1300 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php
1301 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php
1302 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php
1303 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php
1304 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php
1305 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php
1306 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php
1307 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php
1308 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php
1309 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
1310 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php
1311 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php
1312 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php
1313 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php
1314 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php
1315 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php
1316 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php
1317 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php
1318 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php
1319 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
1320 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php
1321 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
1322 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php
1323 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php
1324 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php
1325 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php
1326 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php
1327 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node.php
1328 /modules/xl_conscience/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php
1329 /var/cache/prod/smarty/compile/sousboutiques/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1330 /var/cache/prod/smarty/compile/sousboutiques/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1331 /var/cache/prod/smarty/compile/sousboutiques/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1332 /var/cache/prod/smarty/compile/sousboutiques/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1333 /var/cache/prod/smarty/compile/sousboutiques/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1334 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/6b/5a/b4/6b5ab404e744bc0c5c9aaedac11e11e6098bf12f_2.file.product.tpl.php
1335 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1336 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1337 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/33/3f/23/333f23dc840e40f0baf78219e34d35c2c2894754_2.file.layout-header-footer.tpl.php
1338 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/97/20/54/9720546fc86b64dc1d8d46e46300ad06c21f8411_2.file.helpers.tpl.php
1339 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1340 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/34/29/6d/34296d68723c2e10ba649175b4c6f8513cb0a6d9_2.file.head.tpl.php
1341 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/b6/c1/ff/b6c1ff518bb425df9d65bbbf47378f92367b00c6_2.file.preload.tpl.php
1342 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1343 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/a5/e4/36/a5e4369284a1fd6f0a05798a1f35b551da328a96_2.file.preload.html.php
1344 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1345 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/2c/f7/47/2cf7473e06693738c3e1bb389c26deab1c82ea73_2.file.head-jsonld.tpl.php
1346 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/6e/b5/2e/6eb52e55ca586834086ededa317c528d85bf4a50_2.file.pagination-seo.tpl.php
1347 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/40/08/35/4008352cfd28d7a8b467f0c846c4bbaa12c8a3ef_2.file.stylesheets.tpl.php
1348 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/1e/76/2b/1e762b75cac9ffff9ab70b56529ba27595dec7bd_2.file.javascript.tpl.php
1349 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/d5/0d/91/d50d91e11a05af472d6abd15404e2e7bcaf40f67_2.file.javascript.tpl.php
1350 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/87/04/42/87044283892c776452f77b6c53f4183de0cdb50a_2.file.product-jsonld.tpl.php
1351 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1352 /vendor/smarty/smarty/libs/plugins/modifier.date_format.php
1353 /vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php
1354 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/17/22/48/1722482ff5cf0ee762ef9d0e9fe9d9720275113d_2.file.product-activation.tpl.php
1355 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/5d/f2/9e/5df29e00d6c2b64b69763cd7db50bcd2fb453b22_2.file.header.tpl.php
1356 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/24/69/15/246915fd2879a8a3a6808ce37c7b113804806cee_2.file.notifications.tpl.php
1357 /var/cache/prod/smarty/compile/sousboutiques_opt_conscience_conscience_site_new_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/8b/35/d1/8b35d145fc1a93b21b3c36b29e212a9619615697_2.file.footer.tpl.php
1358 /modules/creativeelements/core/files/css/global-css.php
1359 /modules/creativeelements/core/settings/page/model.php
1360 /modules/creativeelements/core/settings/editor-preferences/model.php
1361 /var/cache/prod/smarty/compile/93/c9/e8/93c9e865e60919b0bbea55a7198bab9b6793ac2b_2.file.assets.tpl.php