Il y a 278 produits.
Affichage de 145-180 de 278 élément(s)
Load Time4992 ms - You'd better run your shop on a toaster
Querying Time988 ms
Queries1123
Memory Peak Usage65.2 Mb
Included Files1236 files - 14.06 Mb
PrestaShop Cache- Mb
Global vars1.15 Mb
PrestaShop Version1.7.7.8
PHP Version7.2.34-50+ubuntu22.04.1+deb.sury.org+1 (OK)
MySQL Version10.6.23-MariaDB-0ubuntu0.22.04.1 (OK)
Memory Limit2048M
Max Execution Time1024s
Smarty Cacheenabled
Smarty Compilationnever recompile
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 2003 ms 2003 ms 27.12 Mb 28.54 Mb
__construct 0 ms 2003 ms - Mb 28.54 Mb
init 615 ms 2618 ms 2.24 Mb 29.86 Mb
checkAccess 0 ms 2618 ms - Mb 29.86 Mb
setMedia 93 ms 2710 ms 0.79 Mb 30.23 Mb
postProcess 0 ms 2710 ms - Mb 30.23 Mb
initHeader 0 ms 2710 ms - Mb 30.23 Mb
initContent 1666 ms 4376 ms 15.22 Mb 46.61 Mb
initFooter 0 ms 4376 ms - Mb 46.61 Mb
display 616 ms 4992 ms 15.60 Mb 65.24 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 1123 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute
142.1 320 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14646) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
15.7 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
14.7 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-05-20 00:00:00' AND '2026-05-20 23:59:59' LIMIT 1
12.8 1 /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
12 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14667
11.9 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
10.4 1346 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
9.5 2501 Yes /classes/Category.php:717
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p GROUP BY p.id_manufacturer
8.4 1172651536 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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
8.2 0 /classes/Hook.php:1221
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14646 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14646 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
7.9 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
7.9 1 /classes/Group.php:154
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 5
7.9 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
7.9 1582 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
7.9 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 5) LIMIT 1
7.9 1 /src/Adapter/EntityMapper.php:75
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` = 5
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
7.9 1 /classes/tax/TaxRulesTaxManager.php:109
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 ('38480' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '38480')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
7.8 0 /classes/tax/TaxRulesTaxManager.php:109
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14646
ORDER BY `position`
7.8 8 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
7.8 2345303072 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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, active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
7.4 656 /classes/Hook.php:487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14646
ORDER BY f.position ASC
7.4 1 Yes /classes/Product.php:5210
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` = 1
WHERE (a.`id_product` = 14646) AND (b.`id_shop` = 1) LIMIT 1
7.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14646 AND `id_group` = 1 LIMIT 1
7 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-05-20 00:00:00' AND '2026-05-20 23:59:59' LIMIT 1
7 1 /classes/SpecificPrice.php:365
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14650
ORDER BY f.position ASC
6.7 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14646
6.3 1 /classes/ProductAssembler.php:90
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("597744139c749e110ed97807c5166390", "a:1:{s:7:\"filters\";a:7:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:1:{i:281;a:2:{s:4:\"name\";s:17:\"Chaussure de foot\";s:3:\"nbr\";s:2:\"11\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"2\";s:4:\"name\";s:7:\"Couleur\";s:14:\"is_color_group\";b:1;s:6:\"values\";a:11:{i:191;a:5:{s:4:\"name\";s:12:\"Cuire Petrol\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:202;a:5:{s:4:\"name\";s:12:\"Nubuck Costa\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:208;a:5:{s:4:\"name\";s:15:\"Velours Naturel\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:209;a:5:{s:4:\"name\";s:15:\"Velours Naturel\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:213;a:5:{s:4:\"name\";s:13:\"Cuir Léopard\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:216;a:5:{s:4:\"name\";s:12:\"Cuir Naturel\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:215;a:5:{s:4:\"name\";s:12:\"Cuir Naturel\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:219;a:5:{s:4:\"name\";s:12:\"Reptil Sable\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:220;a:5:{s:4:\"name\";s:10:\"Cuir Negro\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:297;a:5:{s:4:\"name\";s:11:\"Cuir petrol\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:298;a:5:{s:4:\"name\";s:19:\"Avarca cuir leopard\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"294\";s:6:\"values\";a:5:{i:3605;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:14:\"Bas (2,5-5 cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4136;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:16:\"Haut (7,6-10 cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3676;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:18:\"Moyen (5,1-7,5 cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3577;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:22:\"Plat (Moins de 2,5 cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4120;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:26:\"Très haut (Plus de 10 cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:16:\"Hauteur du talon\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"297\";s:6:\"values\";a:3:{i:3637;a:4:{s:3:\"nbr\";s:2:\"23\";s:4:\"name\";s:4:\"Cuir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3613;a:4:{s:3:\"nbr\";s:2:\"17\";s:4:\"name\";s:5:\"Tissu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3975;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Toile\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:23:\"Matière de la doublure\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:3:\"197\";s:6:\"values\";a:3:{i:3959;a:4:{s:3:\"nbr\";s:2:\"26\";s:4:\"name\";s:4:\"Cuir\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1788;a:4:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:6:\"Mousse\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11276;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"peau de mouton\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:34:\"Matière de la semelle intérieure\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"86\";s:6:\"values\";a:7:{i:9292;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:8:\"Affaires\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2829;a:4:{s:3:\"nbr\";s:2:\"29\";s:4:\"name\";s:13:\"Décontracté\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6042;a:4:{s:3:\"nbr\";s:2:\"13\";s:4:\"name\";s:6:\"Formel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2904;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:7:\"Mariage\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9293;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:12:\"Professionel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2905;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:17:\"Soirée, cocktail\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10491;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"Voyage\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"Occasion\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
6.2 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
6.2 730 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14650 AND id_shop=1 LIMIT 1
5.9 1 /classes/Product.php:5886
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` = 5
AND tr.`id_state` IN (0, 0)
AND ('38480' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '38480')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
5.8 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=86)) GROUP BY fp.id_feature_value
5.2 1112 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
5.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=294)) GROUP BY fp.id_feature_value
4.9 320 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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`)
4.9 1652 /classes/Configuration.php:160
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` = 1
WHERE (a.`id_product` = 14650) AND (b.`id_shop` = 1) LIMIT 1
4.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 463 LIMIT 1
4.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 428 LIMIT 1
4 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14650
3.9 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 428 LIMIT 1
3.9 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14646) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.9 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14646
ORDER BY `id_specific_price_priority` DESC LIMIT 1
3.9 0 /classes/SpecificPrice.php:249
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14646)
3.9 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=5 AND c.nleft>2467 AND c.nright<2472 GROUP BY cp.id_category
3.9 136864 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14650
ORDER BY `id_specific_price_priority` DESC LIMIT 1
3.8 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14646
AND image_shop.`cover` = 1 LIMIT 1
3.8 8 /classes/Product.php:3128
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=297)) GROUP BY fp.id_feature_value
3.8 560 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=197)) GROUP BY fp.id_feature_value
3.7 528 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
3.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.5 294 Yes Yes /classes/Hook.php:1161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14646 AND id_shop=1 LIMIT 1
3.4 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
3.2 2 /classes/SpecificPrice.php:410
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=16)) GROUP BY fp.id_feature_value
2.5 568 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
2.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (14646,14648,14650,14653,14667,14668,14675,14676,14677,14688,14694,14729,14733,14734,14737,14738,14741,14743,14744,14747,14748,14749,14751,14759,14761,14763,14764,14765,14766,14767,14798,14805,14816,14820,14830,14835) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
2 182 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14816
AND image_shop.`cover` = 1 LIMIT 1
1.9 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14648) AND (b.`id_shop` = 1) LIMIT 1
1.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14646
1.6 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14650 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14650 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14738) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.2 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14816) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.2 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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` = 1
WHERE (a.`id_product` = 14766) AND (b.`id_shop` = 1) LIMIT 1
1.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14816
1.1 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14765
ORDER BY `position`
1.1 20 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14650) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.1 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2467) AND (a0.`nright` > 2472) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
1.1 2587 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2467 AND c.nright<=2472 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=6)) GROUP BY pac.id_attribute
1 48 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14765
ORDER BY f.position ASC
1 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14830
1 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 250
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 2 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.9 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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` = 1
WHERE (a.`id_product` = 14765) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14648
0.8 1 /classes/ProductAssembler.php:90
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` = 1
WHERE (a.`id_product` = 14835) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14688
ORDER BY `position`
0.8 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14688
ORDER BY f.position ASC
0.8 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14816
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.8 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14816 AND `id_group` = 1 LIMIT 1
0.8 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14668)
0.8 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14764
0.8 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14766) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.8 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14734)
0.8 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14765 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14765 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14646) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.7 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14820)
0.7 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14743) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14734) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14650
ORDER BY `position`
0.7 20 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.7 40 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.7 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14765
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.7 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14653
0.7 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14688) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.7 766 /classes/Hook.php:1221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14747) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14764) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14653) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.7 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14688 AND id_shop=1 LIMIT 1
0.7 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14688 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14650) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.7 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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` = 1
WHERE (a.`id_product` = 14688) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 463 LIMIT 1
0.7 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14738 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14738 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.7 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14729) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14816)
0.6 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14668
0.6 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14759) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14744) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14763) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14653 AND id_shop=1 LIMIT 1
0.6 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 463 LIMIT 1
0.6 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14667) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14737) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.6 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14747
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14805
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14761 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14761 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14741) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14766
ORDER BY `position`
0.6 8 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag  INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.6 15 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14766 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14766 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14820 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.6 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14830) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14694) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14761
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14653) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14748
0.6 1 /classes/ProductAssembler.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14668
ORDER BY `position`
0.6 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 451 LIMIT 1
0.6 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14748) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14653 AND `id_group` = 1 LIMIT 1
0.6 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14653)
0.6 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14676) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14668
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14765)
0.6 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14733) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14820
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14805) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
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` = 1
WHERE (a.`id_product` = 14830) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.6 57 Yes /classes/Dispatcher.php:643
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14761) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14675) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14751) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.6 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14648) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.6 1 Yes Yes /classes/Product.php:4008
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14766)
0.6 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14763
0.6 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14677) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14668) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14766
0.5 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14734
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.5 1 /classes/ObjectModel.php:577
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14835) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14741 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14741 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14650 AND `id_group` = 1 LIMIT 1
0.5 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 108 /classes/module/Module.php:330
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14737 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14737 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14734) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14648) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 297 ORDER BY vl.`value` ASC
0.5 16 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14763 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14763 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14688
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
0.5 238 /classes/Tab.php:340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14694 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14694 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14749
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14798) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14744
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC
0.5 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14830
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14765) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14734 AND id_shop=1 LIMIT 1
0.5 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14766
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14798
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14744 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14759 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 294 ORDER BY vl.`value` ASC
0.5 16 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14677
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14747 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14747 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 108 /classes/module/Module.php:330
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14737
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14729 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14729 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14767) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14738
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14668
ORDER BY f.position ASC
0.5 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14830 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14734
ORDER BY `position`
0.5 20 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14729
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14749) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
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` = 1
WHERE (a.`id_product` = 14667) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14729
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14743
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14743 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14694
0.5 1 /classes/ProductAssembler.php:90
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` = 1
WHERE (a.`id_product` = 14668) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14744
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14653 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14653 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
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` = 1
WHERE (a.`id_product` = 14816) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 108 /classes/module/Module.php:330
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 250040101 AND `name` = "_elementor_page_settings" LIMIT 1
0.5 1 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14765
0.5 1 /classes/ProductAssembler.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14667
ORDER BY `position`
0.5 20 Yes /classes/Product.php:3106
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14798
ORDER BY `position`
0.5 17 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14835) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14749 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14749 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 14820) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-05-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.5 3 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14748 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14748 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14738) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.5 1 /classes/stock/StockAvailable.php:441
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14648
ORDER BY `position`
0.5 20 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14741
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.5 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14667 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14761
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14749
ORDER BY `position`
0.5 20 Yes /classes/Product.php:3106
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14763
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14676 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14676 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14741
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14733 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14676
ORDER BY `position`
0.5 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14653
ORDER BY `position`
0.5 20 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14648 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14648 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 108 /classes/module/Module.php:330
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14733
0.5 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 197 ORDER BY vl.`value` ASC
0.5 11 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14650) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.5 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14766
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14675
ORDER BY `position`
0.4 20 Yes /classes/Product.php:3106
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` = 1
WHERE (a.`id_product` = 14741) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14675 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14675 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14734 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14677 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14816 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14759) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14798 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14798 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.4 7 /classes/ImageType.php:147
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 86 ORDER BY vl.`value` ASC
0.4 13 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('2041982', '37', '3628718467', '', '1', '1', '2026-05-20 10:45:33')
0.4 1 /classes/ObjectModel.php:577
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14676
0.4 1 /classes/ProductAssembler.php:90
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` = 1
WHERE (a.`id_product` = 14747) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14805 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14820
ORDER BY `position`
0.4 4 Yes /classes/Product.php:3106
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14737
ORDER BY `position`
0.4 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14798) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14835
ORDER BY `position`
0.4 21 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14744) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14675
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14767
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14751
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-05-20 00:00:00" AND date_to <= "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-05-20 00:00:00" AND date_from <= "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-05-20 00:00:00" AND date_to > "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.4 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14653) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14765 AND id_shop=1 LIMIT 1
0.4 1 /classes/Product.php:5886
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14747
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 25170101 AND `name` = "_wp_page_template" LIMIT 1
0.4 7 /modules/creativeelements/classes/wrappers/Post.php:274
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14738)
0.4 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14747) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14764
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14767 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
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` = 1
WHERE (a.`id_product` = 14653) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14733
ORDER BY `position`
0.4 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 23170101 AND `name` = "_elementor_css" LIMIT 1
0.4 5 /modules/creativeelements/classes/wrappers/Post.php:274
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` = 1
WHERE (a.`id_product` = 14729) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14751
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14763) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14751 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14751 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.4 1 Yes /classes/shop/Shop.php:703
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14759
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-05-20 00:00:00',
INTERVAL 100 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 = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 14835
0.4 1 /classes/ProductAssembler.php:90
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` = 1
WHERE (a.`id_product` = 14733) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14805) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14668) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14668 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14668 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14743
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14677) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14751
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14820) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14765) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14653
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.4 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.4 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 250
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.4 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14766) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14798
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14676) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14694
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14748
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14675) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14743
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
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` = 1
WHERE (a.`id_product` = 14676) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14766
AND image_shop.`cover` = 1 LIMIT 1
0.4 8 /classes/Product.php:3128
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14694
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14688 AND `id_group` = 1 LIMIT 1
0.4 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14741
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14688)
0.4 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14816
ORDER BY `position`
0.4 16 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14820
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14734) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14737) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 458 LIMIT 1
0.4 1 /classes/Product.php:4952
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` = 1
WHERE (a.`id_product` = 14677) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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` = 1
WHERE (a.`id_product` = 14743) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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` = 1
WHERE (a.`id_ce_theme` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14805
ORDER BY `position`
0.4 17 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14749) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14764 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14764 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
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` = 1
WHERE (a.`id_product` = 14694) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14761
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14677
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14761) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE IF(f.`url_name`, f.`url_name`, l.`public_name`) AS `name` FROM ps_attribute_group a
INNER JOIN ps_attribute_group_shop s ON a.`id_attribute_group` = s.`id_attribute_group` AND s.`id_shop` = 1
INNER JOIN ps_attribute_group_lang l ON a.`id_attribute_group` = l.`id_attribute_group` AND l.`id_lang` = 1
LEFT JOIN ps_layered_indexable_attribute_group_lang_value f ON a.`id_attribute_group` = f.`id_attribute_group` AND f.`id_lang` = 1
WHERE a.`is_color_group` = 1
0.4 15 /modules/creativeelements/classes/wrappers/Helper.php:77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14677
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14763) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14767) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14759
ORDER BY `position`
0.4 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14759
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14744
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14835) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
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` = 1
WHERE (a.`id_product` = 14748) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14763
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14733) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14751) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14764
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
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 = 'maxdeal.fr' OR su.domain_ssl = 'maxdeal.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.4 1 Yes /classes/shop/Shop.php:1341
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14835 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1419
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` = 1
WHERE (a.`id_product` = 14675) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14676
ORDER BY f.position ASC
0.4 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14737
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14729
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14764) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14766 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14816 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14667
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14798) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 1
WHERE (a.`id_product` = 14805) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.3 2 Yes /classes/Currency.php:695
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.3 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14733
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14749
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14675
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14748
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
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` = 1
WHERE (a.`id_product` = 14767) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14741) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14751) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14767
ORDER BY `position`
0.3 8 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14747
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14835
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14743)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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` = 1
WHERE (a.`id_product` = 14759) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14653
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14748) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`;
0.3 4 Yes /modules/cookiesplus/classes/CookiesPlusFinality.php:98
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14734
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14749) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14805
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`;
0.3 4 Yes /modules/cookiesplus/classes/CookiesPlusFinality.php:98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14650)
0.3 1 /classes/Product.php:3411
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` = 1
WHERE (a.`id_product` = 14761) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.3 2 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14648
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14741
0.3 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14820
AND image_shop.`cover` = 1 LIMIT 1
0.3 4 /classes/Product.php:3128
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14737) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14816
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14830
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14738) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14763
AND image_shop.`cover` = 1 LIMIT 1
0.3 16 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14763)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.3 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 2041982
AND `date_add` > '2026-05-20 10:15:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.3 1 Yes /classes/Connection.php:163
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14766 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
0.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14830
AND image_shop.`cover` = 1 LIMIT 1
0.3 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.3 1 /classes/Country.php:274
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14748)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14830)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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 = 1)
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 (14744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:4008
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14744
AND image_shop.`cover` = 1 LIMIT 1
0.3 16 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14749)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14835 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14765 AND `id_group` = 1 LIMIT 1
0.3 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_css" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14767
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2026-05-20 00:00:00" AND date_to <= "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2026-05-20 00:00:00" AND date_from <= "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2026-05-20 00:00:00" AND date_to > "2026-05-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_page_settings" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14835)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14688) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.3 1 /classes/stock/StockAvailable.php:441
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` = 1
WHERE (a.`id_product` = 14738) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14805)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.3 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14667)
0.3 1 /classes/Product.php:3411
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 = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14738
ORDER BY `position`
0.3 12 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_data" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
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` = 1
WHERE (a.`id_product` = 14764) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14765
AND image_shop.`cover` = 1 LIMIT 1
0.3 20 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14747)
0.3 1 /classes/Product.php:3411
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14744)
0.3 1 /classes/Product.php:3411
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14741)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14738
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14805
AND image_shop.`cover` = 1 LIMIT 1
0.3 17 /classes/Product.php:3128
SELECT SQL_NO_CACHE t1.`id_apmopenai_dataproducts` as `id_apmopenai_dataproducts`,  t1.`type` as `type`,  t1.`id_object` as `id_object`,  t2.`description` as `description`,  t2.`description_short` as `description_short`,  t2.`name` as `name`,  t2.`meta_title` as `meta_title`,  t2.`meta_description` as `meta_description`,  t2.`tags` as `tags`,  t2.`link_rewrite` as `link_rewrite`,  t2.`faqs` as `faqs`,  t1.`date_update` as `date_update`,  t1.`id_shop` as `id_shop`,  t2.id_lang as id_lang  FROM `ps_apmopenai_dataproducts` t1 INNER JOIN ps_apmopenai_dataproducts_lang t2 on  t2.id_apmopenai_dataproducts= t1.id_apmopenai_dataproducts WHERE  ( t1.type = 1 AND t1.id_object = 250 AND id_lang = 1 ) AND t1.id_shop = 1
0.3 1 /modules/apmopenai/src/ApmTools/ApmLibs.php:365
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.3 4 /classes/Language.php:1123
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.3 1 /classes/Cart.php:4216
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_data" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
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` = 1
WHERE (a.`id_ce_theme` = 25) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14668
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14734
AND image_shop.`cover` = 1 LIMIT 1
0.3 20 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14729)
0.3 1 /classes/Product.php:3411
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14751)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14653
AND image_shop.`cover` = 1 LIMIT 1
0.3 20 /classes/Product.php:3128
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.3 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14738
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_data" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14747
AND image_shop.`cover` = 1 LIMIT 1
0.3 12 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14737)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE t1.`id_apmopenai_dataproducts` as `id_apmopenai_dataproducts`,  t1.`type` as `type`,  t1.`id_object` as `id_object`,  t2.`description` as `description`,  t2.`description_short` as `description_short`,  t2.`name` as `name`,  t2.`meta_title` as `meta_title`,  t2.`meta_description` as `meta_description`,  t2.`tags` as `tags`,  t2.`link_rewrite` as `link_rewrite`,  t2.`faqs` as `faqs`,  t1.`date_update` as `date_update`,  t1.`id_shop` as `id_shop`,  t2.id_lang as id_lang  FROM `ps_apmopenai_dataproducts` t1 INNER JOIN ps_apmopenai_dataproducts_lang t2 on  t2.id_apmopenai_dataproducts= t1.id_apmopenai_dataproducts WHERE  ( t1.type = 2 AND t1.id_object IN (14646,14648,14650,14653,14667,14668,14675,14676,14677,14688,14694,14729,14733,14734,14737,14738,14741,14743,14744,14747,14748,14749,14751,14759,14761,14763,14764,14765,14766,14767,14798,14805,14816,14820,14830,14835) AND id_lang = 1 ) AND t1.id_shop = 1
0.3 1 /modules/apmopenai/src/ApmTools/ApmLibs.php:365
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14761
AND image_shop.`cover` = 1 LIMIT 1
0.3 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14650
0.3 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14743
AND image_shop.`cover` = 1 LIMIT 1
0.3 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14688
AND image_shop.`cover` = 1 LIMIT 1
0.3 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14835 AND id_shop=1 LIMIT 1
0.3 1 /classes/Product.php:5886
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14677)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14830
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14667
AND image_shop.`cover` = 1 LIMIT 1
0.3 20 /classes/Product.php:3128
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` = 1
WHERE (a.`id_ce_theme` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14694)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14733)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14764
AND image_shop.`cover` = 1 LIMIT 1
0.3 12 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14648)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 281) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14675)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 21 LIMIT 1
0.3 1 /modules/psgdpr/classes/GDPRConsent.php:132
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14676)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14650
AND image_shop.`cover` = 1 LIMIT 1
0.3 20 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14749
AND image_shop.`cover` = 1 LIMIT 1
0.2 20 /classes/Product.php:3128
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.2 7 Yes /classes/ImageType.php:109
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14767)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14733
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14798)
0.2 1 /classes/Product.php:3411
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14761)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14648
AND image_shop.`cover` = 1 LIMIT 1
0.2 20 /classes/Product.php:3128
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.2 2 /src/Adapter/EntityMapper.php:82
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14764)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14738
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14748
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14737
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14741
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_css" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 25170101 AND `name` = "_elementor_page_settings" LIMIT 1
0.2 7 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 25170101 AND `name` = "_elementor_data" LIMIT 1
0.2 7 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 25170101 AND `name` = "_elementor_data" LIMIT 1
0.2 7 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14729
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14668
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 16170101 AND `name` = "_elementor_data" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.2 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.2 88 /classes/Hook.php:284
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14751
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 25170101 AND `name` = "_elementor_css" LIMIT 1
0.2 7 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 3 AND `id_object` = 250 LIMIT 1
0.2 2 /classes/Page.php:83
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14694
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14766) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.2 1 /classes/shop/Shop.php:1162
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14677
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
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 = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14759)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14835
AND image_shop.`cover` = 1 LIMIT 1
0.2 21 /classes/Product.php:3128
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.2 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14798
AND image_shop.`cover` = 1 LIMIT 1
0.2 17 /classes/Product.php:3128
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.2 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14675
AND image_shop.`cover` = 1 LIMIT 1
0.2 20 /classes/Product.php:3128
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14767
AND image_shop.`cover` = 1 LIMIT 1
0.2 8 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 250040101 AND `name` = "_elementor_edit_mode" LIMIT 1
0.2 1 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_page_settings" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14676
AND image_shop.`cover` = 1 LIMIT 1
0.2 16 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14759
AND image_shop.`cover` = 1 LIMIT 1
0.2 12 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 16170101 AND `name` = "_elementor_page_settings" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_ce_revision` FROM ps_ce_revision WHERE `parent` = 250040101 AND `active` = 0 AND `id_employee` = 0 LIMIT 1
0.2 1 /modules/creativeelements/classes/wrappers/Post.php:509
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14766
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_shop_url` a0
0.2 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 1 LIMIT 1
0.2 1 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 16170101 AND `name` = "_elementor_data" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14830
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14805
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1
0.2 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 424 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14741 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
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.2 2 /classes/Language.php:991
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.2 88 /classes/Hook.php:336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14764) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14830 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14798) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 16170101 AND `name` = "_elementor_css" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.2 1 /classes/Page.php:104
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14820 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 250040101 AND `name` = "_elementor_page_settings" LIMIT 1
0.2 1 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14765
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="597744139c749e110ed97807c5166390" LIMIT 1
0.2 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.2 2 /classes/Language.php:790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
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` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14820
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.2 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1
0.2 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_shop_url` a0
0.2 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14751
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14741) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14744) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14749) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14733 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 538 LIMIT 1
0.2 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` =  1 ORDER BY cc.`name`;
0.2 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 422 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1
0.2 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14820 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14748 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
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` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14668) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14737
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14733) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14737) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14749
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14764
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14668 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14761) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "apmopenai" LIMIT 1
0.2 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.2 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14676
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14763) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14729
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14743) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14747) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14830 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.2 1 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 450 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 451 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14744
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14763
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14748) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14763
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14694) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14667
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14749
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14798
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14734
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14675) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 450 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.2 0 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14761 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 614 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14648) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14653
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 428 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14816
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 424 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14677) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14694
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14798 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14675
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14761
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 424 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14805 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14751 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14805
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14747 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagecache" LIMIT 1
0.2 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14738 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14741
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14676
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14767
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14733
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 424 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14648
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.2 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14747
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14743
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14751) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 427 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14688
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.2 1 /classes/module/Module.php:2252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.2 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14677
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1
0.1 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 60 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 614 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14764 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14835
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 250 AND ctg.`id_group` = 1 LIMIT 1
0.1 1 /classes/Category.php:1700
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 428 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 424 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 458 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 450 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14763 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14747
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 428 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14743 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 451 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14748
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14741 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14744 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14744
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14667 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.1 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14729 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14667
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14763 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14648 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 614 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14675
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2
0.1 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14743
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14738 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14751 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cookiesplus" LIMIT 1
0.1 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 450 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 451 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14694 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14798
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14648
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 427 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14759
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14734
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 21 LIMIT 1
0.1 1 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14729
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14667 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14737
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14694
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14677 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "gdprpro" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14733
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14675 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14676 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "groupinc" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14737 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14759
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14737 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14688
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14764 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14767 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14748
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14744 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 450 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14734 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 14738
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14729 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.1 2 /classes/Language.php:790
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14805 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 422 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14743 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.1 2 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14748 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14767 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14677
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14835
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 144 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14676 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14761 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 451 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14751
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14648 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14798 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14694 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14733 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartseourl" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "autolanguagecurrency" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14675 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14677 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14761
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14759 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14668 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14747 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14759 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 14764
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14749 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "superuser" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.1 2 /classes/Language.php:790
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14749 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shaim_gdpr" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "configb2b" LIMIT 1
0.1 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkamp" LIMIT 1
0.1 0 /classes/module/Module.php:2841

