T-shirt Unisexe - SUPER BIRD - Label GUERANDELLE

STTU169C0011L
Prix: 49,00 €
TTC
Stock 24H (15)

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 2638 ms
Querying Time 1671 ms
Queries 1240
Memory Peak Usage 31.1 Mb
Included Files 1362 files - 15.07 Mb
PrestaShop Cache 0.42 Mb
Global vars 0.45 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.036 ms 60.036 ms 3.25 Mb 4.3 Mb
__construct 1.795 ms 61.831 ms 0.02 Mb 4.3 Mb
init 528.205 ms 590.036 ms 1.85 Mb 5.3 Mb
checkAccess 0.005 ms 590.041 ms - Mb 5.3 Mb
setMedia 4.162 ms 594.203 ms 0.07 Mb 5.3 Mb
postProcess 0.010 ms 594.213 ms - Mb 5.3 Mb
initHeader 0.002 ms 594.215 ms - Mb 5.3 Mb
initContent 1208 ms 1802 ms 8.81 Mb 17.4 Mb
initFooter 0.004 ms 1802 ms - Mb 17.4 Mb
display 836 ms 2638 ms 14.99 Mb 31.1 Mb
Hook Time Memory Usage
OverrideLayoutTemplate 806 ms 15.24 Mb
displayNavFullWidth 122.003 ms 2.86 Mb
DisplayHeader 73.143 ms 0.59 Mb
DisplayProductPriceBlock 20.781 ms 0.61 Mb
FilterProductContent 13.314 ms 0.18 Mb
DisplayProductStock 2.934 ms 0.06 Mb
ActionFrontControllerSetMedia 1.334 ms 0.01 Mb
DisplayProductActions 0.955 ms 0.07 Mb
ActionFrontControllerInitBefore 0.749 ms 0.03 Mb
ProductDesigner 0.645 ms 0.02 Mb
ActionPresentProductListing 0.162 ms - Mb
ActionFrontControllerInitAfter 0.046 ms - Mb
ProductDesignerCustomizeButton 0.027 ms - Mb
DisplayOverrideTemplate 0.016 ms - Mb
ModuleRoutes 0.009 ms - Mb
15 hook(s) 1042 ms 19.66 Mb
Module Time Memory Usage
colissimo 2.768 ms 0.12 Mb
stripe_official 57.518 ms 0.22 Mb
productdesigner 31.025 ms 0.95 Mb
creativeelements 816 ms 15.69 Mb
blockwishlist 2.045 ms 0.08 Mb
ps_socialfollow 0.416 ms 0.01 Mb
ps_emailsubscription 0.323 ms 0.01 Mb
chronopost 1.297 ms 0.04 Mb
productcomments 13.859 ms 0.19 Mb
ps_shoppingcart 0.341 ms 0.01 Mb
ps_searchbar 1.007 ms 0.01 Mb
ps_imageslider 0.402 ms 0.01 Mb
anmegamenu 122.660 ms 2.87 Mb
psgdpr 0.768 ms 0.01 Mb
xl_conscience 3.197 ms 0.06 Mb
xl_productcms 0.213 ms 0.01 Mb
16 module(s) 1054 ms 20.27 Mb

Stopwatch SQL - 1240 queries

# Query Time (ms) Rows Filesort Group By Location
50
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-06-05 00:00:00' AND '2026-06-05 23:59:59' LIMIT 1
257.193 ms 802713 /classes/SpecificPrice.php:364
51
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-06-05 00:00:00' AND '2026-06-05 23:59:59' LIMIT 1
223.265 ms 802713 /classes/SpecificPrice.php:368
467
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 = 3039) 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
36.952 ms 370 Yes Yes /classes/Product.php:4368
851
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` = 3039 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
26.728 ms 370 Yes Yes /classes/Product.php:2553
448
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` = 3039 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
17.433 ms 370 Yes Yes /classes/Product.php:2553
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`)
14.928 ms 4164 /classes/Configuration.php:162
1046
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;
12.130 ms 372 Yes /classes/Product.php:4281
72
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` = 3039 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute`
12.123 ms 370 Yes Yes /classes/Product.php:2553
1031
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;
11.862 ms 334 Yes /classes/Product.php:4281
1049
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;
10.404 ms 352 Yes /classes/Product.php:4281
1234
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`
6.831 ms 4477 Yes Yes /classes/Hook.php:1497
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`
6.165 ms 4477 Yes Yes /classes/Hook.php:1497
1040
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;
6.089 ms 166 Yes /classes/Product.php:4281
445
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` = 3039
5.739 ms 370 /classes/Product.php:7233
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.660 ms 721 /classes/Hook.php:488
893
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-05 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
4.289 ms 125 Yes /classes/Category.php:1074
1034
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;
4.244 ms 95 Yes /classes/Product.php:4281
1037
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;
3.935 ms 96 Yes /classes/Product.php:4281
1043
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;
3.401 ms 66 Yes /classes/Product.php:4281
723
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217252) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
3.378 ms 4 Yes /classes/SpecificPrice.php:563
466
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-05 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` = 3039 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product
ORDER BY pl.`name`
3.360 ms 1 Yes Yes /classes/Product.php:4482
897
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.861 ms 4 Yes /classes/SpecificPrice.php:563
1052
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;
2.852 ms 66 Yes /classes/Product.php:4281
732
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217362) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.671 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217483) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.670 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217462) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.595 ms 4 Yes /classes/SpecificPrice.php:563
1015
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.512 ms 4 Yes /classes/SpecificPrice.php:563
468
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` = 3039
2.465 ms 370 /classes/Product.php:7175
854
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` = 3039
2.370 ms 370 /classes/Product.php:7175
722
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217244) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.366 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217261) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.348 ms 4 Yes /classes/SpecificPrice.php:563
724
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217260) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.341 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217337) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.279 ms 4 Yes /classes/SpecificPrice.php:563
652
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217223) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.267 ms 4 Yes /classes/SpecificPrice.php:563
839
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 = 3039 AND id_attribute IN (467)
GROUP BY id_product_attribute
HAVING COUNT(id_product) = 1
2.267 ms 370 /controllers/front/ProductController.php:719
725
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217180) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.255 ms 4 Yes /classes/SpecificPrice.php:563
654
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217231) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.234 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217420) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.221 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217538) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.215 ms 4 Yes /classes/SpecificPrice.php:563
653
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217407) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.169 ms 4 Yes /classes/SpecificPrice.php:563
905
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
2.148 ms 2 /classes/Product.php:7199
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217411) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.141 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217319) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.141 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217393) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.139 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217452) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.129 ms 4 Yes /classes/SpecificPrice.php:563
982
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)
2.098 ms 372 /classes/Product.php:3606
668
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217365) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.090 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217209) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.086 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217416) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.071 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217399) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.063 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217541) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.022 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217277) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.019 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217186) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.018 ms 4 Yes /classes/SpecificPrice.php:563
462
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` = 3039
2.017 ms 370 /classes/Product.php:7175
674
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217507) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.013 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217303) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.008 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217533) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.989 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217343) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.988 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217491) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.982 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217351) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.972 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217335) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.968 ms 4 Yes /classes/SpecificPrice.php:563
667
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217453) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.959 ms 4 Yes /classes/SpecificPrice.php:563
898
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)
1.950 ms 334 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217499) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.939 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217391) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.938 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217327) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.937 ms 4 Yes /classes/SpecificPrice.php:563
834
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217461) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.934 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217525) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.924 ms 4 Yes /classes/SpecificPrice.php:563
642
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217497) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.923 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217439) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.919 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217517) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.915 ms 4 Yes /classes/SpecificPrice.php:563
655
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217389) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.911 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217274) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.910 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217383) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.907 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217467) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.901 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217295) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.900 ms 4 Yes /classes/SpecificPrice.php:563
999
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.897 ms 352 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217233) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.890 ms 4 Yes /classes/SpecificPrice.php:563
994
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
1.890 ms 372 /classes/Product.php:7175
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217419) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.888 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217311) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.879 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217242) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.871 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217250) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.870 ms 4 Yes /classes/SpecificPrice.php:563
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
1.869 ms 0 /classes/Hook.php:1565
1013
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-05 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.855 ms 1 /classes/ProductAssembler.php:50
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217418) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.852 ms 4 Yes /classes/SpecificPrice.php:563
863
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` = 3039
AND product_attribute_shop.default_on = 1 LIMIT 1
1.841 ms 370 /classes/Product.php:3986
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217189) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.832 ms 4 Yes /classes/SpecificPrice.php:563
669
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217373) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.826 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217345) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.825 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217475) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.822 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217243) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.814 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217359) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.810 ms 4 Yes /classes/SpecificPrice.php:563
822
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217238) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.805 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217269) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.803 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217235) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.796 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217447) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.796 ms 4 Yes /classes/SpecificPrice.php:563
894
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
1.796 ms 125 /classes/Category.php:1001
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217489) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.795 ms 4 Yes /classes/SpecificPrice.php:563
809
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217395) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.793 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217179) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.792 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217501) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.787 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217258) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.786 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217251) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.785 ms 4 Yes /classes/SpecificPrice.php:563
796
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217339) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.785 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217181) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.779 ms 4 Yes /classes/SpecificPrice.php:563
718
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217278) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.778 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217375) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.775 ms 4 Yes /classes/SpecificPrice.php:563
808
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217299) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.775 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217219) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.774 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217436) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.774 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217429) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.773 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217388) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.770 ms 4 Yes /classes/SpecificPrice.php:563
738
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217386) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.770 ms 4 Yes /classes/SpecificPrice.php:563
912
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-05 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.770 ms 1 /classes/ProductAssembler.php:50
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217406) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.763 ms 4 Yes /classes/SpecificPrice.php:563
703
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217392) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.762 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217385) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.762 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217509) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.758 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217367) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.753 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217211) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.750 ms 4 Yes /classes/SpecificPrice.php:563
1011
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
1.749 ms 352 /classes/Product.php:7175
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217334) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.745 ms 4 Yes /classes/SpecificPrice.php:563
730
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217354) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.745 ms 4 Yes /classes/SpecificPrice.php:563
734
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217370) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.745 ms 4 Yes /classes/SpecificPrice.php:563
910
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
1.737 ms 334 /classes/Product.php:7175
790
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217229) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.735 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217227) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.734 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217481) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.730 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217308) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.728 ms 4 Yes /classes/SpecificPrice.php:563
749
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217280) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.728 ms 4 Yes /classes/SpecificPrice.php:563
830
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217495) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.727 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217364) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.724 ms 4 Yes /classes/SpecificPrice.php:563
678
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217531) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.719 ms 4 Yes /classes/SpecificPrice.php:563
729
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217442) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.718 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217543) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.717 ms 4 Yes /classes/SpecificPrice.php:563
836
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217435) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.717 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217245) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.716 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217321) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.715 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217199) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.715 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217486) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.715 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217473) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.715 ms 4 Yes /classes/SpecificPrice.php:563
715
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217534) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.714 ms 4 Yes /classes/SpecificPrice.php:563
713
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217430) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.707 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217530) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.705 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217511) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.703 ms 4 Yes /classes/SpecificPrice.php:563
702
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217296) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.701 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217259) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.700 ms 4 Yes /classes/SpecificPrice.php:563
760
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217484) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.699 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217217) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.698 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217225) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.697 ms 4 Yes /classes/SpecificPrice.php:563
782
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217247) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.697 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217253) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.694 ms 4 Yes /classes/SpecificPrice.php:563
707
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217320) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.694 ms 4 Yes /classes/SpecificPrice.php:563
648
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217207) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.694 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217284) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.690 ms 4 Yes /classes/SpecificPrice.php:563
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 = 3039 LIMIT 1
1.688 ms 370 /classes/Product.php:1069
719
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217190) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.685 ms 4 Yes /classes/SpecificPrice.php:563
677
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217523) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.684 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217431) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.678 ms 4 Yes /classes/SpecificPrice.php:563
731
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217450) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.675 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217465) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.673 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217332) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.672 ms 4 Yes /classes/SpecificPrice.php:563
962
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-05 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.672 ms 1 /classes/ProductAssembler.php:50
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217230) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.671 ms 4 Yes /classes/SpecificPrice.php:563
727
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217338) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.668 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217271) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.666 ms 4 Yes /classes/SpecificPrice.php:563
758
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217262) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.666 ms 4 Yes /classes/SpecificPrice.php:563
693
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217352) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.665 ms 4 Yes /classes/SpecificPrice.php:563
708
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217328) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.664 ms 4 Yes /classes/SpecificPrice.php:563
720
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217500) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.661 ms 4 Yes /classes/SpecificPrice.php:563
728
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217346) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.659 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217470) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.657 ms 4 Yes /classes/SpecificPrice.php:563
634
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217428) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.657 ms 4 Yes /classes/SpecificPrice.php:563
763
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217228) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217454) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.655 ms 4 Yes /classes/SpecificPrice.php:563
676
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217427) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.649 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217380) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.647 ms 4 Yes /classes/SpecificPrice.php:563
697
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217368) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.644 ms 4 Yes /classes/SpecificPrice.php:563
736
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217290) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.643 ms 4 Yes /classes/SpecificPrice.php:563
651
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217487) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.638 ms 4 Yes /classes/SpecificPrice.php:563
779
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217183) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.638 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217421) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.636 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217196) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.636 ms 4 Yes /classes/SpecificPrice.php:563
751
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217512) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.636 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217455) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.634 ms 4 Yes /classes/SpecificPrice.php:563
635
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217524) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.632 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217287) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.631 ms 4 Yes /classes/SpecificPrice.php:563
671
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217197) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.631 ms 4 Yes /classes/SpecificPrice.php:563
800
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217451) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.631 ms 4 Yes /classes/SpecificPrice.php:563
852
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-05 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 (3039)
1.630 ms 1 /classes/ProductAssembler.php:50
784
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217263) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.629 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217240) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.628 ms 4 Yes /classes/SpecificPrice.php:563
762
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217492) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.628 ms 4 Yes /classes/SpecificPrice.php:563
639
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217276) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.627 ms 4 Yes /classes/SpecificPrice.php:563
781
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217423) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.627 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217350) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.624 ms 4 Yes /classes/SpecificPrice.php:563
807
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217387) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.624 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217256) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.623 ms 4 Yes /classes/SpecificPrice.php:563
644
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217241) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.622 ms 4 Yes /classes/SpecificPrice.php:563
735
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217378) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.622 ms 4 Yes /classes/SpecificPrice.php:563
740
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217394) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.622 ms 4 Yes /classes/SpecificPrice.php:563
706
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217312) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.621 ms 4 Yes /classes/SpecificPrice.php:563
709
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217336) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.619 ms 4 Yes /classes/SpecificPrice.php:563
792
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217237) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.619 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217358) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.618 ms 4 Yes /classes/SpecificPrice.php:563
711
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217510) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.618 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217313) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.617 ms 4 Yes /classes/SpecificPrice.php:563
716
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217270) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.617 ms 4 Yes /classes/SpecificPrice.php:563
646
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217463) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.616 ms 4 Yes /classes/SpecificPrice.php:563
661
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217333) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.616 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217522) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.615 ms 4 Yes /classes/SpecificPrice.php:563
766
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217468) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.615 ms 4 Yes /classes/SpecificPrice.php:563
768
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217212) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.615 ms 4 Yes /classes/SpecificPrice.php:563
945
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-05 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)
1.615 ms 1 /classes/ProductAssembler.php:50
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217206) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.614 ms 4 Yes /classes/SpecificPrice.php:563
712
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217518) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.614 ms 4 Yes /classes/SpecificPrice.php:563
759
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217182) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.614 ms 4 Yes /classes/SpecificPrice.php:563
699
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217288) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.614 ms 4 Yes /classes/SpecificPrice.php:563
799
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217355) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.614 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217356) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.613 ms 4 Yes /classes/SpecificPrice.php:563
683
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217466) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.613 ms 4 Yes /classes/SpecificPrice.php:563
786
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217213) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.612 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217221) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.612 ms 4 Yes /classes/SpecificPrice.php:563
641
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217257) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.611 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217444) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.610 ms 4 Yes /classes/SpecificPrice.php:563
815
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217194) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.610 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217409) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.609 ms 4 Yes /classes/SpecificPrice.php:563
636
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217532) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.609 ms 4 Yes /classes/SpecificPrice.php:563
714
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217526) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.608 ms 4 Yes /classes/SpecificPrice.php:563
681
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217275) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.608 ms 4 Yes /classes/SpecificPrice.php:563
469
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` = 3039 AND il.`id_lang` = 1 ORDER by i.`position`
1.607 ms 301 Yes /classes/Product.php:2645
743
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217314) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.606 ms 4 Yes /classes/SpecificPrice.php:563
1044
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2907) LIMIT 1
1.605 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
647
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217471) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.604 ms 4 Yes /classes/SpecificPrice.php:563
748
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217544) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.604 ms 4 Yes /classes/SpecificPrice.php:563
793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217469) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.604 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217286) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.603 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217191) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.602 ms 4 Yes /classes/SpecificPrice.php:563
787
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217485) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.600 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217527) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.600 ms 4 Yes /classes/SpecificPrice.php:563
833
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217405) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.599 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217446) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.598 ms 4 Yes /classes/SpecificPrice.php:563
996
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-05 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.598 ms 1 /classes/ProductAssembler.php:50
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217502) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.596 ms 4 Yes /classes/SpecificPrice.php:563
814
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217282) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.595 ms 4 Yes /classes/SpecificPrice.php:563
742
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217402) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.594 ms 4 Yes /classes/SpecificPrice.php:563
783
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217255) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.591 ms 4 Yes /classes/SpecificPrice.php:563
795
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217331) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.591 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217433) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.590 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217279) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.589 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217408) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.589 ms 4 Yes /classes/SpecificPrice.php:563
802
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217459) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.588 ms 4 Yes /classes/SpecificPrice.php:563
825
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217204) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.588 ms 4 Yes /classes/SpecificPrice.php:563
666
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217357) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.586 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217396) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.586 ms 4 Yes /classes/SpecificPrice.php:563
672
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217381) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.586 ms 4 Yes /classes/SpecificPrice.php:563
765
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217236) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.586 ms 4 Yes /classes/SpecificPrice.php:563
770
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217521) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.585 ms 4 Yes /classes/SpecificPrice.php:563
638
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217540) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.584 ms 4 Yes /classes/SpecificPrice.php:563
710
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217344) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.583 ms 4 Yes /classes/SpecificPrice.php:563
767
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217476) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.583 ms 4 Yes /classes/SpecificPrice.php:563
832
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217239) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.583 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217292) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.580 ms 4 Yes /classes/SpecificPrice.php:563
789
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217493) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.580 ms 4 Yes /classes/SpecificPrice.php:563
803
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217371) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.580 ms 4 Yes /classes/SpecificPrice.php:563
1019
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
1.580 ms 0 /classes/Cart.php:1625
831
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217415) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.579 ms 4 Yes /classes/SpecificPrice.php:563
733
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217458) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.577 ms 4 Yes /classes/SpecificPrice.php:563
813
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217434) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.577 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217372) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.577 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217324) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
673
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217293) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217291) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217426) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.575 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217297) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.574 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217266) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.574 ms 4 Yes /classes/SpecificPrice.php:563
752
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217520) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.574 ms 4 Yes /classes/SpecificPrice.php:563
794
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217323) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.574 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217438) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.572 ms 4 Yes /classes/SpecificPrice.php:563
806
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217203) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.572 ms 4 Yes /classes/SpecificPrice.php:563
797
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217347) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.571 ms 4 Yes /classes/SpecificPrice.php:563
637
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217268) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.571 ms 4 Yes /classes/SpecificPrice.php:563
778
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217513) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.571 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217398) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.570 ms 4 Yes /classes/SpecificPrice.php:563
680
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217539) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.570 ms 4 Yes /classes/SpecificPrice.php:563
780
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217503) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.570 ms 4 Yes /classes/SpecificPrice.php:563
773
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217537) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.568 ms 4 Yes /classes/SpecificPrice.php:563
705
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217400) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.568 ms 4 Yes /classes/SpecificPrice.php:563
791
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217413) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.568 ms 4 Yes /classes/SpecificPrice.php:563
801
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217363) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.566 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217340) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.566 ms 4 Yes /classes/SpecificPrice.php:563
819
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217424) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.566 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217488) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.565 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217496) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.564 ms 4 Yes /classes/SpecificPrice.php:563
757
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217254) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.564 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217348) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.564 ms 4 Yes /classes/SpecificPrice.php:563
631
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217366) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.563 ms 4 Yes /classes/SpecificPrice.php:563
769
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217546) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.562 ms 4 Yes /classes/SpecificPrice.php:563
649
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217479) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.560 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217304) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.559 ms 4 Yes /classes/SpecificPrice.php:563
828
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217505) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.558 ms 4 Yes /classes/SpecificPrice.php:563
804
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217379) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.557 ms 4 Yes /classes/SpecificPrice.php:563
864
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 3039) LIMIT 1
1.555 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
818
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217504) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.554 ms 4 Yes /classes/SpecificPrice.php:563
775
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217545) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.553 ms 4 Yes /classes/SpecificPrice.php:563
1035
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2879) LIMIT 1
1.553 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
816
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217264) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.553 ms 4 Yes /classes/SpecificPrice.php:563
657
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217397) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.552 ms 4 Yes /classes/SpecificPrice.php:563
633
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217516) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.551 ms 4 Yes /classes/SpecificPrice.php:563
947
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.551 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217294) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.551 ms 4 Yes /classes/SpecificPrice.php:563
640
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217188) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.548 ms 4 Yes /classes/SpecificPrice.php:563
820
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217494) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.548 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217326) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.546 ms 4 Yes /classes/SpecificPrice.php:563
764
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217412) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.546 ms 4 Yes /classes/SpecificPrice.php:563
776
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217281) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.545 ms 4 Yes /classes/SpecificPrice.php:563
837
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217283) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.543 ms 4 Yes /classes/SpecificPrice.php:563
774
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217273) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.541 ms 4 Yes /classes/SpecificPrice.php:563
659
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217317) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.541 ms 4 Yes /classes/SpecificPrice.php:563
739
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217298) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.541 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217222) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.539 ms 4 Yes /classes/SpecificPrice.php:563
914
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.539 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217514) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.538 ms 4 Yes /classes/SpecificPrice.php:563
632
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217508) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.538 ms 4 Yes /classes/SpecificPrice.php:563
1041
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2900) LIMIT 1
1.537 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217342) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.535 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217316) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.534 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217519) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.534 ms 4 Yes /classes/SpecificPrice.php:563
696
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217456) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.533 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217249) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.532 ms 4 Yes /classes/SpecificPrice.php:563
929
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-05 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)
1.532 ms 1 /classes/ProductAssembler.php:50
745
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217528) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.530 ms 4 Yes /classes/SpecificPrice.php:563
746
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217536) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.530 ms 4 Yes /classes/SpecificPrice.php:563
979
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-05 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)
1.528 ms 1 /classes/ProductAssembler.php:50
824
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217460) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.526 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217202) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.525 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217535) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.524 ms 4 Yes /classes/SpecificPrice.php:563
684
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217474) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.524 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217300) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.522 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217310) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.522 ms 4 Yes /classes/SpecificPrice.php:563
675
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217515) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.522 ms 4 Yes /classes/SpecificPrice.php:563
691
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217234) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.521 ms 4 Yes /classes/SpecificPrice.php:563
701
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217384) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.520 ms 4 Yes /classes/SpecificPrice.php:563
660
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217325) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.519 ms 4 Yes /classes/SpecificPrice.php:563
998
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.517 ms 4 Yes /classes/SpecificPrice.php:563
1053
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2921) LIMIT 1
1.517 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
650
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217215) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.514 ms 4 Yes /classes/SpecificPrice.php:563
698
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217376) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.514 ms 4 Yes /classes/SpecificPrice.php:563
656
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217301) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.512 ms 4 Yes /classes/SpecificPrice.php:563
810
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217307) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.510 ms 4 Yes /classes/SpecificPrice.php:563
840
SELECT SQL_NO_CACHE pac2.`id_attribute` FROM `ps_product_attribute_combination` pac2 WHERE pac2.`id_product_attribute` IN (0,217177,217187,217197,217207,217215,217223,217231,217241,217249,217257,217267,217275,217285,217293,217301,217309,217317,217325,217333,217341,217349,217357,217365,217373,217381,217389,217397,217407,217417,217427,217437,217445,217453,217463,217471,217479,217487,217497,217507,217515,217523,217531,217539)
AND pac2.id_attribute NOT IN (467)
1.509 ms 88 /controllers/front/ProductController.php:724
931
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.507 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217329) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.507 ms 4 Yes /classes/SpecificPrice.php:563
964
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.507 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217248) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.506 ms 4 Yes /classes/SpecificPrice.php:563
777
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217193) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.506 ms 4 Yes /classes/SpecificPrice.php:563
686
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217482) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.504 ms 4 Yes /classes/SpecificPrice.php:563
811
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217403) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.504 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217464) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.501 ms 4 Yes /classes/SpecificPrice.php:563
717
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217542) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.500 ms 4 Yes /classes/SpecificPrice.php:563
753
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217432) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.497 ms 4 Yes /classes/SpecificPrice.php:563
835
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217205) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.495 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217305) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.489 ms 4 Yes /classes/SpecificPrice.php:563
700
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217200) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.486 ms 4 Yes /classes/SpecificPrice.php:563
664
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217349) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.485 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217218) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.485 ms 4 Yes /classes/SpecificPrice.php:563
690
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217410) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.484 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217506) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.483 ms 4 Yes /classes/SpecificPrice.php:563
682
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217187) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.483 ms 4 Yes /classes/SpecificPrice.php:563
761
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217220) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.480 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217201) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.480 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217289) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.477 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217401) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.477 ms 4 Yes /classes/SpecificPrice.php:563
1032
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2793) LIMIT 1
1.477 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
1038
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2880) LIMIT 1
1.473 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
829
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217425) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.471 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217472) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.470 ms 4 Yes /classes/SpecificPrice.php:563
726
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217330) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.469 ms 4 Yes /classes/SpecificPrice.php:563
1050
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2906) LIMIT 1
1.469 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217302) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.466 ms 4 Yes /classes/SpecificPrice.php:563
772
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217529) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.465 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217198) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.462 ms 4 Yes /classes/SpecificPrice.php:563
798
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217443) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.460 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217382) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.458 ms 4 Yes /classes/SpecificPrice.php:563
981
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 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-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.458 ms 4 Yes /classes/SpecificPrice.php:563
747
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217272) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.457 ms 4 Yes /classes/SpecificPrice.php:563
679
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217267) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.455 ms 4 Yes /classes/SpecificPrice.php:563
662
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217341) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.450 ms 4 Yes /classes/SpecificPrice.php:563
756
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217246) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.450 ms 4 Yes /classes/SpecificPrice.php:563
741
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217306) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.446 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217498) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.445 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217224) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.442 ms 4 Yes /classes/SpecificPrice.php:563
812
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217315) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.440 ms 4 Yes /classes/SpecificPrice.php:563
688
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217490) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.439 ms 4 Yes /classes/SpecificPrice.php:563
838
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217195) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.439 ms 4 Yes /classes/SpecificPrice.php:563
827
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217185) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.436 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217232) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.433 ms 4 Yes /classes/SpecificPrice.php:563
785
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217477) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.432 ms 4 Yes /classes/SpecificPrice.php:563
750
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217192) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.431 ms 4 Yes /classes/SpecificPrice.php:563
817
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217184) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.431 ms 4 Yes /classes/SpecificPrice.php:563
826
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217265) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.429 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217374) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.428 ms 4 Yes /classes/SpecificPrice.php:563
670
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217285) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.428 ms 4 Yes /classes/SpecificPrice.php:563
694
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217448) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.428 ms 4 Yes /classes/SpecificPrice.php:563
1016
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)
1.427 ms 66 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217216) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.426 ms 4 Yes /classes/SpecificPrice.php:563
689
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217226) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.423 ms 4 Yes /classes/SpecificPrice.php:563
692
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217440) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.419 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217480) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.418 ms 4 Yes /classes/SpecificPrice.php:563
685
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217210) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.417 ms 4 Yes /classes/SpecificPrice.php:563
643
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217417) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.415 ms 4 Yes /classes/SpecificPrice.php:563
1047
SELECT SQL_NO_CACHE id_product_config
FROM `ps_productdesigner_product_config`
WHERE (`id_product` = 2908) LIMIT 1
1.415 ms 1504 /modules/productdesigner/classes/models/DesignerProductConfig.php:249
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217178) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.414 ms 4 Yes /classes/SpecificPrice.php:563
663
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217437) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217208) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.406 ms 4 Yes /classes/SpecificPrice.php:563
823
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217404) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.404 ms 4 Yes /classes/SpecificPrice.php:563
658
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217309) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.393 ms 4 Yes /classes/SpecificPrice.php:563
665
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217445) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.391 ms 4 Yes /classes/SpecificPrice.php:563
744
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217322) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.387 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217318) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.383 ms 4 Yes /classes/SpecificPrice.php:563
755
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217422) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.381 ms 4 Yes /classes/SpecificPrice.php:563
695
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217360) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.376 ms 4 Yes /classes/SpecificPrice.php:563
821
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 5, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 5) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217414) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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
855
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` = 3039 AND il.`id_lang` = 1 ORDER by i.`position`
1.368 ms 301 Yes /classes/Product.php:2645
948
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)
1.365 ms 166 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217214) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.361 ms 4 Yes /classes/SpecificPrice.php:563
1021
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
1.354 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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217478) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.351 ms 4 Yes /classes/SpecificPrice.php:563
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217390) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.338 ms 4 Yes /classes/SpecificPrice.php:563
449
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 = 3039) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 217177)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
1.307 ms 2 Yes Yes /classes/Product.php:4368
968
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
1.285 ms 0 /classes/Cart.php:1625
961
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`
1.264 ms 252 Yes /classes/Product.php:2645
960
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
1.253 ms 166 /classes/Product.php:7175
853
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` = 3039
ORDER BY `position`
1.250 ms 43 Yes /classes/Product.php:3262
1065
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.250 ms 2 Yes /modules/anmegamenu/classes/anMmMenu.php:123
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217377) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.247 ms 4 Yes /classes/SpecificPrice.php:563
461
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` = 3039
ORDER BY `position`
1.238 ms 43 Yes /classes/Product.php:3262
1023
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
1.238 ms 2 /classes/Product.php:7199
995
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`
1.216 ms 301 Yes /classes/Product.php:2645
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217441) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.214 ms 4 Yes /classes/SpecificPrice.php:563
463
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` = 3039 AND il.`id_lang` = 1 ORDER by i.`position`
1.211 ms 301 Yes /classes/Product.php:2645
447
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` = 3039
1.209 ms 370 /classes/Product.php:7175
911
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`
1.197 ms 273 Yes /classes/Product.php:2645
1236
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` = 3039) AND (b.`id_shop` = 5) LIMIT 1
1.187 ms 1 /src/Adapter/EntityMapper.php:54
959
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`
1.156 ms 36 Yes /classes/Product.php:3262
895
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-05 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)
1.152 ms 1 /classes/ProductAssembler.php:50
1105
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
1.147 ms 142 Yes /classes/Category.php:724
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` = 3039)
1.128 ms 370 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217361) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.118 ms 4 Yes /classes/SpecificPrice.php:563
860
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 5
WHERE (a.`id_product` = 3039) LIMIT 1
1.108 ms 1 /src/Adapter/EntityMapper.php:54
453
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 = 3039) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 217177)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
1.104 ms 2 Yes Yes /classes/Product.php:4368
993
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`
1.100 ms 43 Yes /classes/Product.php:3262
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217369) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.091 ms 4 Yes /classes/SpecificPrice.php:563
901
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
1.068 ms 0 /classes/Cart.php:1625
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
1.067 ms 6 Yes /classes/shop/Shop.php:696
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217449) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.063 ms 4 Yes /classes/SpecificPrice.php:563
926
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`
1.053 ms 24 Yes /classes/Product.php:3262
951
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
1.045 ms 0 /classes/Cart.php:1625
69
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.042 ms 5 Yes Yes /classes/Category.php:926
918
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
1.034 ms 0 /classes/Cart.php:1625
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217353) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.032 ms 4 Yes /classes/SpecificPrice.php:563
885
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 = 'STTU169C0011L'  and pp.id_supplier = 1 LIMIT 1
1.032 ms 88 /modules/xl_conscience/xl_conscience.php:524
915
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)
1.031 ms 95 /classes/Product.php:3606
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217457) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.030 ms 4 Yes /classes/SpecificPrice.php:563
932
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)
1.026 ms 96 /classes/Product.php:3606
909
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`
1.024 ms 39 Yes /classes/Product.php:3262
1012
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`
1.021 ms 287 Yes /classes/Product.php:2645
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` = 3039) AND (b.`id_shop` = 5) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:54
451
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 = 3039) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 217177)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
1.006 ms 2 Yes Yes /classes/Product.php:4368
1002
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.995 ms 0 /classes/Cart.php:1625
943
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.984 ms 24 Yes /classes/Product.php:3262
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` = 3039
0.980 ms 370 /classes/Product.php:7175
71
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` = 3039
0.978 ms 370 /classes/Product.php:7175
1026
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.978 ms 1 /src/Adapter/EntityMapper.php:54
935
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.976 ms 0 /classes/Cart.php:1625
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.971 ms 144 /classes/module/Module.php:325
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.964 ms 144 /classes/module/Module.php:325
856
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.962 ms 1 /classes/Cart.php:4360
985
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.956 ms 0 /classes/Cart.php:1625
1225
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-06-05 00:00:00" AND date_to <= "2026-06-05 23:59:59") OR (date_from >= "2026-06-05 00:00:00" AND date_from <= "2026-06-05 23:59:59") OR (date_from < "2026-06-05 00:00:00" AND date_to > "2026-06-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.949 ms 12 /classes/CartRule.php:380
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217177) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.943 ms 4 Yes /classes/SpecificPrice.php:563
452
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 = 3039) AND (al.id_lang = 1) AND (agl.id_lang = 1) AND (product_attribute_shop.id_product_attribute = 217177)
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.position ASC, a.position ASC, agl.name ASC
0.943 ms 2 Yes Yes /classes/Product.php:4368
1010
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.938 ms 41 Yes /classes/Product.php:3262
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
0.935 ms 2 Yes /classes/shop/Shop.php:1372
976
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.934 ms 11 Yes /classes/Product.php:3262
944
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.930 ms 168 Yes /classes/Product.php:2645
937
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.916 ms 0 /classes/Cart.php:1625
928
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.902 ms 168 Yes /classes/Product.php:2645
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.902 ms 61 Yes /classes/Dispatcher.php:623
1216
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.902 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
903
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.900 ms 0 /classes/Cart.php:1625
920
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.900 ms 0 /classes/Cart.php:1625
972
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.897 ms 2 /classes/Product.php:7199
1066
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.893 ms 25 Yes /modules/anmegamenu/classes/anMmMenuTabs.php:154
1073
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.890 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
987
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.874 ms 0 /classes/Cart.php:1625
922
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.867 ms 2 /classes/Product.php:7199
1194
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.863 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
890
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.857 ms 1 /src/Adapter/EntityMapper.php:54
955
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.857 ms 2 /classes/Product.php:7199
1004
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.857 ms 0 /classes/Cart.php:1625
927
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.854 ms 95 /classes/Product.php:7175
925
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.849 ms 1 /src/Adapter/EntityMapper.php:54
1182
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.847 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
953
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.846 ms 0 /classes/Cart.php:1625
446
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` = 3039 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` = 3039) as q LIMIT 1
0.845 ms 0 /classes/Cart.php:5252
1027
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.843 ms 13 Yes /classes/Product.php:3262
989
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.842 ms 2 /classes/Product.php:7199
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, 3039) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 217177) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-05 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC
0.840 ms 4 Yes /classes/SpecificPrice.php:602
958
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.837 ms 1 /src/Adapter/EntityMapper.php:54
1205
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.837 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1171
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.830 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
459
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` = 217177) LIMIT 1
0.827 ms 1 /src/Adapter/EntityMapper.php:54
450
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` = 217177
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3039 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` = 217177
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.826 ms 0 /classes/Cart.php:1625
965
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)
0.817 ms 66 /classes/Product.php:3606
939
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.816 ms 2 /classes/Product.php:7199
1213
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.803 ms 1 /src/Adapter/EntityMapper.php:54
1190
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.801 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
908
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.797 ms 1 /src/Adapter/EntityMapper.php:54
942
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.796 ms 1 /src/Adapter/EntityMapper.php:54
1186
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.791 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
850
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.791 ms 1 /classes/PrestaShopCollection.php:361
1028
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.784 ms 66 /classes/Product.php:7175
1233
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.778 ms 404 /classes/Hook.php:1605
1006
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.772 ms 2 /classes/Product.php:7199
1226
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.771 ms 2 /classes/CartRule.php:446
1175
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.763 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
992
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.746 ms 1 /src/Adapter/EntityMapper.php:54
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.742 ms 404 /classes/Hook.php:1565
1029
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.736 ms 91 Yes /classes/Product.php:2645
883
SELECT SQL_NO_CACHE name FROM ps_category_lang
WHERE id_shop = 5 AND id_lang = 1 AND id_category = 218 LIMIT 1
0.734 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:616
1170
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.729 ms 1 /src/Adapter/EntityMapper.php:54
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.724 ms 1 /classes/tax/TaxRulesTaxManager.php:77
1220
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.720 ms 1 /src/Adapter/EntityMapper.php:54
1214
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.719 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
1167
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.715 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1215
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.713 ms 67 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
1083
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.712 ms 4 Yes Yes /classes/Category.php:1158
1209
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.709 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1051
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1305) LIMIT 1
0.705 ms 1 /src/Adapter/EntityMapper.php:54
975
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.702 ms 1 /src/Adapter/EntityMapper.php:54
1022
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.702 ms 1 /classes/Product.php:1157
887
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ec_minorder" LIMIT 1
0.700 ms 1 /classes/module/Module.php:2778
1181
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.700 ms 67 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
977
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.698 ms 66 /classes/Product.php:7175
1193
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.696 ms 1 /src/Adapter/EntityMapper.php:54
1078
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.695 ms 7 Yes Yes /classes/Category.php:1158
841
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.691 ms 16 Yes /classes/ImageType.php:89
978
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.689 ms 77 Yes /classes/Product.php:2645
454
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` = 3039 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` = 3039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.687 ms 0 /classes/Cart.php:1625
884
SELECT SQL_NO_CACHE reference FROM ps_product_attribute WHERE id_product_attribute = 217177 LIMIT 1
0.685 ms 1 /modules/xl_conscience/xl_conscience.php:1222
872
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_data" LIMIT 1
0.683 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
1204
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.677 ms 1 /src/Adapter/EntityMapper.php:54
1219
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.676 ms 1 /src/Adapter/EntityMapper.php:54
1009
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.674 ms 1 /src/Adapter/EntityMapper.php:54
1054
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1308) LIMIT 1
0.669 ms 1 /src/Adapter/EntityMapper.php:54
1189
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.664 ms 1 /src/Adapter/EntityMapper.php:54
1048
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1307) LIMIT 1
0.663 ms 1 /src/Adapter/EntityMapper.php:54
971
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.660 ms 1 /classes/Product.php:1157
1075
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.657 ms 35 /classes/Category.php:2227
858
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.654 ms 7 /classes/CartRule.php:446
1060
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_data" LIMIT 1
0.653 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
1090
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.650 ms 6 Yes Yes /classes/Category.php:1158
1212
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.649 ms 1 /src/Adapter/EntityMapper.php:54
1201
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.646 ms 45 Yes /modules/anmegamenu/classes/anMmMenuContent.php:114
1058
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_data" LIMIT 1
0.645 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
865
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1488) LIMIT 1
0.643 ms 1 /src/Adapter/EntityMapper.php:54
1174
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.643 ms 1 /src/Adapter/EntityMapper.php:54
1059
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_css" LIMIT 1
0.640 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
857
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-06-05 00:00:00" AND date_to <= "2026-06-05 23:59:59") OR (date_from >= "2026-06-05 00:00:00" AND date_from <= "2026-06-05 23:59:59") OR (date_from < "2026-06-05 00:00:00" AND date_to > "2026-06-05 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.635 ms 12 /classes/CartRule.php:380
1056
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.633 ms 1 /src/Adapter/EntityMapper.php:54
1081
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.633 ms 5 Yes Yes /classes/Category.php:1158
1223
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_css" LIMIT 1
0.633 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
867
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 9010000 AND `name` = "_elementor_page_settings" LIMIT 1
0.632 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
1098
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.632 ms 3 Yes Yes /classes/Category.php:1158
870
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.630 ms 1 /src/Adapter/EntityMapper.php:54
847
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.627 ms 1 /src/Adapter/EntityMapper.php:54
1070
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.618 ms 1 /src/Adapter/EntityMapper.php:54
1208
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.618 ms 1 /src/Adapter/EntityMapper.php:54
868
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 9010000 AND `name` = "_elementor_css" LIMIT 1
0.613 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
1179
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.613 ms 1 /src/Adapter/EntityMapper.php:54
1024
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.610 ms 1 /src/Adapter/EntityMapper.php:54
906
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.607 ms 1 /src/Adapter/EntityMapper.php:54
1221
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.607 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
1197
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.602 ms 1 /src/Adapter/EntityMapper.php:54
1198
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.596 ms 1 /src/Adapter/EntityMapper.php:54
871
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.593 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
843
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.593 ms 16 Yes /classes/ImageType.php:89
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.592 ms 6 /classes/Language.php:1050
1169
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.592 ms 1 /classes/Category.php:2134
1061
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.590 ms 1 /classes/Cart.php:1389
1235
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.587 ms 86 /classes/Hook.php:312
1196
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.586 ms 1 /classes/Category.php:2134
1084
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.585 ms 1 /classes/Category.php:1188
1188
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.585 ms 1 /classes/Category.php:2134
1178
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.584 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.581 ms 1 /src/Adapter/EntityMapper.php:54
464
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.581 ms 16 Yes /classes/ImageType.php:89
1055
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_wp_page_template" LIMIT 1
0.581 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
3
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.579 ms 2 /classes/shop/Shop.php:1191
1103
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.576 ms 1 Yes Yes /classes/Category.php:1158
1177
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.576 ms 1 /classes/Category.php:2134
954
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.575 ms 1 /classes/Product.php:1157
1192
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.573 ms 1 /classes/Category.php:2134
842
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.571 ms 16 Yes /classes/ImageType.php:89
1185
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.570 ms 1 /src/Adapter/EntityMapper.php:54
1207
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.567 ms 1 /classes/Category.php:2134
1211
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.567 ms 1 /classes/Category.php:2134
1077
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.565 ms 1 /src/Adapter/EntityMapper.php:54
1199
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.565 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
970
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.564 ms 0 /classes/Cart.php:1625
458
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.563 ms 1 /classes/tax/TaxRulesTaxManager.php:77
1218
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.561 ms 1 /classes/Category.php:2134
457
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` = 3039
AND pac.`id_product_attribute` = 217177
AND agl.`id_lang` = 1
0.560 ms 2 /classes/Product.php:7199
1089
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.558 ms 6 /classes/Category.php:1188
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 = 3039 LIMIT 1
0.557 ms 370 /classes/Product.php:1054
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 = 3039
AND DATEDIFF("2026-06-05 00:00:00", product_shop.`date_add`) < 20 LIMIT 1
0.556 ms 0 /classes/Product.php:1686
844
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.556 ms 16 Yes /classes/ImageType.php:89
973
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.552 ms 1 /src/Adapter/EntityMapper.php:54
1045
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1306) LIMIT 1
0.550 ms 1 /src/Adapter/EntityMapper.php:54
1039
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1286) LIMIT 1
0.547 ms 1 /src/Adapter/EntityMapper.php:54
904
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.546 ms 1 /classes/Product.php:1157
24
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.545 ms 1 Yes /classes/Currency.php:688
866
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 9) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:54
1200
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.541 ms 67 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
1086
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.538 ms 1 /classes/Category.php:1188
1080
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.538 ms 5 /classes/Category.php:1188
921
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.537 ms 1 /classes/Product.php:1157
848
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.536 ms 1 /src/Adapter/EntityMapper.php:62
873
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_css" LIMIT 1
0.536 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
1161
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.535 ms 1 /src/Adapter/EntityMapper.php:54
1033
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1243) LIMIT 1
0.534 ms 1 /src/Adapter/EntityMapper.php:54
455
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` = 217177
AND cp.`id_cart` = 0 AND cp.`id_product` = 3039 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` = 217177
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3039 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.533 ms 0 /classes/Cart.php:1625
938
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.531 ms 1 /classes/Product.php:1157
1173
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.527 ms 1 /classes/Category.php:2134
1184
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.526 ms 1 /classes/Category.php:2134
861
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3039 AND `id_shop` = 5
0.523 ms 1 /src/Adapter/EntityMapper.php:62
1088
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.521 ms 1 /classes/Category.php:1188
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.516 ms 404 /classes/Hook.php:1605
1057
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 70170105 AND `name` = "_elementor_page_settings" LIMIT 1
0.516 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
1237
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3039030105 AND `name` = "_elementor_page_settings" LIMIT 1
0.515 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
1097
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.514 ms 3 /classes/Category.php:1188
1104
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.511 ms 1 /classes/Category.php:1188
881
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.509 ms 1 /classes/module/Module.php:2778
1042
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1304) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:54
1082
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.509 ms 4 /classes/Category.php:1188
1180
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.509 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
1072
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.507 ms 67 Yes /modules/anmegamenu/classes/anMmMenuColumns.php:84
1203
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.506 ms 1 /classes/Category.php:2134
1030
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 65170105 AND `name` = "_elementor_css" LIMIT 1
0.505 ms 5 /modules/creativeelements/classes/wrappers/Post.php:285
1146
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.505 ms 1 /src/Adapter/EntityMapper.php:54
896
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.504 ms 1 /classes/SpecificPrice.php:243
1079
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.504 ms 1 /classes/Category.php:2134
1093
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.503 ms 1 /classes/Category.php:1188
900
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.496 ms 1 /classes/stock/StockAvailable.php:266
1087
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.496 ms 1 /classes/Category.php:1188
1095
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.495 ms 1 /classes/Category.php:1188
1092
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.494 ms 1 /classes/Category.php:1188
1036
SELECT SQL_NO_CACHE *
FROM `ps_productdesigner_product_config` a
WHERE (a.`id_product_config` = 1285) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:54
1094
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.492 ms 1 /classes/Category.php:1188
1162
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 279 AND `id_shop` = 5
0.491 ms 1 /src/Adapter/EntityMapper.php:62
1230
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.491 ms 1 /classes/order/Order.php:868
1085
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.488 ms 1 /classes/Category.php:1188
956
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.486 ms 1 /src/Adapter/EntityMapper.php:54
1229
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.486 ms 1 /classes/order/Order.php:868
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.485 ms 86 /classes/Hook.php:364
967
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.484 ms 1 /classes/stock/StockAvailable.php:266
1091
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.480 ms 1 /classes/Category.php:1188
1115
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.479 ms 1 /src/Adapter/EntityMapper.php:54
1020
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.479 ms 1 /classes/stock/StockAvailable.php:266
1014
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.478 ms 1 /classes/SpecificPrice.php:243
946
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.478 ms 1 /classes/SpecificPrice.php:243
889
SELECT SQL_NO_CACHE id_combination
FROM `ps_productdesigner_product_combination`
WHERE (id_product = 3039)
0.477 ms 1 /modules/productdesigner/classes/models/DesignerProductCombination.php:76
988
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.476 ms 1 /classes/Product.php:1157
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.475 ms 86 /classes/Hook.php:312
862
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 5 
AND cl.`id_category` = 218 LIMIT 1
0.474 ms 0 /classes/Category.php:1376
1005
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.474 ms 1 /classes/Product.php:1157
1018
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.474 ms 1 /classes/stock/StockAvailable.php:266
1102
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.474 ms 1 /classes/Category.php:1188
47
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.469 ms 2 /classes/SpecificPrice.php:413
128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217232) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.469 ms 1 /classes/stock/StockAvailable.php:266
875
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1
0.469 ms 1 /classes/module/Module.php:2778
1125
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.466 ms 1 /src/Adapter/EntityMapper.php:54
1101
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.464 ms 1 /classes/Category.php:1188
1160
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.464 ms 1 /classes/Category.php:1754
1096
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.463 ms 1 /classes/Category.php:1188
950
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.462 ms 1 /classes/stock/StockAvailable.php:266
869
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3039030105 AND `name` = "_elementor_edit_mode" LIMIT 1
0.461 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
21
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (5)
0.459 ms 1 /classes/module/Module.php:2168
891
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 5
0.459 ms 1 /src/Adapter/EntityMapper.php:62
930
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.459 ms 1 /classes/SpecificPrice.php:243
990
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.459 ms 1 /src/Adapter/EntityMapper.php:54
1068
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.459 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
923
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.458 ms 1 /src/Adapter/EntityMapper.php:54
1067
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.457 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
917
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.457 ms 1 /classes/stock/StockAvailable.php:266
1159
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 267 AND `id_shop` = 5
0.456 ms 1 /src/Adapter/EntityMapper.php:62
1222
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_data" LIMIT 1
0.454 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
1025
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 208147
0.452 ms 1 /src/Adapter/EntityMapper.php:62
1071
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.452 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
913
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.450 ms 1 /classes/SpecificPrice.php:243
886
SELECT SQL_NO_CACHE * FROM ps_stock_supplier WHERE reference = 'STTU169C0011L' and id_supplier = 1
0.447 ms 2 /modules/xl_conscience/xl_conscience.php:525
940
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.445 ms 1 /src/Adapter/EntityMapper.php:54
1165
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 5
0.445 ms 1 /src/Adapter/EntityMapper.php:62
984
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.444 ms 1 /classes/stock/StockAvailable.php:266
151
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217255) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.442 ms 1 /classes/stock/StockAvailable.php:266
1099
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.441 ms 1 /classes/Category.php:1188
1224
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 43170105 AND `name` = "_elementor_data" LIMIT 1
0.441 ms 6 /modules/creativeelements/classes/wrappers/Post.php:285
997
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.440 ms 1 /classes/SpecificPrice.php:243
1007
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.440 ms 1 /src/Adapter/EntityMapper.php:54
23
SELECT SQL_NO_CACHE id_custom_field
FROM `ps_productdesigner_custom_field`
WHERE (`id_product` = 3039) LIMIT 1
0.436 ms 10 /modules/productdesigner/classes/models/design/DesignCustomField.php:62
25
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.436 ms 1 /classes/Language.php:850
874
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 53170105 AND `name` = "_elementor_data" LIMIT 1
0.436 ms 7 /modules/creativeelements/classes/wrappers/Post.php:285
969
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.434 ms 1 /classes/stock/StockAvailable.php:266
1195
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=57
0.434 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
934
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.433 ms 1 /classes/stock/StockAvailable.php:266
963
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.427 ms 1 /classes/SpecificPrice.php:243
877
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1
0.423 ms 1 /classes/module/Module.php:2778
1119
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.423 ms 1 /src/Adapter/EntityMapper.php:54
1069
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.420 ms 20 Yes /modules/anmegamenu/classes/anMmMenuRows.php:79
1062
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.419 ms 1 /modules/creativeelements/modules/premium/widgets/module.php:161
879
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1
0.419 ms 1 /classes/module/Module.php:2778
1147
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 5
0.412 ms 1 /src/Adapter/EntityMapper.php:62
1231
SELECT SQL_NO_CACHE id_shop FROM ps_cart_rule_shop WHERE id_cart_rule = 13
0.410 ms 1 /classes/CartRule.php:486
1217
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=71
0.409 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
42
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:54
73
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217177) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.406 ms 1 /classes/stock/StockAvailable.php:266
1106
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.406 ms 1 /src/Adapter/EntityMapper.php:54
899
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2793 AND `id_group` = 1 LIMIT 1
0.406 ms 0 /classes/GroupReduction.php:126
1100
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.405 ms 1 /classes/Category.php:1188
5
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 5) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:54
28
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.401 ms 1 /classes/Language.php:850
892
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.399 ms 1 /classes/Category.php:1754
949
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2900 AND `id_group` = 1 LIMIT 1
0.393 ms 0 /classes/GroupReduction.php:126
1164
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.393 ms 1 /src/Adapter/EntityMapper.php:54
933
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2880 AND `id_group` = 1 LIMIT 1
0.389 ms 0 /classes/GroupReduction.php:126
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.388 ms 1 /src/Adapter/EntityMapper.php:54
845
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.388 ms 1 /classes/AddressFormat.php:629
43
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.387 ms 1 /src/Adapter/EntityMapper.php:62
1128
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.383 ms 1 /src/Adapter/EntityMapper.php:54
70
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.382 ms 5 Yes Yes /classes/Category.php:1158
859
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1
0.382 ms 0 /classes/Country.php:256
48
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.380 ms 802713 /classes/SpecificPrice.php:284
1129
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 5
0.379 ms 1 /src/Adapter/EntityMapper.php:62
1116
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.378 ms 1 /src/Adapter/EntityMapper.php:54
1137
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.373 ms 1 /src/Adapter/EntityMapper.php:54
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.370 ms 1 /classes/Language.php:1184
1155
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.370 ms 1 /src/Adapter/EntityMapper.php:54
983
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2908 AND `id_group` = 1 LIMIT 1
0.369 ms 0 /classes/GroupReduction.php:126
40
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s
0.367 ms 7 /classes/shop/Shop.php:902
1187
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=55
0.367 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
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.365 ms 1 /src/Adapter/EntityMapper.php:54
1168
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=62
0.364 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
74
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217178) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:266
33
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.363 ms 1 /src/Adapter/EntityMapper.php:62
1210
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=70
0.362 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
902
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.360 ms 1 /classes/stock/StockAvailable.php:266
919
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.358 ms 1 /classes/stock/StockAvailable.php:266
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.357 ms 1 /src/Adapter/EntityMapper.php:54
980
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.356 ms 1 /classes/SpecificPrice.php:243
1063
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "anmegamenu" LIMIT 1
0.356 ms 1 /classes/module/Module.php:2778
1143
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.356 ms 1 /src/Adapter/EntityMapper.php:54
936
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.355 ms 1 /classes/stock/StockAvailable.php:266
882
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 236 LIMIT 1
0.351 ms 1 /modules/psgdpr/classes/GDPRConsent.php:130
1172
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=63
0.351 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1176
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=64
0.350 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1206
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=69
0.349 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
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`=3039
0.348 ms 1 /classes/Tag.php:219
1123
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 5
0.348 ms 1 /src/Adapter/EntityMapper.php:62
1183
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=54
0.346 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
1112
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.346 ms 1 /src/Adapter/EntityMapper.php:54
1149
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.346 ms 1 /src/Adapter/EntityMapper.php:54
1238
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 3039030105 AND `name` = "_elementor_page_settings" LIMIT 1
0.346 ms 1 /modules/creativeelements/classes/wrappers/Post.php:285
941
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 200885
0.345 ms 1 /src/Adapter/EntityMapper.php:62
1153
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 243 AND `id_shop` = 5
0.344 ms 1 /src/Adapter/EntityMapper.php:62
154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217258) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.343 ms 1 /classes/stock/StockAvailable.php:266
991
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 203258
0.343 ms 1 /src/Adapter/EntityMapper.php:62
1017
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2921 AND `id_group` = 1 LIMIT 1
0.343 ms 0 /classes/GroupReduction.php:126
1120
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 5
0.342 ms 1 /src/Adapter/EntityMapper.php:62
152
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217256) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:266
1126
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 219 AND `id_shop` = 5
0.338 ms 1 /src/Adapter/EntityMapper.php:62
952
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.337 ms 1 /classes/stock/StockAvailable.php:266
1191
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=56
0.337 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
30
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.337 ms 1 /src/Adapter/EntityMapper.php:62
1001
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.336 ms 1 /classes/stock/StockAvailable.php:266
1141
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 5
0.336 ms 1 /src/Adapter/EntityMapper.php:62
1000
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2906 AND `id_group` = 1 LIMIT 1
0.335 ms 0 /classes/GroupReduction.php:126
1008
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 202717
0.335 ms 1 /src/Adapter/EntityMapper.php:62
1140
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.335 ms 1 /src/Adapter/EntityMapper.php:54
1107
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1 AND `id_shop` = 5
0.334 ms 1 /src/Adapter/EntityMapper.php:62
1239
SELECT SQL_NO_CACHE `id_ce_revision` FROM ps_ce_revision WHERE `parent` = 3039030105 AND `active` = 0 AND `id_employee` = 0 LIMIT 1
0.333 ms 1 /modules/creativeelements/classes/wrappers/Post.php:522
158
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217262) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.333 ms 1 /classes/stock/StockAvailable.php:266
1122
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.332 ms 1 /src/Adapter/EntityMapper.php:54
1109
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.331 ms 1 /src/Adapter/EntityMapper.php:54
456
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` = 3039 AND pa.`id_product` = 3039 AND pa.`id_product_attribute` = 217177 LIMIT 1
0.331 ms 1 /classes/Product.php:1157
1152
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.331 ms 1 /src/Adapter/EntityMapper.php:54
1124
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.330 ms 1 /classes/Category.php:1754
1158
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.330 ms 1 /src/Adapter/EntityMapper.php:54
1202
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=68
0.330 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
37
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 1 LIMIT 1
0.328 ms 1 /classes/Supplier.php:220
1117
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 5
0.326 ms 1 /src/Adapter/EntityMapper.php:62
1134
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.326 ms 1 /src/Adapter/EntityMapper.php:54
878
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 153 LIMIT 1
0.325 ms 1 /modules/psgdpr/classes/GDPRConsent.php:130
1113
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 5
0.324 ms 1 /src/Adapter/EntityMapper.php:62
1156
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 5
0.324 ms 1 /src/Adapter/EntityMapper.php:62
1227
SELECT SQL_NO_CACHE id_group FROM ps_cart_rule_group WHERE id_cart_rule = 13
0.324 ms 4 /classes/CartRule.php:461
1150
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 5
0.324 ms 1 /src/Adapter/EntityMapper.php:62
404
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217508) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.323 ms 1 /classes/stock/StockAvailable.php:266
876
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 5 LIMIT 1
0.323 ms 1 /classes/module/Module.php:2267
924
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 200749
0.322 ms 1 /src/Adapter/EntityMapper.php:62
1074
SELECT SQL_NO_CACHE * FROM `ps_anmegamenu_content_data` WHERE  `id_content`=61
0.322 ms 1 /modules/anmegamenu/classes/anMmMenuContent.php:313
66
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.322 ms 1 /src/Adapter/EntityMapper.php:54
1138
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 5
0.322 ms 1 /src/Adapter/EntityMapper.php:62
49
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.321 ms 802713 /classes/SpecificPrice.php:284
1131
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.320 ms 1 /src/Adapter/EntityMapper.php:54
1144
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 5
0.320 ms 1 /src/Adapter/EntityMapper.php:62
1163
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.319 ms 1 /classes/Category.php:1754
907
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 198784
0.318 ms 1 /src/Adapter/EntityMapper.php:62
460
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 217177
0.317 ms 1 /src/Adapter/EntityMapper.php:62
138
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217242) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.315 ms 1 /classes/stock/StockAvailable.php:266
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.315 ms 1 /src/Adapter/EntityMapper.php:54
849
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.315 ms 1 /classes/ObjectModel.php:1443
986
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.311 ms 1 /classes/stock/StockAvailable.php:266
126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217230) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.311 ms 1 /classes/stock/StockAvailable.php:266
1121
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.309 ms 1 /classes/Category.php:1754
957
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 201570
0.306 ms 1 /src/Adapter/EntityMapper.php:62
1076
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category`
WHERE `id_parent` = 0 LIMIT 1
0.305 ms 1 /classes/Category.php:2267
1228
SELECT SQL_NO_CACHE id_group FROM ps_cart_rule_group WHERE id_cart_rule = 14
0.305 ms 4 /classes/CartRule.php:461
974
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 203192
0.305 ms 1 /src/Adapter/EntityMapper.php:62
1127
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.305 ms 1 /classes/Category.php:1754
161
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217265) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.304 ms 1 /classes/stock/StockAvailable.php:266
1145
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.304 ms 1 /classes/Category.php:1754
64
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 3039
AND id_shop = 5 LIMIT 1
0.303 ms 1 /classes/ObjectModel.php:1576
80
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217184) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:266
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217261) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:266
444
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.300 ms 0 /classes/tax/TaxRulesTaxManager.php:77
65
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` = 3039 AND ctg.`id_group` = 1 LIMIT 1
0.299 ms 7 /classes/Product.php:6508
1003
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.295 ms 1 /classes/stock/StockAvailable.php:266
1110
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 5
0.295 ms 1 /src/Adapter/EntityMapper.php:62
888
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1
0.293 ms 0 /classes/module/Module.php:2267
1157
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.293 ms 1 /classes/Category.php:1754
34
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 5 LIMIT 1
0.292 ms 1 /classes/ObjectModel.php:1576
36
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1
0.292 ms 0 /classes/Manufacturer.php:286
130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217234) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:266
966
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2907 AND `id_group` = 1 LIMIT 1
0.290 ms 0 /classes/GroupReduction.php:126
1166
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.290 ms 1 /classes/Category.php:1754
1064
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 190 AND `id_shop` = 5 LIMIT 1
0.289 ms 1 /classes/module/Module.php:2267
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.289 ms 1 /classes/shop/Shop.php:195
1132
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 222 AND `id_shop` = 5
0.289 ms 1 /src/Adapter/EntityMapper.php:62
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217222) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:266
1135
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 5
0.288 ms 1 /src/Adapter/EntityMapper.php:62
55
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3039 AND id_shop=5 LIMIT 1
0.286 ms 1 /classes/Product.php:6551
880
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 5 LIMIT 1
0.286 ms 0 /classes/module/Module.php:2267
846
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.286 ms 1 /classes/Country.php:386
56
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3039 AND `id_group` = 1 LIMIT 1
0.285 ms 0 /classes/GroupReduction.php:126
77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217181) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:266
129
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217233) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.282 ms 1 /classes/stock/StockAvailable.php:266
1154
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.282 ms 1 /classes/Category.php:1754
67
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 218) LIMIT 1
0.280 ms 1 /classes/Category.php:1960
1148
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.279 ms 1 /classes/Category.php:1754
465
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.279 ms 16 /classes/ImageType.php:141
59
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:266
1232
SELECT SQL_NO_CACHE id_shop FROM ps_cart_rule_shop WHERE id_cart_rule = 14
0.277 ms 1 /classes/CartRule.php:486
52
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3039
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.276 ms 1 /classes/SpecificPrice.php:243
1142
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.273 ms 1 /classes/Category.php:1754
75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217179) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.272 ms 1 /classes/stock/StockAvailable.php:266
1139
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.269 ms 1 /classes/Category.php:1754
4
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.267 ms 7 /classes/shop/Shop.php:1192
26
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.266 ms 1 /classes/Currency.php:873
916
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2879 AND `id_group` = 1 LIMIT 1
0.266 ms 0 /classes/GroupReduction.php:126
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.263 ms 1 /classes/Category.php:1376
238
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217342) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:266
141
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217245) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:266
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217180) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:266
1151
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.258 ms 1 /classes/Category.php:1754
1130
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.257 ms 1 /classes/Category.php:1754
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217260) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:266
1136
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.256 ms 1 /classes/Category.php:1754
31
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 5 LIMIT 1
0.254 ms 1 /classes/ObjectModel.php:1576
1108
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.254 ms 0 /classes/Category.php:1754
1118
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.252 ms 1 /classes/Category.php:1754
79
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217183) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:266
140
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217244) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:266
208
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217312) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:266
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 5 LIMIT 1
0.232 ms 1 /classes/shop/ShopUrl.php:158
124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217228) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:266
131
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217235) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:266
142
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217246) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:266
122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217226) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:266
1111
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.225 ms 1 /classes/Category.php:1754
1114
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.223 ms 1 /classes/Category.php:1754
211
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217315) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.222 ms 1 /classes/stock/StockAvailable.php:266
1133
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.220 ms 1 /classes/Category.php:1754
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217238) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:266
207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217311) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:266
139
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217243) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:266
78
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217182) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:266
147
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217251) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.216 ms 1 /classes/stock/StockAvailable.php:266
127
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217231) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:266
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217249) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.213 ms 1 /classes/stock/StockAvailable.php:266
148
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217252) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:266
119
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217223) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:266
215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217319) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:266
159
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217263) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.209 ms 1 /classes/stock/StockAvailable.php:266
123
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217227) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:266
174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217278) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:266
117
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217221) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.208 ms 1 /classes/stock/StockAvailable.php:266
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217206) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:266
121
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217225) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:266
226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217330) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.206 ms 1 /classes/stock/StockAvailable.php:266
9
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 2) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:54
103
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217207) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:266
155
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217259) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.203 ms 1 /classes/stock/StockAvailable.php:266
150
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217254) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:266
153
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217257) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:266
125
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217229) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:266
172
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217276) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
242
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217346) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:266
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217320) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:266
81
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217185) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:266
82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217186) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:266
203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217307) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:266
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217310) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:266
137
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217241) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:266
143
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217247) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:266
144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217248) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:266
149
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217253) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:266
146
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217250) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:266
231
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217335) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:266
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217293) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:266
165
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217269) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:266
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217313) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.195 ms 1 /classes/stock/StockAvailable.php:266
133
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217237) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:266
160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217264) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:266
57
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.193 ms 1 /classes/Group.php:131
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217236) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:266
87
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217191) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:266
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217317) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.191 ms 1 /classes/stock/StockAvailable.php:266
167
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217271) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:266
100
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217204) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217224) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.189 ms 1 /classes/stock/StockAvailable.php:266
162
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217266) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:266
222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217326) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:266
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217370) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:266
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217218) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:266
116
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217220) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:266
205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217309) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217322) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:266
135
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217239) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:266
223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217327) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.184 ms 1 /classes/stock/StockAvailable.php:266
164
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217268) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:266
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217270) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:266
224
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217328) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:266
115
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217219) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:266
199
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217303) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217409) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
304
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217408) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:266
11
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 5 LIMIT 1
0.180 ms 1 /classes/ObjectModel.php:1576
60
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:558
61
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 0) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:586
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217208) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:266
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217445) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:266
163
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217267) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:266
212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217316) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
210
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217314) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
217
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217321) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:266
83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217187) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217282) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:266
101
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217205) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:266
280
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217384) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:266
281
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217385) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:266
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217273) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:266
234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217338) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:266
182
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217286) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:266
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217325) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
183
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217287) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217292) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
248
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217352) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:266
94
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217198) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
88
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217192) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.172 ms 1 /classes/stock/StockAvailable.php:266
171
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217275) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:266
86
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217190) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217305) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.170 ms 1 /classes/stock/StockAvailable.php:266
91
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217195) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217212) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217272) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
190
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217294) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
191
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217295) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217304) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
233
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217337) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
246
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217350) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
173
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217277) 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 = 3039) AND (id_product_attribute = 217318) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:266
84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217188) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:266
99
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217203) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:266
112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217216) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:266
175
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217279) 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 = 3039) AND (id_product_attribute = 217329) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
227
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217331) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217429) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217189) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217298) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:266
136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217240) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
219
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217323) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
382
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217486) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:266
90
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217194) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
93
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217197) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
184
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217288) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
247
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217351) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217354) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
253
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217357) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217359) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217414) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:266
170
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217274) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217280) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
282
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217386) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.164 ms 1 /classes/stock/StockAvailable.php:266
105
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217209) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
284
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217388) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
375
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217479) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:266
179
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217283) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217520) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
68
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 218
AND id_shop = 5 LIMIT 1
0.162 ms 1 /classes/ObjectModel.php:1576
186
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217290) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217291) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217302) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:266
260
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217364) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
349
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217453) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
230
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217334) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217426) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
330
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217434) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:266
185
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217289) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217353) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217210) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217281) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217284) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217296) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
235
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217339) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
273
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217377) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
334
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217438) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217443) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:266
181
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217285) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217336) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
426
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217530) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
239
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217343) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:266
113
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217217) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
264
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217368) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217297) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
204
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217308) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.158 ms 1 /classes/stock/StockAvailable.php:266
202
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217306) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.157 ms 1 /classes/stock/StockAvailable.php:266
196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217300) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.157 ms 1 /classes/stock/StockAvailable.php:266
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217436) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.157 ms 1 /classes/stock/StockAvailable.php:266
195
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217299) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217371) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217373) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217419) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217441) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:266
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217301) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
241
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217345) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217369) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217389) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.155 ms 1 /classes/stock/StockAvailable.php:266
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217347) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:266
278
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217382) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.153 ms 1 /classes/stock/StockAvailable.php:266
97
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217201) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217515) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217391) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:266
380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217484) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
306
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217410) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217424) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
385
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217489) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:266
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217332) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217344) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
354
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217458) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:266
220
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217324) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:266
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217341) 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 = 3039) AND (id_product_attribute = 217348) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:266
236
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217340) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217349) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
344
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217448) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217536) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
110
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217214) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217333) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.148 ms 1 /classes/stock/StockAvailable.php:266
92
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217196) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
109
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217213) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
283
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217387) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
307
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217411) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
107
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217211) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217355) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217358) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
270
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217374) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.147 ms 1 /classes/stock/StockAvailable.php:266
111
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217215) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:266
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217199) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
98
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217202) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217356) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
256
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217360) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
259
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217363) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
277
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217381) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217412) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
370
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217474) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217487) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
405
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217509) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.145 ms 1 /classes/stock/StockAvailable.php:266
258
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217362) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217365) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217366) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
263
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217367) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
295
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217399) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
329
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217433) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:266
89
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217193) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
257
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217361) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217393) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217427) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217435) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217200) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:266
288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217392) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217510) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:266
274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217378) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217430) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217480) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
421
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217525) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:266
268
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217372) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
272
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217376) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217383) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217390) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
292
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217396) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217439) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:266
271
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217375) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
290
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217394) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
291
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217395) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217400) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217402) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217406) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.139 ms 1 /classes/stock/StockAvailable.php:266
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217405) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
333
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217437) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217468) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
427
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217531) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
275
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217379) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:266
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217380) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
293
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217397) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217403) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217404) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
303
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217407) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217417) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
297
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217401) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
314
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217418) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217466) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.137 ms 1 /classes/stock/StockAvailable.php:266
294
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217398) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
439
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217543) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217512) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.136 ms 1 /classes/stock/StockAvailable.php:266
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217425) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
340
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217444) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217485) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
316
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217420) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
319
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217423) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217440) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
377
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217481) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.135 ms 1 /classes/stock/StockAvailable.php:266
328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217432) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217422) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217428) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
327
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217431) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
338
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217442) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
352
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217456) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
367
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217471) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:266
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217416) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217446) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217413) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
317
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217421) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:266
311
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217415) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.132 ms 1 /classes/stock/StockAvailable.php:266
360
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217464) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.132 ms 1 /classes/stock/StockAvailable.php:266
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217469) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
413
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217517) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217540) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
347
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217451) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
355
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217459) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
424
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217528) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.131 ms 1 /classes/stock/StockAvailable.php:266
391
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217495) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
345
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217449) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
346
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217450) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
350
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217454) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217461) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
363
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217467) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
371
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217475) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
374
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217478) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
378
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217482) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
390
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217494) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
407
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217511) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
418
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217522) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:266
351
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217455) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
356
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217460) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217462) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
359
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217463) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
368
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217472) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
373
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217477) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
396
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217500) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
414
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217518) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217526) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:266
348
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217452) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
353
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217457) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217465) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
366
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217470) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217473) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
403
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217507) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
343
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217447) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
372
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217476) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:266
379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217483) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:266
384
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217488) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:266
402
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217506) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:266
409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217513) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:266
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217542) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:266
397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217501) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217544) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217546) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
386
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217490) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
392
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217496) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
393
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217497) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
394
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217498) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
395
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217499) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
417
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217521) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:266
389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217493) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:266
412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217516) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:266
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217541) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.125 ms 1 /classes/stock/StockAvailable.php:266
387
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217491) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:266
388
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217492) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.124 ms 1 /classes/stock/StockAvailable.php:266
398
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217502) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
399
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217503) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
400
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217504) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217505) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
425
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217529) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
433
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217537) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:266
410
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217514) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:266
419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217523) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:266
441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217545) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.122 ms 1 /classes/stock/StockAvailable.php:266
428
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217532) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:266
434
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217538) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:266
423
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217527) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:266
415
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217519) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:266
431
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217535) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:266
435
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217539) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:266
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217524) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:266
429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217533) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:266
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3039) AND (id_product_attribute = 217534) AND (id_shop = 5) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:266