Doubles

184
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
184
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
AND theme = 'classic'
36
            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`
36
			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` = 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
36
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
36
                SELECT name, value, pf.id_feature, f.position
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
36
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, 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_customization` = 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
36
SELECT `id_order`
            FROM `ps_orders`
            WHERE `id_cart` = XX AND id_shop IN (XX) LIMIT XX
36
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
36
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
36
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
36
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)
36
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
36
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, 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)
            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`
            
            ORDER BY a.`position` ASC;
36
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
36
SELECT
                    p.*,
                    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_shop = XX
			    WHERE p.id_product = XX
36
SELECT image_shop.`id_image`
                    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)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
36
				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
			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
7
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_data" LIMIT XX
6
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_page_settings" LIMIT XX
6
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
5
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=XX)) GROUP BY fp.id_feature_value
5
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
5
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_css" LIMIT XX
4
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
4
                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
4
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
3
            SELECT cc.name
            FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
            WHERE
                `id_cookiesplus_finality` = XX
                AND ccl.`id_lang` = XX AND cc.`active` = XX AND cc.`id_shop` =  XX ORDER BY cc.`name`;
        
3
            SELECT *
            FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
            WHERE
                `id_cookiesplus_finality` = XX
                AND ccl.`id_lang` = XX AND cc.`active` = XX AND cc.`id_shop` =  XX ORDER BY cc.`name`;
        