Doubles

387 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
378 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
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
18 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
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 *
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
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 `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 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 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 *
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
                    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 lower(name) as name
FROM `ps_hook` h
WHERE (h.active = XX)
2 queries
SELECT 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 = XX)
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` = XX) AND (mg.id_shop = XX AND  mg.`id_group` IN (XX))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2 queries
SELECT `name`, `alias` FROM `ps_hook_alias`
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 cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX 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

416 stock_available
384 specific_price
87 category_lang
85 category
81 category_shop
71 product_attribute_shop
63 product
63 product_attribute
45 product_shop
42 cart_product
28 product_attribute_combination
26 attribute
26 attribute_lang
23 category_group
23 product_attribute_lang
23 image_lang
22 product_lang
21 image
20 pack
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 module
11 product_attribute_image
9 specific_price_priority
9 product_group_reduction_cache
8 hook
8 module_shop
7 anmegamenu_rows
7 anmegamenu_rows_shop
6 shop
6 attribute_shop
6 image_type
5 lang
4 shop_url
4 lang_shop
4 country
4 hook_alias
4 currency
4 cart_rule
4 anmegamenu_columns
4 anmegamenu_columns_shop
3 hook_module
3 module_group
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 configuration
2 country_lang
2 country_shop
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 configuration_lang
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 31 /controllers/front/ProductController.php:129 (__construct) [id: 3039]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 3039]
/classes/Meta.php:320 (__construct) [id: 3039]
/classes/Link.php:94 (__construct) [id: 3039]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 3039]
/modules/productdesigner/productdesigner.php:426 (__construct) [id: 3039]
/classes/Link.php:94 (__construct) [id: 3039]
/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: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
/modules/creativeelements/classes/wrappers/Post.php:100 (__construct) [id: 3039]
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]
ProductDesigner\classes\models\DesignerProductConfig 9 /modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 1488]
/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]
Combination 9 /classes/Product.php:5654 (__construct) [id: 217177]
/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]
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 5 /config/config.inc.php:135 (__construct) [id: 8]
/classes/controller/FrontController.php:306 (__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:693 (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]
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: ]
Risk 1 /classes/controller/FrontController.php:1670 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1667 (__construct) [id: 0]
ProductDesigner\classes\models\design\DesignCustomField 1 /modules/productdesigner/classes/models/DesignerObject.php:54 (__construct) [id: 0]
Group 1 /classes/Cart.php:262 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:441 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:542 (__construct) [id: 2]

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