3
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
3
				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
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
3
            SELECT psgdpr.active FROM `ps_psgdpr_consent` psgdpr
            WHERE psgdpr.id_module = XX LIMIT XX
2
(SELECT XX FROM `ps_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE 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) LIMIT XX
2
SELECT *
FROM `ps_shop_url` aXX
2
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=XX)) GROUP BY pac.id_attribute
2
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ps_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
2
SELECT *
                FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
                WHERE
                    cfl.`id_lang` = XX AND cf.`active` = XX AND cf.`id_shop` = XX
                ORDER BY `position`;

Tables stress

368 translation
155 product
119 product_shop
84 product_attribute
82 stock_available
73 cart_product
72 product_lang
72 image
72 image_shop
72 product_attribute_shop
53 category_lang
48 product_attribute_combination
41 feature_product
40 attribute
40 specific_price
40 attribute_group
40 feature_value_lang
38 attribute_lang
37 feature_shop
37 feature_lang
37 feature
36 specific_price_priority
36 product_group_reduction_cache
36 image_lang
36 orders
36 pack
22 module
20 ce_meta
19 category
13 category_group
13 category_product
12 module_shop
10 product_sale
8 lang
7 category_shop
6 cart_rule
6 shop_url
6 cookiesplus_cookie_lang
6 hook
6 currency
6 cookiesplus_cookie
5 cms_shop
5 cms
5 cms_lang
4 layered_indexable_feature_value_lang_value
4 feature_value
4 lang_shop
4 currency_shop
4 shop
4 country
4 attribute_group_lang
4 attribute_group_shop
3 ce_theme_lang
3 tax_rules_group
3 currency_lang
3 tax_rule
3 psgdpr_consent
3 hook_alias
3 ce_theme_shop
3 ce_theme
2 image_type
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 shop_group
2 layered_indexable_attribute_group_lang_value
2 group_shop
2 apmopenai_dataproducts
2 layered_indexable_attribute_lang_value
2 attribute_shop
2 cookiesplus_finality
2 apmopenai_dataproducts_lang
2 cookiesplus_finality_lang
2 group
1 page
1 ce_template
1 ganalytics_data
1 page_type
1 connections
1 configuration_lang
1 tab
1 manufacturer
1 tax_lang
1 layered_indexable_feature_lang_value
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 group_lang
1 layered_indexable_feature
1 layered_filter_block
1 tax
1 hook_module_exceptions
1 meta_lang
1 meta
1 manufacturer_shop
1 manufacturer_lang
1 module_group
1 ce_revision

ObjectModel instances

NameInstancesSource
Product 60 /src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
Combination 36 /classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
/classes/Product.php [5138]
Category 18 /controllers/front/listing/CategoryController.php [85]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/classes/Meta.php [379]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Product/Search.php [364]
/modules/ps_facetedsearch/src/Filters/Block.php [157]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
CETheme 16 /modules/creativeelements/creativeelements.php [636]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/creativeelements.php [666]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/creativeelements.php [666]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
/modules/creativeelements/classes/wrappers/Post.php [102]
CMS 5 /classes/Link.php [538]
/classes/Link.php [538]
/classes/Link.php [538]
/classes/Link.php [538]
/classes/Link.php [538]
CETemplate 5 /modules/creativeelements/classes/wrappers/Post.php [98]
/modules/creativeelements/classes/wrappers/Post.php [98]
/modules/creativeelements/classes/wrappers/Post.php [98]
/modules/creativeelements/classes/wrappers/Post.php [98]
/modules/creativeelements/classes/wrappers/Post.php [98]
Address 4 /classes/shop/Shop.php [465]
/classes/Product.php [3248]
/classes/Product.php [3357]
/classes/Product.php [5160]
Country 4 /config/config.inc.php [147]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1647]
/modules/paypal/paypal.php [351]
Language 3 /config/config.inc.php [200]
/classes/Tools.php [569]
/classes/Tools.php [569]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [693]
ShopUrl 2 /classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
PrestaShop\Module\Apmopenai\Includes\DataObjects 2 /modules/apmopenai/src/ApmTools/ApmLibs.php [107]
/modules/apmopenai/src/ApmTools/ApmLibs.php [107]
Shop 1 /config/config.inc.php [118]
Guest 1 /modules/statsdata/statsdata.php [77]
AddressFormat 1 /classes/controller/FrontController.php [1641]
State 1 /classes/controller/FrontController.php [1646]
Risk 1 /classes/controller/FrontController.php [1608]
Gender 1 /classes/controller/FrontController.php [1605]
Group 1 /classes/Cart.php [246]
Cart 1 /classes/controller/FrontController.php [416]
Customer 1 /config/config.inc.php [226]
ShopGroup 1 /classes/shop/Shop.php [549]
Connection 1 /modules/statsdata/statsdata.php [111]

Included Files

#Filename
1/index.php
2/modules/pagecache/static.config.php
3/config/config.inc.php
4/config/defines.inc.php
5/config/autoload.php
6/vendor/autoload.php
7/vendor/composer/autoload_real.php
8/vendor/composer/platform_check.php
9/vendor/composer/ClassLoader.php
10/vendor/composer/include_paths.php
11/vendor/composer/autoload_static.php
12/vendor/symfony/polyfill-mbstring/bootstrap.php
13/vendor/react/promise/src/functions_include.php
14/vendor/react/promise/src/functions.php
15/vendor/symfony/polyfill-php72/bootstrap.php
16/vendor/symfony/polyfill-intl-idn/bootstrap.php
17/vendor/symfony/polyfill-ctype/bootstrap.php
18/vendor/symfony/polyfill-iconv/bootstrap.php
19/vendor/swiftmailer/swiftmailer/lib/swift_required.php
20/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
21/vendor/paragonie/random_compat/lib/random.php
22/vendor/symfony/polyfill-php73/bootstrap.php
23/vendor/symfony/polyfill-php73/Php73.php
24/vendor/symfony/polyfill-php70/bootstrap.php
25/vendor/symfony/polyfill-php56/bootstrap.php
26/vendor/symfony/polyfill-intl-icu/bootstrap.php
27/vendor/symfony/polyfill-apcu/bootstrap.php
28/vendor/markbaker/matrix/classes/src/functions/adjoint.php
29/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
30/vendor/markbaker/matrix/classes/src/functions/cofactors.php
31/vendor/markbaker/matrix/classes/src/functions/determinant.php
32/vendor/markbaker/matrix/classes/src/functions/diagonal.php
33/vendor/markbaker/matrix/classes/src/functions/identity.php
34/vendor/markbaker/matrix/classes/src/functions/inverse.php
35/vendor/markbaker/matrix/classes/src/functions/minors.php
36/vendor/markbaker/matrix/classes/src/functions/trace.php
37/vendor/markbaker/matrix/classes/src/functions/transpose.php
38/vendor/markbaker/matrix/classes/src/operations/add.php
39/vendor/markbaker/matrix/classes/src/operations/directsum.php
40/vendor/markbaker/matrix/classes/src/operations/subtract.php
41/vendor/markbaker/matrix/classes/src/operations/multiply.php
42/vendor/markbaker/matrix/classes/src/operations/divideby.php
43/vendor/markbaker/matrix/classes/src/operations/divideinto.php
44/vendor/markbaker/complex/classes/src/functions/abs.php
45/vendor/markbaker/complex/classes/src/functions/acos.php
46/vendor/markbaker/complex/classes/src/functions/acosh.php
47/vendor/markbaker/complex/classes/src/functions/acot.php
48/vendor/markbaker/complex/classes/src/functions/acoth.php
49/vendor/markbaker/complex/classes/src/functions/acsc.php
50/vendor/markbaker/complex/classes/src/functions/acsch.php
51/vendor/markbaker/complex/classes/src/functions/argument.php
52/vendor/markbaker/complex/classes/src/functions/asec.php
53/vendor/markbaker/complex/classes/src/functions/asech.php
54/vendor/markbaker/complex/classes/src/functions/asin.php
55/vendor/markbaker/complex/classes/src/functions/asinh.php
56/vendor/markbaker/complex/classes/src/functions/atan.php
57/vendor/markbaker/complex/classes/src/functions/atanh.php
58/vendor/markbaker/complex/classes/src/functions/conjugate.php
59/vendor/markbaker/complex/classes/src/functions/cos.php
60/vendor/markbaker/complex/classes/src/functions/cosh.php
61/vendor/markbaker/complex/classes/src/functions/cot.php
62/vendor/markbaker/complex/classes/src/functions/coth.php
63/vendor/markbaker/complex/classes/src/functions/csc.php
64/vendor/markbaker/complex/classes/src/functions/csch.php
65/vendor/markbaker/complex/classes/src/functions/exp.php
66/vendor/markbaker/complex/classes/src/functions/inverse.php
67/vendor/markbaker/complex/classes/src/functions/ln.php
68/vendor/markbaker/complex/classes/src/functions/log2.php
69/vendor/markbaker/complex/classes/src/functions/log10.php
70/vendor/markbaker/complex/classes/src/functions/negative.php
71/vendor/markbaker/complex/classes/src/functions/pow.php
72/vendor/markbaker/complex/classes/src/functions/rho.php
73/vendor/markbaker/complex/classes/src/functions/sec.php
74/vendor/markbaker/complex/classes/src/functions/sech.php
75/vendor/markbaker/complex/classes/src/functions/sin.php
76/vendor/markbaker/complex/classes/src/functions/sinh.php
77/vendor/markbaker/complex/classes/src/functions/sqrt.php
78/vendor/markbaker/complex/classes/src/functions/tan.php
79/vendor/markbaker/complex/classes/src/functions/tanh.php
80/vendor/markbaker/complex/classes/src/functions/theta.php
81/vendor/markbaker/complex/classes/src/operations/add.php
82/vendor/markbaker/complex/classes/src/operations/subtract.php
83/vendor/markbaker/complex/classes/src/operations/multiply.php
84/vendor/markbaker/complex/classes/src/operations/divideby.php
85/vendor/markbaker/complex/classes/src/operations/divideinto.php
86/vendor/jakeasmith/http_build_url/src/http_build_url.php
87/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
88/vendor/ircmaxell/password-compat/lib/password.php
89/vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
90/app/AppKernel.php
91/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
92/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
93/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
94/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
95/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
96/config/alias.php
97/classes/PrestaShopAutoload.php
98/config/bootstrap.php
99/src/Core/ContainerBuilder.php
100/src/Core/Foundation/IoC/Container.php
101/src/Adapter/ServiceLocator.php
102/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
103/var/cache/prod/appParameters.php
104/classes/controller/Controller.php
105/classes/ObjectModel.php
106/src/Core/Foundation/Database/EntityInterface.php
107/classes/db/Db.php
108/classes/Tools.php
109/classes/Context.php
110/override/classes/Context.php
111/classes/shop/Shop.php
112/classes/db/DbPDO.php
113/classes/AddressFormat.php
114/classes/Configuration.php
115/classes/Validate.php
116/classes/cache/Cache.php
117/src/Adapter/EntityMapper.php
118/classes/db/DbQuery.php
119/src/Core/Addon/Theme/ThemeManagerBuilder.php
120/src/Adapter/Configuration.php
121/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
122/src/Core/Domain/Configuration/ShopConfigurationInterface.php
123/src/Core/ConfigurationInterface.php
124/src/Core/Addon/Theme/ThemeRepository.php
125/src/Core/Addon/AddonRepositoryInterface.php
126/src/Core/Addon/Theme/Theme.php
127/src/Core/Addon/AddonInterface.php
128/vendor/shudrum/array-finder/ArrayFinder.php
129/config/defines_uri.inc.php
130/classes/Language.php
131/src/Core/Language/LanguageInterface.php
132/classes/Country.php
133/classes/PrestaShopCollection.php
134/classes/shop/ShopGroup.php
135/classes/Cookie.php
136/classes/PhpEncryption.php
137/vendor/defuse/php-encryption/src/Core.php
138/classes/PhpEncryptionEngine.php
139/vendor/defuse/php-encryption/src/Key.php
140/vendor/defuse/php-encryption/src/Encoding.php
141/config/smarty.config.inc.php
142/vendor/smarty/smarty/libs/Smarty.class.php
143/vendor/smarty/smarty/libs/Autoloader.php
144/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
145/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
146/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
147/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
148/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
149/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
150/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
151/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
152/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
153/config/smartyfront.config.inc.php
154/classes/Smarty/SmartyResourceModule.php
155/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
156/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
157/classes/Smarty/SmartyResourceParent.php
158/classes/Smarty/SmartyLazyRegister.php
159/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
160/classes/module/Module.php
161/src/Core/Module/ModuleInterface.php
162/modules/pagecache/pagecache.php
163/modules/pagecache/classes/PageCacheURLNormalizer.php
164/modules/pagecache/classes/JprestaCacheKey.php
165/modules/pagecache/classes/JprestaCacheKeySpecifics.php
166/modules/pagecache/classes/JprestaCacheWarmerSettings.php
167/modules/pagecache/classes/JprestaApi.php
168/modules/pagecache/classes/JprestaUtils.php
169/modules/pagecache/classes/JprestaUtilsDispatcher.php
170/classes/Dispatcher.php
171/modules/pagecache/classes/JprestaUtilsModule.php
172/modules/pagecache/classes/JprestaUtilsMobileDetect.php
173/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
174/modules/pagecache/classes/JprestaUtilsTaxManager.php
175/classes/tax/TaxManagerInterface.php
176/modules/pagecache/classes/JprestaSystemInfos.php
177/modules/pagecache/classes/PageCacheCache.php
178/modules/pagecache/classes/PageCacheCacheSimpleFS.php
179/modules/pagecache/classes/PageCacheCacheMultiStore.php
180/modules/pagecache/classes/PageCacheCacheStatic.php
181/modules/pagecache/classes/PageCacheCacheZipFS.php
182/modules/pagecache/classes/PageCacheCacheMemcache.php
183/modules/pagecache/classes/PageCacheCacheMemcached.php
184/modules/pagecache/classes/JprestaCustomer.php
185/classes/Customer.php
186/modules/pagecache/classes/PageCacheDAO.php
187/modules/pagecache/vendor/http_build_url.php
188/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
189/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
190/classes/Group.php
191/classes/Link.php
192/classes/shop/ShopUrl.php
193/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
194/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
195/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
196/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
197/classes/Hook.php
198/override/classes/Hook.php
199/src/Adapter/SymfonyContainer.php
200/config/db_slave_server.inc.php
201/modules/cookiesplus/cookiesplus.php
202/modules/cookiesplus/classes/CookiesPlusIdnovateValidation.php
203/modules/cookiesplus/classes/CookiesPlusCookie.php
204/modules/cookiesplus/classes/CookiesPlusFinality.php
205/modules/cookiesplus/classes/CookiesPlusUserConsent.php
206/modules/cookiesplus/classes/HTMLTemplateCookiesPlusModule.php
207/classes/pdf/HTMLTemplate.php
208/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
209/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
210/classes/Translate.php
211/modules/cookiesplus/translations/fr.php
212/modules/apmopenai/apmopenai.php
213/src/Core/Module/WidgetInterface.php
214/modules/apmopenai/translations/fr.php
215/modules/apmopenai/vendor/autoload.php
216/modules/apmopenai/vendor/composer/autoload_real.php
217/modules/apmopenai/vendor/composer/autoload_static.php
218/modules/pagecache/translations/fr.php
219/src/PrestaShopBundle/Translation/TranslatorComponent.php
220/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
221/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
222/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
223/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
224/src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
225/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
226/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
227/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
228/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
229/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
230/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
231/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
232/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
233/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
234/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
235/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
236/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
237/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
238/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
239/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilterIterator.php
240/vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
241/vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
242/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
243/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
244/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
245/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
246/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
247/vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
248/vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
249/vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
250/src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
251/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
252/vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
253/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
254/vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
255/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
256/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
257/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
258/controllers/front/listing/CategoryController.php
259/classes/controller/ProductListingFrontController.php
260/classes/controller/ProductPresentingFrontController.php
261/classes/controller/FrontController.php
262/override/classes/controller/FrontController.php
263/override/classes/controller/ProductListingFrontController.php
264/src/Adapter/Presenter/Object/ObjectPresenter.php
265/src/Adapter/Presenter/PresenterInterface.php
266/src/Adapter/Presenter/Cart/CartPresenter.php
267/src/Adapter/Product/PriceFormatter.php
268/src/Adapter/Image/ImageRetriever.php
269/classes/tax/TaxConfiguration.php
270/classes/Smarty/TemplateFinder.php
271/classes/assets/StylesheetManager.php
272/classes/assets/AbstractAssetManager.php
273/src/Adapter/Assets/AssetUrlGeneratorTrait.php
274/classes/assets/JavascriptManager.php
275/classes/assets/CccReducer.php
276/classes/Category.php
277/override/classes/Category.php
278/classes/webservice/WebserviceRequest.php
279/src/Adapter/ContainerBuilder.php
280/src/Adapter/Environment.php
281/src/Core/EnvironmentInterface.php
282/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
283/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
284/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
285/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
286/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
287/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
288/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
289/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
290/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
291/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
292/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
293/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
294/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
295/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
296/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
297/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
298/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
299/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
300/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
301/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
302/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
303/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
304/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
305/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
306/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
307/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
308/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
309/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
310/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
311/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
312/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
313/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
314/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
315/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
316/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
317/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
318/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
319/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
320/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
321/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
322/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
323/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
324/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
325/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
326/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
327/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
328/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
329/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
330/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
331/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
332/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
333/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
334/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
335/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
336/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
337/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
338/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
339/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
340/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
341/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
342/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
343/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
344/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
345/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
346/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
347/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
348/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
349/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
350/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
351/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
352/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
353/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
354/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
355/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
356/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
357/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
358/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
359/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
360/var/cache/prod/FrontContainer.php
361/src/Adapter/Container/LegacyContainer.php
362/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
363/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
364/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
365/vendor/psr/container/src/ContainerInterface.php
366/src/Adapter/Container/LegacyContainerInterface.php
367/modules/gridhtml/vendor/autoload.php
368/modules/gridhtml/vendor/composer/autoload_real.php
369/modules/gridhtml/vendor/composer/autoload_static.php
370/modules/gsitemap/vendor/autoload.php
371/modules/gsitemap/vendor/composer/autoload_real.php
372/modules/gsitemap/vendor/composer/autoload_static.php
373/modules/productcomments/vendor/autoload.php
374/modules/productcomments/vendor/composer/autoload_real.php
375/modules/productcomments/vendor/composer/autoload_static.php
376/modules/ps_emailsubscription/vendor/autoload.php
377/modules/ps_emailsubscription/vendor/composer/autoload_real.php
378/modules/ps_emailsubscription/vendor/composer/autoload_static.php
379/modules/ps_imageslider/vendor/autoload.php
380/modules/ps_imageslider/vendor/composer/autoload_real.php
381/modules/ps_imageslider/vendor/composer/autoload_static.php
382/modules/ps_mainmenu/vendor/autoload.php
383/modules/ps_mainmenu/vendor/composer/autoload_real.php
384/modules/ps_mainmenu/vendor/composer/autoload_static.php
385/modules/gamification/vendor/autoload.php
386/modules/gamification/vendor/composer/autoload_real.php
387/modules/gamification/vendor/composer/autoload_static.php
388/modules/psaddonsconnect/vendor/autoload.php
389/modules/psaddonsconnect/vendor/composer/autoload_real.php
390/modules/psaddonsconnect/vendor/composer/autoload_static.php
391/modules/psgdpr/vendor/autoload.php
392/modules/psgdpr/vendor/composer/autoload_real.php
393/modules/psgdpr/vendor/composer/autoload_static.php
394/modules/ps_mbo/vendor/autoload.php
395/modules/ps_mbo/vendor/composer/autoload_real.php
396/modules/ps_mbo/vendor/composer/autoload_static.php
397/modules/ps_buybuttonlite/vendor/autoload.php
398/modules/ps_buybuttonlite/vendor/composer/autoload_real.php
399/modules/ps_buybuttonlite/vendor/composer/autoload_static.php
400/modules/ps_metrics/vendor/autoload.php
401/modules/ps_metrics/vendor/composer/autoload_real.php
402/modules/ps_metrics/vendor/composer/platform_check.php
403/modules/ps_metrics/vendor/composer/autoload_static.php
404/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment.php
405/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Client.php
406/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
407/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
408/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
409/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
410/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
411/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
412/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Version.php
413/modules/ps_facebook/vendor/autoload.php
414/modules/ps_facebook/vendor/composer/autoload_real.php
415/modules/ps_facebook/vendor/composer/autoload_static.php
416/modules/blockreassurance/vendor/autoload.php
417/modules/blockreassurance/vendor/composer/autoload_real.php
418/modules/blockreassurance/vendor/composer/autoload_static.php
419/modules/ps_newproducts/vendor/autoload.php
420/modules/ps_newproducts/vendor/composer/autoload_real.php
421/modules/ps_newproducts/vendor/composer/autoload_static.php
422/modules/ps_cashondelivery/vendor/autoload.php
423/modules/ps_cashondelivery/vendor/composer/autoload_real.php
424/modules/ps_cashondelivery/vendor/composer/autoload_static.php
425/modules/stripe_official/vendor/autoload.php
426/modules/stripe_official/vendor/composer/autoload_real.php
427/modules/stripe_official/vendor/composer/platform_check.php
428/modules/stripe_official/vendor/composer/autoload_static.php
429/modules/stripe_official/vendor/symfony/deprecation-contracts/function.php
430/modules/stripe_official/vendor/symfony/polyfill-php80/bootstrap.php
431/modules/packlink/vendor/autoload.php
432/modules/packlink/vendor/composer/autoload_real.php
433/modules/packlink/vendor/composer/platform_check.php
434/modules/packlink/vendor/composer/autoload_static.php
435/modules/paypal/vendor/autoload.php
436/modules/paypal/vendor/composer/autoload_real.php
437/modules/paypal/vendor/composer/autoload_static.php
438/modules/paypal/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
439/modules/paypal/vendor/ralouphie/getallheaders/src/getallheaders.php
440/modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
441/modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
442/modules/paypal/vendor/guzzlehttp/promises/src/functions_include.php
443/modules/paypal/vendor/guzzlehttp/promises/src/functions.php
444/modules/paypal/vendor/guzzlehttp/guzzle/src/functions_include.php
445/modules/paypal/vendor/guzzlehttp/guzzle/src/functions.php
446/modules/colissimo/vendor/autoload.php
447/modules/colissimo/vendor/composer/autoload_real.php
448/modules/colissimo/vendor/composer/autoload_static.php
449/modules/ps_accounts/vendor/autoload.php
450/modules/ps_accounts/vendor/composer/autoload_real.php
451/modules/ps_accounts/vendor/composer/platform_check.php
452/modules/ps_accounts/vendor/composer/autoload_static.php
453/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
454/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
455/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
456/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
457/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
458/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
459/modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
460/modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
461/modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
462/modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
463/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
464/modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
465/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
466/modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
467/modules/ps_emailalerts/vendor/autoload.php
468/modules/ps_emailalerts/vendor/composer/autoload_real.php
469/modules/ps_emailalerts/vendor/composer/autoload_static.php
470/modules/ps_facetedsearch/vendor/autoload.php
471/modules/ps_facetedsearch/vendor/composer/autoload_real.php
472/modules/ps_facetedsearch/vendor/composer/autoload_static.php
473/modules/ps_googleanalytics/vendor/autoload.php
474/modules/ps_googleanalytics/vendor/composer/autoload_real.php
475/modules/ps_googleanalytics/vendor/composer/autoload_static.php
476/modules/ps_eventbus/vendor/autoload.php
477/modules/ps_eventbus/vendor/composer/autoload_real.php
478/modules/ps_eventbus/vendor/composer/autoload_static.php
479/modules/ps_bestsellers/vendor/autoload.php
480/modules/ps_bestsellers/vendor/composer/autoload_real.php
481/modules/ps_bestsellers/vendor/composer/autoload_static.php
482/modules/ps_specials/vendor/autoload.php
483/modules/ps_specials/vendor/composer/autoload_real.php
484/modules/ps_specials/vendor/composer/autoload_static.php
485/modules/mhventilationpro/vendor/autoload.php
486/modules/mhventilationpro/vendor/composer/autoload_real.php
487/modules/mhventilationpro/vendor/composer/platform_check.php
488/modules/mhventilationpro/vendor/composer/autoload_static.php
489/modules/sendinblue/vendor/autoload.php
490/modules/sendinblue/vendor/composer/autoload_real.php
491/modules/sendinblue/vendor/composer/platform_check.php
492/modules/sendinblue/vendor/composer/autoload_static.php
493/src/Core/Localization/Locale/Repository.php
494/src/Core/Localization/Locale/RepositoryInterface.php
495/src/Core/Localization/CLDR/LocaleRepository.php
496/src/Core/Localization/CLDR/LocaleDataSource.php
497/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
498/src/Core/Data/Layer/AbstractDataLayer.php
499/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
500/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
501/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
502/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
503/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
504/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
505/vendor/psr/cache/src/CacheItemPoolInterface.php
506/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
507/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
508/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
509/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
510/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
511/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
512/vendor/psr/cache/src/CacheItemInterface.php
513/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
514/src/Core/Localization/CLDR/Reader.php
515/src/Core/Localization/CLDR/ReaderInterface.php
516/src/Core/Localization/Currency/Repository.php
517/src/Core/Localization/Currency/RepositoryInterface.php
518/src/Core/Localization/Currency/CurrencyDataSource.php
519/src/Core/Localization/Currency/DataSourceInterface.php
520/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
521/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
522/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
523/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
524/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
525/src/Adapter/Currency/CurrencyDataProvider.php
526/src/Core/Currency/CurrencyDataProviderInterface.php
527/src/Adapter/LegacyContext.php
528/src/Adapter/Tools.php
529/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
530/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
531/vendor/prestashop/decimal/src/Operation/Rounding.php
532/src/Core/Localization/Locale.php
533/src/Core/Localization/LocaleInterface.php
534/src/Core/Localization/Specification/Price.php
535/src/Core/Localization/Specification/Number.php
536/src/Core/Localization/Specification/NumberInterface.php
537/src/Core/Localization/Specification/Factory.php
538/src/Core/Localization/CLDR/LocaleData.php
539/src/Core/Localization/CLDR/NumberSymbolsData.php
540/src/Core/Localization/CLDR/CurrencyData.php
541/src/Core/Localization/CLDR/Locale.php
542/src/Core/Localization/CLDR/LocaleInterface.php
543/src/Core/Localization/Specification/NumberSymbolList.php
544/classes/Currency.php
545/src/Core/Localization/Currency/LocalizedCurrencyId.php
546/src/Core/Localization/Currency/CurrencyData.php
547/src/Core/Localization/Currency/CurrencyCollection.php
548/src/Core/Localization/Currency.php
549/src/Core/Localization/CurrencyInterface.php
550/src/Core/Localization/Specification/NumberCollection.php
551/src/Core/Localization/Number/Formatter.php
552/classes/Cart.php
553/src/Adapter/AddressFactory.php
554/classes/CartRule.php
555/classes/Product.php
556/classes/Pack.php
557/modules/creativeelements/creativeelements.php
558/modules/creativeelements/classes/CESmarty.php
559/modules/creativeelements/includes/plugin.php
560/modules/creativeelements/classes/wrappers/Helper.php
561/modules/creativeelements/classes/wrappers/UId.php
562/modules/creativeelements/classes/wrappers/Post.php
563/modules/creativeelements/classes/wrappers/Error.php
564/modules/creativeelements/translations/fr.php
565/modules/ps_emailsubscription/ps_emailsubscription.php
566/src/PrestaShopBundle/Translation/DomainNormalizer.php
567/src/Adapter/Localization/LegacyTranslator.php
568/classes/Media.php
569/override/classes/Media.php
570/modules/ps_facebook/ps_facebook.php
571/modules/ps_facebook/translations/fr.php
572/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
573/modules/ps_metrics/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
574/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
575/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
576/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
577/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
578/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
579/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
580/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
581/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
582/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
583/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
584/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
585/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
586/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
587/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
588/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
589/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
590/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
591/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
592/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
593/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
594/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
595/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php
596/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
597/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
598/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
599/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
600/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
601/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
602/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
603/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
604/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
605/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
606/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
607/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
608/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
609/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
610/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
611/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/FactoryReturnTypePass.php
612/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
613/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
614/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
615/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
616/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
617/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
618/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
619/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
620/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
621/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
622/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
623/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
624/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
625/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
626/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
627/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
628/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
629/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
630/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
631/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php
632/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
633/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
634/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
635/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
636/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
637/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
638/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
639/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
640/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
641/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
642/vendor/psr/container/src/ContainerExceptionInterface.php
643/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
644/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
645/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php
646/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php
647/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
648/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php
649/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php
650/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php
651/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php
652/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php
653/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php
654/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php
655/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php
656/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php
657/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php
658/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php
659/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php
660/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php
661/vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php
662/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
663/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
664/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
665/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
666/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ClassExistenceResource.php
667/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
668/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
669/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php
670/modules/ps_facebook/classes/Buffer/TemplateBuffer.php
671/modules/blockreassurance/blockreassurance.php
672/modules/blockreassurance/translations/fr.php
673/modules/ps_emailalerts/ps_emailalerts.php
674/modules/ps_emailalerts/MailAlert.php
675/classes/ProductDownload.php
676/classes/tax/Tax.php
677/src/Core/Localization/CLDR/ComputingPrecision.php
678/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
679/src/Core/Cart/Calculator.php
680/src/Core/Cart/CartRowCollection.php
681/src/Core/Cart/Fees.php
682/src/Core/Cart/AmountImmutable.php
683/src/Core/Cart/CartRuleCollection.php
684/src/Core/Cart/CartRuleCalculator.php
685/src/Adapter/Product/PriceCalculator.php
686/classes/order/Order.php
687/override/classes/order/Order.php
688/src/Core/Cart/CartRow.php
689/vendor/prestashop/decimal/src/Number.php
690/vendor/prestashop/decimal/src/Builder.php
691/classes/Gender.php
692/classes/Risk.php
693/classes/Meta.php
694/classes/Address.php
695/classes/ImageType.php
696/src/Core/Addon/Module/ModuleManagerBuilder.php
697/src/Core/Util/File/YamlParser.php
698/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
699/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
700/var/cache/prod/yaml/d1b60ebd018d226f174964ba02615098.php
701/var/cache/prod/yaml/3857021550f34d3a9d670bed7d7a339d.php
702/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
703/vendor/guzzlehttp/guzzle/src/Client.php
704/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
705/vendor/guzzlehttp/guzzle/src/ClientInterface.php
706/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
707/vendor/guzzlehttp/guzzle/src/Url.php
708/vendor/guzzlehttp/guzzle/src/Utils.php
709/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
710/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
711/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
712/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
713/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
714/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
715/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
716/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
717/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
718/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
719/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
720/vendor/guzzlehttp/guzzle/src/RequestFsm.php
721/vendor/composer/ca-bundle/src/CaBundle.php
722/app/config/parameters.php
723/src/Adapter/Module/ModuleZipManager.php
724/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
725/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
726/src/Core/Hook/HookDispatcherInterface.php
727/src/Adapter/Addons/AddonsDataProvider.php
728/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
729/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
730/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
731/src/Adapter/LegacyLogger.php
732/vendor/psr/log/Psr/Log/LoggerInterface.php
733/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
734/src/Adapter/Module/ModuleDataProvider.php
735/src/Adapter/Module/AdminModuleDataProvider.php
736/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
737/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
738/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
739/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
740/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
741/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
742/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
743/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
744/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
745/src/Adapter/Module/ModuleDataUpdater.php
746/src/Core/Addon/Module/ModuleManager.php
747/src/Core/Addon/AddonManagerInterface.php
748/src/Core/Addon/Module/ModuleRepository.php
749/src/Core/Addon/Module/ModuleRepositoryInterface.php
750/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
751/src/Core/Cache/Clearer/CacheClearerInterface.php
752/classes/State.php
753/src/Core/Filter/FrontEndObject/MainFilter.php
754/src/Core/Filter/FilterInterface.php
755/src/Core/Filter/FrontEndObject/CartFilter.php
756/src/Core/Filter/HashMapWhitelistFilter.php
757/src/Core/Filter/CollectionFilter.php
758/src/Core/Filter/FrontEndObject/ProductFilter.php
759/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
760/src/Core/Filter/FrontEndObject/CustomerFilter.php
761/src/Core/Filter/FrontEndObject/ShopFilter.php
762/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
763/modules/creativeelements/includes/autoloader.php
764/modules/creativeelements/includes/managers/controls.php
765/modules/creativeelements/core/settings/manager.php
766/modules/creativeelements/core/settings/page/manager.php
767/modules/creativeelements/core/settings/base/css-manager.php
768/modules/creativeelements/core/settings/base/manager.php
769/modules/creativeelements/core/settings/general/manager.php
770/modules/creativeelements/core/settings/editor-preferences/manager.php
771/modules/creativeelements/includes/db.php
772/modules/creativeelements/core/documents-manager.php
773/modules/creativeelements/core/kits/manager.php
774/modules/creativeelements/core/schemes/manager.php
775/modules/creativeelements/core/schemes/color.php
776/modules/creativeelements/core/schemes/base-ui.php
777/modules/creativeelements/core/schemes/base.php
778/modules/creativeelements/core/schemes/typography.php
779/modules/creativeelements/core/schemes/color-picker.php
780/modules/creativeelements/includes/managers/elements.php
781/modules/creativeelements/includes/base/element-base.php
782/modules/creativeelements/includes/base/controls-stack.php
783/modules/creativeelements/core/base/base-object.php
784/modules/creativeelements/includes/elements/column.php
785/modules/creativeelements/includes/elements/section.php
786/modules/creativeelements/includes/elements/repeater.php
787/modules/creativeelements/includes/managers/widgets.php
788/modules/creativeelements/includes/base/widget-base.php
789/modules/creativeelements/includes/widgets/traits/carousel.php
790/modules/creativeelements/includes/managers/skins.php
791/modules/creativeelements/includes/base/skin-base.php
792/modules/creativeelements/core/files/manager.php
793/modules/creativeelements/core/files/assets/svg/svg-handler.php
794/modules/creativeelements/core/files/assets/files-upload-handler.php
795/modules/creativeelements/core/files/assets/manager.php
796/modules/creativeelements/includes/managers/icons.php
797/modules/creativeelements/core/editor/editor.php
798/modules/creativeelements/core/editor/notice-bar.php
799/modules/creativeelements/includes/preview.php
800/modules/creativeelements/core/base/app.php
801/modules/creativeelements/core/base/module.php
802/modules/creativeelements/includes/frontend.php
803/modules/creativeelements/includes/template-library/manager.php
804/modules/creativeelements/includes/template-library/sources/local.php
805/modules/creativeelements/includes/template-library/sources/base.php
806/modules/creativeelements/includes/template-library/sources/remote.php
807/modules/creativeelements/core/dynamic-tags/manager.php
808/modules/creativeelements/core/modules-manager.php
809/modules/creativeelements/modules/history/module.php
810/modules/creativeelements/modules/library/module.php
811/modules/creativeelements/modules/library/documents/not-supported.php
812/modules/creativeelements/modules/library/documents/library-document.php
813/modules/creativeelements/core/base/document.php
814/modules/creativeelements/modules/library/documents/page.php
815/modules/creativeelements/modules/library/documents/section.php
816/modules/creativeelements/modules/dynamic-tags/module.php
817/modules/creativeelements/modules/page-templates/module.php
818/modules/creativeelements/modules/premium/module.php
819/modules/creativeelements/modules/theme/module.php
820/modules/creativeelements/modules/catalog/module.php
821/modules/creativeelements/modules/misc/module.php
822/modules/creativeelements/modules/fonts-manager/module.php
823/modules/creativeelements/modules/custom-css/module.php
824/modules/creativeelements/modules/motion-effects/module.php
825/modules/creativeelements/modules/visibility/module.php
826/modules/creativeelements/modules/history/revisions-manager.php
827/modules/creativeelements/includes/user.php
828/modules/creativeelements/includes/api.php
829/modules/creativeelements/classes/assets/CEAssetManager.php
830/modules/creativeelements/classes/assets/CEStylesheetManager.php
831/modules/creativeelements/classes/assets/CEJavascriptManager.php
832/modules/creativeelements/classes/assets/CECccReducer.php
833/modules/creativeelements/core/responsive/responsive.php
834/modules/creativeelements/classes/CEIconSet.php
835/modules/creativeelements/core/document-types/post.php
836/modules/creativeelements/core/base/page-base.php
837/modules/creativeelements/core/kits/documents/kit.php
838/modules/creativeelements/modules/premium/documents/content.php
839/modules/creativeelements/modules/theme/documents/header.php
840/modules/creativeelements/modules/theme/documents/header-footer-base.php
841/modules/creativeelements/modules/theme/documents/theme-document.php
842/modules/creativeelements/modules/theme/documents/footer.php
843/modules/creativeelements/modules/theme/documents/page-index.php
844/modules/creativeelements/modules/theme/documents/theme-page-document.php
845/modules/creativeelements/modules/theme/documents/page-contact.php
846/modules/creativeelements/modules/theme/documents/page-not-found.php
847/modules/creativeelements/modules/catalog/documents/listing/page.php
848/modules/creativeelements/modules/catalog/documents/listing/category.php
849/modules/creativeelements/modules/catalog/documents/listing/no-results.php
850/modules/creativeelements/modules/catalog/documents/product.php
851/modules/creativeelements/modules/catalog/documents/product-quick-view.php
852/modules/creativeelements/modules/catalog/documents/product-miniature.php
853/modules/creativeelements/modules/catalog/documents/listing/manufacturer.php
854/modules/ps_shoppingcart/ps_shoppingcart.php
855/modules/stripe_official/stripe_official.php
856/classes/PaymentModule.php
857/modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
858/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
859/modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
860/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
861/modules/stripe_official/classes/services/PrestashopTranslationService.php
862/modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
863/modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
864/modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
865/modules/stripe_official/classes/services/StripeDisplayHeaderService.php
866/modules/paypal/paypal.php
867/modules/paypal/config_prod.php
868/modules/paypal/classes/Shortcut/ShortcutConfiguration.php
869/modules/paypal/smarty/plugins/modifier.paypalreplace.php
870/modules/paypal/translations/fr.php
871/modules/paypal/classes/Constants/PaypalConfigurations.php
872/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
873/modules/paypal/classes/Constants/WebHookConf.php
874/modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
875/modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
876/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
877/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
878/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
879/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
880/modules/paypal/diagnostic.php
881/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
882/modules/paypal/classes/AbstractMethodPaypal.php
883/modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
884/modules/paypal/classes/MethodEC.php
885/modules/paypal/classes/WhiteList/WhiteListService.php
886/modules/paypal/classes/API/PaypalApiManager.php
887/modules/paypal/classes/API/PaypalApiManagerInterface.php
888/modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
889/modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
890/modules/paypal/classes/API/PaypalClient.php
891/modules/paypal/classes/API/Client/HttpClient.php
892/modules/paypal/classes/API/ClientInterface.php
893/modules/paypal/classes/API/Environment/PaypalEnvironment.php
894/modules/paypal/classes/API/EnvironmentInterface.php
895/modules/paypal/classes/API/Injector/AuthorizationInjector.php
896/modules/paypal/classes/API/InjectorInterface.php
897/modules/paypal/classes/API/Injector/BnCodeInjector.php
898/modules/paypal/classes/API/Injector/UserAgentInjector.php
899/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
900/var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfront.php
901/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
902/modules/apmopenai/src/Includes/DataObjects.php
903/modules/apmopenai/src/ApmTools/ApmLibs.php
904/vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
905/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
906/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
907/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
908/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
909/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
910/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
911/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
912/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
913/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
914/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
915/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
916/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
917/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
918/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
919/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
920/var/cache/prod/smarty/compile/67/48/6e/67486e6e5f7205938bbfe28051e15fb2792f9ba0_2.file.cookies-style.tpl.php
921/vendor/smarty/smarty/libs/plugins/modifier.escape.php
922/vendor/mrclay/minify/min/lib/Minify/CSSmin.php
923/vendor/mrclay/minify/min/lib/CSSmin.php
924/modules/ps_googleanalytics/ps_googleanalytics.php
925/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
926/modules/ps_googleanalytics/classes/Hook/HookInterface.php
927/var/cache/prod/smarty/compile/classic/90/40/9e/90409e1a9edaa3f231b5dbb43c4d68967fe9fbd6_2.file.ps_googleanalytics.tpl.php
928/modules/productcomments/productcomments.php
929/modules/sendinblue/sendinblue.php
930/modules/sendinblue/translations/fr.php
931/modules/sendinblue/services/ConfigService.php
932/var/cache/prod/smarty/compile/classic/6d/6c/be/6d6cbed83aa23ad10cf226b4be5be38af12e65ba_2.file.tracking_script.tpl.php
933/modules/ps_searchbar/ps_searchbar.php
934/modules/sumuppaymentgateway/sumuppaymentgateway.php
935/modules/sumuppaymentgateway/classes/SumUpSplClassLoader.php
936/modules/sumuppaymentgateway/translations/fr.php
937/modules/shopmaxdealforyouzd/shopmaxdealforyouzd.php
938/modules/ebaysynchro/ebaysynchro.php
939/modules/ebaysynchro/translations/fr.php
940/src/Core/Product/Search/ProductSearchContext.php
941/src/Core/Product/Search/ProductSearchQuery.php
942/src/Core/Product/Search/SortOrder.php
943/modules/ps_facetedsearch/ps_facetedsearch.php
944/modules/ps_facetedsearch/src/HookDispatcher.php
945/modules/ps_facetedsearch/src/Hook/Attribute.php
946/modules/ps_facetedsearch/src/Hook/AbstractHook.php
947/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
948/modules/ps_facetedsearch/src/Hook/Category.php
949/modules/ps_facetedsearch/src/Hook/Configuration.php
950/modules/ps_facetedsearch/src/Hook/Design.php
951/modules/ps_facetedsearch/src/Hook/Feature.php
952/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
953/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
954/modules/ps_facetedsearch/src/Hook/FeatureValue.php
955/modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
956/modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
957/modules/ps_facetedsearch/src/Hook/Product.php
958/modules/ps_facetedsearch/src/Hook/ProductSearch.php
959/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
960/modules/ps_facetedsearch/src/Filters/Provider.php
961/modules/ps_facetedsearch/src/URLSerializer.php
962/modules/ps_facetedsearch/src/Filters/DataAccessor.php
963/modules/ps_facetedsearch/src/Product/SearchProvider.php
964/src/Core/Product/Search/FacetsRendererInterface.php
965/src/Core/Product/Search/ProductSearchProviderInterface.php
966/modules/ps_facetedsearch/src/Filters/Converter.php
967/modules/ps_facetedsearch/src/Product/SearchFactory.php
968/src/Core/Product/Search/ProductSearchResult.php
969/classes/Combination.php
970/modules/ps_facetedsearch/src/Product/Search.php
971/modules/ps_facetedsearch/src/Adapter/MySQL.php
972/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
973/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
974/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
975/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
976/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
977/modules/ps_facetedsearch/src/Filters/Products.php
978/classes/stock/StockAvailable.php
979/modules/ps_facetedsearch/src/Filters/Block.php
980/classes/Manufacturer.php
981/override/classes/Manufacturer.php
982/src/Core/Product/Search/Facet.php
983/src/Core/Product/Search/Filter.php
984/src/Core/Product/Search/FacetCollection.php
985/classes/ProductAssembler.php
986/classes/SpecificPrice.php
987/classes/tax/TaxManagerFactory.php
988/classes/tax/TaxRulesTaxManager.php
989/classes/tax/TaxCalculator.php
990/classes/GroupReduction.php
991/classes/Feature.php
992/classes/ProductPresenterFactory.php
993/src/Adapter/Presenter/Product/ProductListingPresenter.php
994/src/Adapter/Presenter/Product/ProductPresenter.php
995/src/Adapter/Product/ProductColorsRetriever.php
996/src/Core/Product/ProductPresentationSettings.php
997/src/Adapter/Presenter/Product/ProductListingLazyArray.php
998/src/Adapter/Presenter/Product/ProductLazyArray.php
999/src/Adapter/Presenter/AbstractLazyArray.php
1000/classes/Image.php
1001/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
1002/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
1003/classes/ImageManager.php
1004/var/cache/prod/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
1005/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1006/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1007/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1008/var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
1009/src/Core/Product/Search/Pagination.php
1010/modules/creativeelements/classes/CETemplate.php
1011/modules/creativeelements/core/files/css/post.php
1012/modules/creativeelements/core/files/css/base.php
1013/modules/creativeelements/core/files/base.php
1014/modules/creativeelements/includes/stylesheet.php
1015/modules/creativeelements/core/dynamic-tags/dynamic-css.php
1016/modules/creativeelements/classes/CETheme.php
1017/modules/creativeelements/includes/widgets/common.php
1018/modules/creativeelements/includes/widgets/heading.php
1019/modules/creativeelements/includes/widgets/image.php
1020/modules/creativeelements/includes/widgets/text-editor.php
1021/modules/creativeelements/includes/widgets/video.php
1022/modules/creativeelements/includes/widgets/button.php
1023/modules/creativeelements/includes/widgets/divider.php
1024/modules/creativeelements/includes/widgets/spacer.php
1025/modules/creativeelements/includes/widgets/image-box.php
1026/modules/creativeelements/includes/widgets/google-maps.php
1027/modules/creativeelements/includes/widgets/icon.php
1028/modules/creativeelements/includes/widgets/icon-box.php
1029/modules/creativeelements/includes/widgets/image-gallery.php
1030/modules/creativeelements/includes/widgets/image-carousel.php
1031/modules/creativeelements/includes/widgets/star-rating.php
1032/modules/creativeelements/includes/widgets/icon-list.php
1033/modules/creativeelements/includes/widgets/testimonial.php
1034/modules/creativeelements/includes/widgets/tabs.php
1035/modules/creativeelements/includes/widgets/accordion.php
1036/modules/creativeelements/includes/widgets/toggle.php
1037/modules/creativeelements/includes/widgets/counter.php
1038/modules/creativeelements/includes/widgets/progress.php
1039/modules/creativeelements/includes/widgets/social-icons.php
1040/modules/creativeelements/includes/widgets/text-path.php
1041/modules/creativeelements/includes/widgets/alert.php
1042/modules/creativeelements/includes/widgets/menu-anchor.php
1043/modules/creativeelements/includes/widgets/shortcode.php
1044/modules/creativeelements/includes/widgets/html.php
1045/modules/creativeelements/modules/premium/widgets/animated-headline.php
1046/modules/creativeelements/modules/premium/widgets/layer-slider.php
1047/modules/creativeelements/modules/premium/widgets/call-to-action.php
1048/modules/creativeelements/modules/premium/widgets/flip-box.php
1049/modules/creativeelements/modules/premium/widgets/image-hotspot.php
1050/modules/creativeelements/modules/premium/widgets/contact-form.php
1051/modules/psgdpr/psgdpr.php
1052/modules/psgdpr/translations/fr.php
1053/modules/psgdpr/classes/GDPRConsent.php
1054/modules/creativeelements/modules/premium/widgets/email-subscription.php
1055/modules/creativeelements/modules/premium/widgets/countdown.php
1056/modules/creativeelements/modules/premium/widgets/testimonial-carousel.php
1057/modules/creativeelements/modules/premium/widgets/trustedshops-reviews.php
1058/modules/creativeelements/modules/premium/widgets/facebook-page.php
1059/modules/creativeelements/modules/premium/widgets/facebook-button.php
1060/modules/creativeelements/modules/premium/widgets/template.php
1061/modules/creativeelements/modules/premium/widgets/image-slider.php
1062/modules/creativeelements/modules/premium/widgets/module.php
1063/modules/creativeelements/modules/theme/widgets/site-logo.php
1064/modules/creativeelements/modules/theme/widgets/site-title.php
1065/modules/creativeelements/modules/theme/widgets/nav-menu.php
1066/modules/creativeelements/modules/theme/widgets/traits/nav.php
1067/modules/creativeelements/modules/theme/widgets/shopping-cart.php
1068/modules/creativeelements/modules/theme/widgets/ajax-search.php
1069/modules/creativeelements/modules/theme/widgets/sign-in.php
1070/modules/creativeelements/modules/theme/widgets/language-selector.php
1071/modules/creativeelements/modules/theme/widgets/currency-selector.php
1072/modules/creativeelements/modules/theme/widgets/breadcrumb.php
1073/modules/creativeelements/modules/catalog/widgets/product/carousel.php
1074/modules/creativeelements/modules/catalog/widgets/product/base.php
1075/modules/creativeelements/modules/catalog/widgets/product/grid.php
1076/modules/creativeelements/modules/catalog/widgets/product/box.php
1077/modules/creativeelements/modules/catalog/widgets/category/grid.php
1078/modules/creativeelements/modules/catalog/widgets/category/list.php
1079/modules/creativeelements/modules/catalog/widgets/category/tree.php
1080/modules/creativeelements/modules/catalog/skins/category-tree-theme.php
1081/modules/creativeelements/modules/catalog/widgets/listing/page-title.php
1082/modules/creativeelements/modules/catalog/widgets/listing/image.php
1083/modules/creativeelements/modules/catalog/widgets/listing/filters.php
1084/modules/creativeelements/modules/catalog/widgets/listing/active-filters.php
1085/modules/creativeelements/modules/catalog/widgets/listing/description.php
1086/modules/creativeelements/modules/catalog/widgets/listing/sort-order.php
1087/modules/creativeelements/modules/catalog/widgets/listing/products.php
1088/modules/creativeelements/modules/catalog/widgets/listing/pagination.php
1089/modules/creativeelements/modules/catalog/widgets/listing/info.php
1090/modules/creativeelements/modules/catalog/widgets/listing/block.php
1091/modules/creativeelements/modules/catalog/widgets/listing/template.php
1092/modules/creativeelements/includes/controls/text.php
1093/modules/creativeelements/includes/controls/base-data.php
1094/modules/creativeelements/includes/controls/base.php
1095/modules/creativeelements/includes/controls/number.php
1096/modules/creativeelements/includes/controls/textarea.php
1097/modules/creativeelements/includes/controls/select.php
1098/modules/creativeelements/includes/controls/switcher.php
1099/modules/creativeelements/includes/controls/button.php
1100/modules/creativeelements/includes/controls/base-ui.php
1101/modules/creativeelements/includes/controls/hidden.php
1102/modules/creativeelements/includes/controls/heading.php
1103/modules/creativeelements/includes/controls/raw-html.php
1104/modules/creativeelements/includes/controls/popover-toggle.php
1105/modules/creativeelements/includes/controls/section.php
1106/modules/creativeelements/includes/controls/tab.php
1107/modules/creativeelements/includes/controls/tabs.php
1108/modules/creativeelements/includes/controls/divider.php
1109/modules/creativeelements/includes/controls/deprecated-notice.php
1110/modules/creativeelements/includes/controls/color.php
1111/modules/creativeelements/includes/controls/media.php
1112/modules/creativeelements/includes/controls/base-multiple.php
1113/modules/creativeelements/includes/controls/slider.php
1114/modules/creativeelements/includes/controls/base-units.php
1115/modules/creativeelements/includes/controls/dimensions.php
1116/modules/creativeelements/includes/controls/choose.php
1117/modules/creativeelements/includes/controls/wysiwyg.php
1118/modules/creativeelements/includes/controls/code.php
1119/modules/creativeelements/includes/controls/font.php
1120/modules/creativeelements/includes/fonts.php
1121/modules/creativeelements/includes/controls/url.php
1122/modules/creativeelements/includes/controls/repeater.php
1123/modules/creativeelements/includes/controls/icon.php
1124/modules/creativeelements/includes/controls/icons.php
1125/modules/creativeelements/includes/controls/structure.php
1126/modules/creativeelements/includes/controls/select2.php
1127/modules/creativeelements/includes/controls/date-time.php
1128/modules/creativeelements/includes/controls/box-shadow.php
1129/modules/creativeelements/includes/controls/text-shadow.php
1130/modules/creativeelements/includes/controls/animation.php
1131/modules/creativeelements/includes/controls/hover-animation.php
1132/modules/creativeelements/includes/controls/exit-animation.php
1133/modules/creativeelements/includes/controls/groups/background.php
1134/modules/creativeelements/includes/controls/groups/base.php
1135/modules/creativeelements/includes/interfaces/group-control.php
1136/modules/creativeelements/includes/controls/groups/border.php
1137/modules/creativeelements/includes/controls/groups/typography.php
1138/modules/creativeelements/includes/controls/groups/image-size.php
1139/modules/creativeelements/includes/controls/groups/box-shadow.php
1140/modules/creativeelements/includes/controls/groups/css-filter.php
1141/modules/creativeelements/includes/controls/groups/backdrop-filter.php
1142/modules/creativeelements/includes/controls/groups/text-shadow.php
1143/modules/creativeelements/includes/controls/groups/text-stroke.php
1144/modules/creativeelements/modules/catalog/controls/select-category.php
1145/modules/creativeelements/modules/catalog/controls/select-manufacturer.php
1146/modules/creativeelements/modules/catalog/controls/select-supplier.php
1147/modules/creativeelements/modules/motion-effects/controls-group.php
1148/modules/creativeelements/core/settings/general/model.php
1149/modules/creativeelements/core/settings/base/css-model.php
1150/modules/creativeelements/core/settings/base/model.php
1151/modules/creativeelements/modules/dynamic-tags/tags/site-logo.php
1152/modules/creativeelements/core/dynamic-tags/data-tag.php
1153/modules/creativeelements/core/dynamic-tags/base-tag.php
1154/modules/creativeelements/modules/dynamic-tags/tags/site-title.php
1155/modules/creativeelements/core/dynamic-tags/tag.php
1156/modules/creativeelements/modules/dynamic-tags/tags/site-contact.php
1157/modules/creativeelements/modules/dynamic-tags/tags/site-url.php
1158/modules/creativeelements/modules/dynamic-tags/tags/page-title.php
1159/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php
1160/modules/creativeelements/modules/dynamic-tags/tags/current-date-time.php
1161/modules/creativeelements/modules/dynamic-tags/tags/request-parameter.php
1162/modules/creativeelements/modules/dynamic-tags/tags/carousel.php
1163/modules/creativeelements/modules/dynamic-tags/tags/contact-url.php
1164/modules/creativeelements/modules/dynamic-tags/tags/lightbox.php
1165/modules/creativeelements/modules/dynamic-tags/tags/toggle.php
1166/modules/creativeelements/modules/dynamic-tags/tags/shortcode.php
1167/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php
1168/modules/creativeelements/modules/dynamic-tags/tags/user-info.php
1169/modules/creativeelements/modules/catalog/tags/product-add-to-cart.php
1170/modules/creativeelements/modules/catalog/tags/product-buy-now.php
1171/modules/creativeelements/modules/catalog/tags/product-quick-view.php
1172/modules/creativeelements/modules/catalog/tags/product-image.php
1173/modules/creativeelements/modules/catalog/tags/product-images.php
1174/modules/creativeelements/modules/catalog/tags/category-image.php
1175/modules/creativeelements/modules/catalog/tags/category-images.php
1176/modules/creativeelements/modules/catalog/tags/manufacturer-image.php
1177/modules/creativeelements/modules/catalog/tags/manufacturer-images.php
1178/modules/creativeelements/modules/catalog/tags/cart-rule-date-time.php
1179/modules/creativeelements/modules/catalog/tags/specific-price-rule-date-time.php
1180/modules/creativeelements/modules/catalog/tags/category-name.php
1181/modules/creativeelements/modules/catalog/tags/category-url.php
1182/modules/creativeelements/modules/catalog/tags/listing-info.php
1183/modules/creativeelements/modules/catalog/tags/listing-image.php
1184/modules/creativeelements/modules/catalog/tags/listing-clear-url.php
1185/modules/creativeelements/includes/conditions.php
1186/modules/creativeelements/includes/utils.php
1187/modules/creativeelements/includes/shapes.php
1188/var/cache/prod/smarty/compile/32/09/4b/32094b6dcdad7ddb7095084cb21ea8f377ec0620_2.file.product-23170101.tpl.php
1189/classes/Tab.php
1190/modules/creativeelements/modules/catalog/files/css/miniature.php
1191/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1192/modules/ps_mainmenu/ps_mainmenu.php
1193/modules/ps_mainmenu/ps_menutoplinks.class.php
1194/classes/CMS.php
1195/vendor/defuse/php-encryption/src/Crypto.php
1196/vendor/defuse/php-encryption/src/KeyOrPassword.php
1197/vendor/defuse/php-encryption/src/RuntimeTests.php
1198/vendor/defuse/php-encryption/src/DerivedKeys.php
1199/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1200/vendor/defuse/php-encryption/src/Exception/CryptoException.php
1201/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/48/d9/25/48d92590ed4249636090b85ad3ddcb96cdc0f15a_2.file.category.tpl.php
1202/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/2b/5a/5f/2b5a5f496bf5e0d81c19f99c9b244bab278ec00d_2.file.layout-header-footer.tpl.php
1203/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/4c/d9/11/4cd9110307d3818a49e82354a93facdf5f775ca3_2.file.head.tpl.php
1204/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/99/72/64/997264e5534eb40fbcda1ac936997b016c93db7a_2.file.stylesheets.tpl.php
1205/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/6a/fc/47/6afc47afed5403b4fc905324df379ce1171084a4_2.file.javascript.tpl.php
1206/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/2e/4e/6d/2e4e6d00a613aec2485307d89b7d6e394505103c_2.file.javascript.tpl.php
1207/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/9b/e7/32/9be7329616b420ee38fe2a29dfff3356e76c361f_2.file.product-activation.tpl.php
1208/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/f5/33/23/f53323c048be3ee307d68fca785cad056e895af9_2.file.header.tpl.php
1209/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/fb/c9/a4/fbc9a4628522f3b40b80191bc3a255472927c089_2.file.notifications.tpl.php
1210/var/cache/prod/smarty/compile/classic_var_www_vhosts_competent_faraday_5_250_176_233_plesk_page_maxdeal_fr_modules_creativeelements_views_templates_front_theme_layouts_layout_header_footer_tpl/a8/8f/aa/a88faa5f70723ebb9cafe76b3ccf2a65eac94c2f_2.file.footer.tpl.php
1211/modules/statsdata/statsdata.php
1212/classes/Guest.php
1213/classes/Connection.php
1214/classes/Page.php
1215/classes/ConnectionsSource.php
1216/var/cache/prod/smarty/compile/4c/68/f0/4c68f0c491b3e4b4fdf986081e86490361b5cea7_2.file.cookies-notice.tpl.php
1217/var/cache/prod/smarty/compile/2d/8a/1e/2d8a1eed2570fdbe64581be1ffb193ca18b89815_2.file.cookies-notice-accept-button.tpl.php
1218/var/cache/prod/smarty/compile/2b/4f/01/2b4f01b14d0896acd9cceb5d03d242241383964f_2.file.cookies-notice-customize-button.tpl.php
1219/var/cache/prod/smarty/compile/8a/46/a8/8a46a89a3556a6e0665785e4a9bec222b1a9237e_2.file.cookies-notice-reject-button.tpl.php
1220/var/cache/prod/smarty/compile/39/8a/a4/398aa4c5c1d287da16c87900abf720b0bd7b6846_2.file.cookies-notice-accept-customize-button.tpl.php
1221/var/cache/prod/smarty/compile/f5/d4/b4/f5d4b4229e972cc679b6edd619d501206b588793_2.file.cookies-notice-customize-customize-button.tpl.php
1222/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1223/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1224/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1225/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1226/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1227/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1228/var/cache/prod/smarty/compile/classic/1e/c2/9d/1ec29d36aab3f566c86da9cbaf352977ad94404e_2.file.ga_tag.tpl.php
1229/modules/creativeelements/core/files/css/global-css.php
1230/modules/creativeelements/core/settings/page/model.php
1231/modules/creativeelements/core/settings/editor-preferences/model.php
1232/var/cache/prod/smarty/compile/20/79/1b/20791be30cdbd369cd4f44b8f96fcde5bf4df946_2.file.assets.tpl.php