Meilleures ventes

Il y a 199 produits.

Affichage de 73-108 de 199 élément(s)

Filtres actifs

Load Time4563 ms - You'd better run your shop on a toaster
Querying Time1067 ms
Queries1116
Memory Peak Usage63.4 Mb
Included Files1156 files - 13.45 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 2456 ms 2456 ms 27.12 Mb 28.54 Mb
__construct 0 ms 2456 ms - Mb 28.54 Mb
init 685 ms 3142 ms 2.17 Mb 29.73 Mb
checkAccess 0 ms 3142 ms - Mb 29.73 Mb
setMedia 9 ms 3151 ms 0.37 Mb 29.73 Mb
postProcess 0 ms 3151 ms - Mb 29.73 Mb
initHeader 0 ms 3151 ms - Mb 29.73 Mb
initContent 743 ms 3895 ms 12.13 Mb 41.80 Mb
initFooter 0 ms 3895 ms - Mb 41.80 Mb
display 668 ms 4563 ms 16.59 Mb 63.41 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 1116 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 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_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) 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 ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) GROUP BY p.id_product ORDER BY psales.quantity DESC, p.id_product DESC
288.3 5105959936 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
14.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 5173
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
13.7 2587 Yes /modules/ps_categorytree/ps_categorytree.php:149
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 323 LIMIT 1
13 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 = 26415
11.9 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 = 24341
ORDER BY f.position ASC
11.9 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
11.7 238 /classes/Tab.php:340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
11.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'
11.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
10.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
9.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'
9.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
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'
8.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
8.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
8.4 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'
7.2 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'
7.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'
6.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
6.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
6.4 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'
6.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
5.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
5.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'
5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.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'
4.8 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'
4.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'
4.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.7 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.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'
4.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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.5 1652 /classes/Configuration.php:160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
4.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.4 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
4.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'
4.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'
4.2 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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.8 294 Yes Yes /classes/Hook.php:1161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme = 'classic'
3.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
3.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
3.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
3.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
3.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'
3.3 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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
3.3 656 /classes/Hook.php:487
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.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'
2.9 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
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 COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
2.8 1582 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
2.5 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.1 0 /classes/Hook.php:1221
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
1.8 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.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'
1.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.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'
1.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.6 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` = 24921) AND (b.`id_shop` = 1) LIMIT 1
1.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.6 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
1.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'
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
AND theme = 'classic'
1.4 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.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
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.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 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 (31364,29746,29553,27985,26415,26397,25950,25899,25850,25844,25703,25700,25689,25676,25602,25595,25418,25392,25391,25343,25314,25129,25009,24921,24888,24881,24849,24737,24593,24531,24466,24406,24348,24342,24341,24335) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.2 117 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
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
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
AND theme = 'classic'
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.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
AND theme = 'classic'
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.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
AND theme = 'classic'
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.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
AND theme = 'classic'
1.1 431 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.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
AND theme = 'classic'
1.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
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
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
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
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
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
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
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
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
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
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 `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.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 `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.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
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
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 `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 `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
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
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
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 `id_hook`, `name` FROM `ps_hook`
0.8 766 /classes/Hook.php:1221
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
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.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 `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
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 `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 `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, 25129) 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 `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 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` = 24921
ORDER BY `position`
0.7 26 Yes /classes/Product.php:3106
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 `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
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
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 `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 `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 `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 `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 *, ( 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, 25391) 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 `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, 31364) 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 `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, 24335) 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
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.6 1 /classes/ObjectModel.php:577
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, 25899) 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, 27985) 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 `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 `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, 24737) 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 *, ( 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, 26415) 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 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` = 24921 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` = 24921 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 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
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, 25850) 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 *, ( 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, 24531) 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 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` = 24466 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` = 24466 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, 24921) 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, 25844) 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 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` = 25392 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` = 25392 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
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, 29553) 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, 25314) 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
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('2041977', '67', '3628718467', '', '1', '1', '2026-05-20 10:45:33')
0.6 1 /classes/ObjectModel.php:577
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 (24406) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.6 4 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` = 31364 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` = 31364 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
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, 25343) 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 *, ( 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, 24593) 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` = 25850 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` = 25850 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 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` = 25844 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` = 25844 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` = 25391 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` = 25391 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 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` = 25899 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` = 25899 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 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 = 24921
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, 25676) 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 `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 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 `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 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 = 24342
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 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 = 31364
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 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` = 25129 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` = 25129 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, 29746) 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, 24888) 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 = 24466
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 = 25850
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 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 (31364) 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 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` = 25314 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` = 25314 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` = 24531 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` = 24531 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, 25602) 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 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` = 24921)
0.5 1 /classes/Product.php:3411
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, 24348) 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 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` = 25418
ORDER BY `position`
0.5 1 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, 25595) 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 *, ( 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, 24881) 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` = 26415 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` = 26415 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, 25703) 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 = 25899
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 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 = 25844
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` = 29746 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` = 29746 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, 24406) 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, 25700) 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, 26397) 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` = 24342 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` = 24342 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 *
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` = 24341) AND (b.`id_shop` = 1) LIMIT 1
0.5 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 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 = 25343
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 = 25391
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 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` = 27985 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` = 27985 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 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 = 24888
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 `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 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` = 25700 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` = 25700 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 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 = 24593
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 `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 = 25689
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` = 26415) 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 = 24406
0.4 5 /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 `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 `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 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 = 27985
0.4 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` = 29553 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` = 29553 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 `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 (25676) 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 (`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, 25950) 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.4 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` = 25899) 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 `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 *, ( 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, 24406) 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.4 3 Yes /classes/SpecificPrice.php:560
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 *, ( 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, 25009) 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.4 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, 25418) 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.4 3 Yes /classes/SpecificPrice.php:560
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` = 25343 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` = 25343 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 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 = 29746
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` = 25595) 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 = 25129
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 `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` = 24466) 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 `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 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 = 29553
0.4 1 /classes/ProductAssembler.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 (25899) 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 *
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` = 29746) 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 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 = 24737
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 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 = 31364
ORDER BY f.position ASC
0.4 4 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 *, ( 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, 24342) 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.4 3 Yes /classes/SpecificPrice.php:560
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 = 24921
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 `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 = 24341
0.4 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, 24341) 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.4 3 Yes /classes/SpecificPrice.php:560
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 *
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` = 31364) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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, 25689) 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.4 3 Yes /classes/SpecificPrice.php:560
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 *, ( 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, 24849) 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.4 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, 24466) 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.4 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` = 25391) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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, 25392) 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.4 3 Yes /classes/SpecificPrice.php:560
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 (25850) 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` = 24348 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` = 24348 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 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 = 25009
0.4 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 = 25899
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 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 = 25392
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 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 = 24348
0.4 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` = 25676 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` = 25676 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 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` = 25689 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` = 25689 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 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 *
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.4 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.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 (24849) 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` = 25314) 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 = 24881
0.4 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` = 25950 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` = 25950 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 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 (24342) 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 = 26397
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 `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 = 25700
0.4 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` = 25418 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` = 25418 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 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 (24335) 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 = 24466
ORDER BY f.position ASC
0.4 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` = 25009 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` = 25009 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 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 = 25676
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'best-sales'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.4 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
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 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` = 25703 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` = 25703 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 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 = 25850
ORDER BY f.position ASC
0.4 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` = 24888 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` = 24888 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` = 24335) 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 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
0.4 1 /classes/tax/TaxRulesTaxManager.php:109
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 = 24849
0.4 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 = 25391
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 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` = 25595 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` = 25595 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` = 25844) 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 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 (29746) 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 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 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 = 24531
0.4 1 /classes/ProductAssembler.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` = 24921
AND image_shop.`cover` = 1 LIMIT 1
0.4 26 /classes/Product.php:3128
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 = 25314
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 = 25418
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` = 29553) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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 *
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` = 25703) 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 = 25392
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` = 25700) 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` = 27985) AND (b.`id_shop` = 1) LIMIT 1
0.3 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 = 25595
0.3 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` = 25899
ORDER BY `position`
0.3 2 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` = 24593 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` = 24593 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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 (24341) 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 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` = 25602 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` = 25602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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` = 26397 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` = 26397 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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 (25703) 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 = 25129
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 (25595) 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 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` = 24406 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` = 24406 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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` = 31364
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3106
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 24921
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.3 0 /classes/SpecificPrice.php:249
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` = 25676) AND (b.`id_shop` = 1) LIMIT 1
0.3 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` = 24881 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` = 24881 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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 (24921) 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_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` = 24348) AND (b.`id_shop` = 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 = 24342
ORDER BY f.position ASC
0.3 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` = 24335 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` = 24335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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 = 25950
0.3 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` = 24341 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` = 24341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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 = 25602
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bvkseodispatcher" LIMIT 1
0.3 0 /classes/module/Module.php:2841
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` = 24531
ORDER BY `position`
0.3 4 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 = 26415
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 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 = 24335
0.3 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` = 25392
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.3 1 /classes/shop/Shop.php:1162
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` = 25850
ORDER BY `position`
0.3 2 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` = 25391
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3106
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` = 25844)
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 (24737) 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 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` = 24849 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` = 24849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1419
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 = 29553
ORDER BY f.position ASC
0.3 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 = 25703
0.3 1 /classes/ProductAssembler.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 (24888) 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 (24348) 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 (25950) 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 = 27985
ORDER BY f.position ASC
0.3 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` = 24737 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` = 24737 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1419
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 = 25844
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` = 25850) 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` = 24737) AND (b.`id_shop` = 1) LIMIT 1
0.3 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` = 24849
ORDER BY `position`
0.3 14 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 = 29746
ORDER BY f.position ASC
0.3 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` = 29553
ORDER BY `position`
0.3 2 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 (24531) 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 (26397) 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_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` = 25689) AND (b.`id_shop` = 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 = 25314
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 (24593) 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.`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` = 25602
ORDER BY `position`
0.3 2 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 (25391) 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 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` = 1106
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 24406 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` = 1106
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 24406 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 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` = 27985
ORDER BY `position`
0.3 2 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` = 26415
ORDER BY `position`
0.3 2 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` = 24593
ORDER BY `position`
0.3 1 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` = 25314
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 24406
AND pac.`id_product_attribute` = 1106
AND agl.`id_lang` = 1
0.3 2 /classes/Product.php:6450
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` = 24341
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3106
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` = 26415)
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` = 24593)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 16170101 AND `name` = "_elementor_data" LIMIT 1
0.3 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'best-sales'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.3 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
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` = 25129)
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 (25602) 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_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` = 25602) 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 (26415) 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.`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` = 25950
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3106
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
0.3 1 /classes/tax/TaxRulesTaxManager.php:109
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 (25844) 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 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` = 25899)
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` = 25009) 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` = 25391)
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` = 25129) 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` = 24849) 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 (25700) 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 = 24531
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 = 24881
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 = 24335
ORDER BY f.position ASC
0.3 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` = 29746
ORDER BY `position`
0.3 3 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` = 25418) 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` = 24881) 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 (25689) 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 al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 1106
ORDER BY ag.`position` ASC, a.`position` ASC
0.3 2 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
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 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 (24881) 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_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 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 (25343) 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 (29553) 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 (25314) 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 (24466) 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 (25129) 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_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 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 (25392) 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 = 25689
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 (27985) 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 (25418) 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 = 25009
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24921
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` = 26415
AND image_shop.`cover` = 1 LIMIT 1
0.3 2 /classes/Product.php:3128
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` = 24406) AND (b.`id_shop` = 1) LIMIT 1
0.3 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` = 25703
ORDER BY `position`
0.3 4 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 (25009) 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 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` = 31364)
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` = 24531) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.3 2 /classes/Meta.php:189
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` = 25343) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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.3 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
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` = 25950) 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` = 31364
AND image_shop.`cover` = 1 LIMIT 1
0.3 2 /classes/Product.php:3128
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` = 24342) 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` = 24881)
0.3 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/shop/ShopUrl.php:182
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` = 25850)
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` = 24888) AND (b.`id_shop` = 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 = 25950
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` = 25392) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24921) 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 `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 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` = 24406
ORDER BY `position`
0.3 6 Yes /classes/Product.php:3106
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` = 25703)
0.3 1 /classes/Product.php:3411
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 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` = 24466
AND image_shop.`cover` = 1 LIMIT 1
0.3 1 /classes/Product.php:3128
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` = 24348
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3106
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` = 29746
AND image_shop.`cover` = 1 LIMIT 1
0.3 3 /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 = 24593
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 = 26397
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` = 26397) 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` = 29553
AND image_shop.`cover` = 1 LIMIT 1
0.3 2 /classes/Product.php:3128
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 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` = 25676
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3106
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` = 26397)
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` = 29746)
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 = 25700
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
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.3 1 /classes/shop/Shop.php:201
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` = 24593) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.3 88 /classes/Hook.php:284
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.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` = 24737)
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` = 26397
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.3 7 Yes /classes/ImageType.php:109
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 = 24888
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 = 24348
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
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` = 29553)
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` = 25689
ORDER BY `position`
0.3 2 Yes /classes/Product.php:3106
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` = 24531)
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` = 24335
ORDER BY `position`
0.3 3 Yes /classes/Product.php:3106
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.3 2 /classes/Language.php:991
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24921 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 = 25418
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 = 25676
ORDER BY f.position ASC
0.3 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` = 24737
ORDER BY `position`
0.3 1 Yes /classes/Product.php:3106
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` = 24342
AND image_shop.`cover` = 1 LIMIT 1
0.3 3 /classes/Product.php:3128
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` = 24342
ORDER BY `position`
0.3 3 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 = 25343
ORDER BY f.position ASC
0.3 1 Yes /classes/Product.php:5210
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.3 65 Yes /modules/cookiesplus/classes/CookiesPlusCookie.php:118
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 2041977
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 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` = 24348
AND image_shop.`cover` = 1 LIMIT 1
0.2 3 /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` = 25899
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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` = 25129
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /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` = 25391
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /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` = 27985)
0.2 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` = 25844
ORDER BY `position`
0.2 4 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 = 24737
ORDER BY f.position ASC
0.2 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` = 25595
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3106
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` = 25343)
0.2 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 = 25595
ORDER BY f.position ASC
0.2 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 = 25703
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5210
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.2 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` = 25009
ORDER BY `position`
0.2 4 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.2 2 Yes /classes/Currency.php:695
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25899
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
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 = 25602
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5210
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.2 1 /classes/Cart.php:4216
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` = 24341)
0.2 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` = 24881
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3106
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.2 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` = 25700
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_css" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1107, 1108, 1109, 1106) AND il.`id_lang` = 1 ORDER by i.`position`
0.2 4 Yes /classes/Product.php:2539
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` = 24593
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
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` = 24466
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_page_settings" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
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 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` = 25314)
0.2 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 = 24849
ORDER BY f.position ASC
0.2 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` = 24888
ORDER BY `position`
0.2 3 Yes /classes/Product.php:3106
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` = 27985
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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 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` = 25129
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3106
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` = 25950
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /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` = 25009
AND image_shop.`cover` = 1 LIMIT 1
0.2 4 /classes/Product.php:3128
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24593 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
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 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` = 25602)
0.2 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 (31364,29746,29553,27985,26415,26397,25950,25899,25850,25844,25703,25700,25689,25676,25602,25595,25418,25392,25391,25343,25314,25129,25009,24921,24888,24881,24849,24737,24593,24531,24466,24406,24348,24342,24341,24335) AND id_lang = 1 ) AND t1.id_shop = 1
0.2 1 /modules/apmopenai/src/ApmTools/ApmLibs.php:365
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 *
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 name, alias FROM `ps_hook_alias`
0.2 88 /classes/Hook.php:336
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` = 25343
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3106
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 144 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_data" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
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 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 = 24406
ORDER BY f.position ASC
0.2 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` = 25689
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /classes/Product.php:3128
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 1010000 AND `name` = "_elementor_data" LIMIT 1
0.2 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` = 24406
AND image_shop.`cover` = 1 LIMIT 1
0.2 6 /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` = 25950)
0.2 1 /classes/Product.php:3411
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 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` = 24342)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25391
0.2 1 /classes/Product.php:2520
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_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 *
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` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.2 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` = 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
0.2 0 /classes/tax/TaxRulesTaxManager.php:109
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` = 25418
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /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` = 25844
AND image_shop.`cover` = 1 LIMIT 1
0.2 4 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 29746) 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_page_type
FROM ps_page_type
WHERE name = 'bestsales' LIMIT 1
0.2 1 /classes/Page.php:104
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 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` = 25595)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 29746
0.2 1 /classes/Product.php:2520
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25392) 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 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` = 24888)
0.2 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` = 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 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` = 25676)
0.2 1 /classes/Product.php:3411
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 *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1106) 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` = 2) AND (b.`id_shop` = 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 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` = 25009)
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` = 25703
AND image_shop.`cover` = 1 LIMIT 1
0.2 4 /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` = 24348)
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` = 24406)
0.2 4 /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` = 24466)
0.2 1 /classes/Product.php:3411
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" LIMIT 1
0.2 2 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
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` = 24335
AND image_shop.`cover` = 1 LIMIT 1
0.2 3 /classes/Product.php:3128
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
0.2 1 /classes/SpecificPrice.php:361
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_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 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` = 24335)
0.2 1 /classes/Product.php:3411
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` = 24341
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
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 `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 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` = 25689)
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` = 25418)
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` = 25700)
0.2 1 /classes/Product.php:3411
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` = 24737
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25899) 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` = 25700
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24406) AND (id_product_attribute = 1106) 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 = 29553) 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 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` = 25392)
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` = 24888
AND image_shop.`cover` = 1 LIMIT 1
0.2 3 /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.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` = 25850
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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.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` = 25595
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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` = 26397
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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` = 25314
AND image_shop.`cover` = 1 LIMIT 1
0.2 3 /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` = 24849)
0.2 1 /classes/Product.php:3411
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.2 2 /classes/SpecificPrice.php:410
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 29553
0.2 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` = 25676
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /classes/Product.php:3128
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.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25314
0.2 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` = 24531
AND image_shop.`cover` = 1 LIMIT 1
0.2 4 /classes/Product.php:3128
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 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` = 25343
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24466) 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 29553
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 = 25850) 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 *
FROM `ps_shop_url` a0
0.2 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24341) 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 = 24593) 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_currency_lang`
WHERE `id_currency` = 2
0.2 2 /src/Adapter/EntityMapper.php:82
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` = 24881
AND image_shop.`cover` = 1 LIMIT 1
0.2 3 /classes/Product.php:3128
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25391 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25343 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shaim_gdpr" LIMIT 1
0.2 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25950
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkamp" LIMIT 1
0.2 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25391) 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2607 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `value` FROM ps_ce_meta WHERE `id` = 10170101 AND `name` = "_elementor_data" LIMIT 1
0.2 6 /modules/creativeelements/classes/wrappers/Post.php:274
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "cookiesplus" LIMIT 1
0.2 1 /classes/module/Module.php:2841
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` = 24849
AND image_shop.`cover` = 1 LIMIT 1
0.2 14 /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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25392
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 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` = 25602
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /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` = 25392
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3128
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 26415) 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 = 323 LIMIT 1
0.2 1 /classes/Product.php:4952
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 = 25844) 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 1356 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 `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 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-05-20 00:00:00' AND '2026-05-20 23:59:59' LIMIT 1
0.2 1 /classes/SpecificPrice.php:365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartseourl" LIMIT 1
0.2 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.2 2 /classes/SpecificPrice.php:286
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 24737
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
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` = 1321 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 = 321 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 31364) 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25595
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 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 = 1197 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` = 348 LIMIT 1
0.2 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.2 1 /classes/ObjectModel.php:1646
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` = 2448 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 26397
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 = 1356 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 31364
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25850
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_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` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 24406 AND pa.`id_product` = 24406 AND pa.`id_product_attribute` = 1106 LIMIT 1
0.2 1 /classes/Product.php:949
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25899 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25392 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24921 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 `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 = 25314) 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 = 25595) 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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 31364 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2343
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "superuser" LIMIT 1
0.2 0 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24737 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25850
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 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.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 29746 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 11 LIMIT 1
0.2 1 /classes/Page.php:83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25700) 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2190 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24888
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25343) 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` = 24593
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24531
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` = 24737
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25899
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 = 27985) 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 571 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 26415
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 27985
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 = 2108 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 31364 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 27985
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /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.2 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 5
0.2 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2448 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25850 AND `id_group` = 1 LIMIT 1
0.2 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24849
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 31364
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25850 AND id_shop=1 LIMIT 1
0.2 1 /classes/Product.php:5886
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 = 24737) 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25314
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
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` = 376 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25391
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` = 24466
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25392 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 = 24348) 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` = 25844 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` = 25129
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 26415 AND id_shop=1 LIMIT 1
0.2 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 = 571 LIMIT 1
0.2 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 24531
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 1 /classes/SpecificPrice.php:249
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25391 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` = 24593 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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 565 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 5) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 29553 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` = 25595
0.2 1 /classes/Product.php:2520
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` = 2108 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25343
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.2 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.2 2 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24342
0.2 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25703) 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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 26415
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
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` = 25844
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25703
0.1 1 /classes/Product.php:2520
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` = 2450 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25899 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.1 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24466 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25676) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 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 = 2607 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" 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` = 1251 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25418 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 1106 LIMIT 1
0.1 1 /classes/Combination.php:462
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 data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.1 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24406) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24335 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 329
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 376 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` = 25009
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` WHERE `name` = "psgdpr" LIMIT 1
0.1 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 = 376 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.1 1 /classes/Country.php:274
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24466 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` = 25129 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 = 1440 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25700
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25844 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` = 25703 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 323 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24335) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 29746
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` = 27985 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` = 25418
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25129) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 24881
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 `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_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 = 565 LIMIT 1
0.1 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.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 = 1321 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.1 1 /classes/Group.php:154
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 * FROM `ps_image_type`
0.1 7 /classes/ImageType.php:147
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 = 2450 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 = 321 LIMIT 1
0.1 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.1 1 /classes/order/Order.php:1196
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_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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24348 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 = 321 LIMIT 1
0.1 1 /classes/Product.php:4952
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` = 25129 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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25689
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 135 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` = 29746 AND `id_group` = 1 LIMIT 1
0.1 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.1 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25602 AND id_shop=1 LIMIT 1
0.1 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.1 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.1 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE *
FROM `ps_shop_url` a0
0.1 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.1 1 /classes/ObjectModel.php:1509
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25343
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 26397 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
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` = 321 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25676 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` = 25343 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 26415 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
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` = 1440 LIMIT 1
0.1 1 /classes/Category.php:1369
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` = 1265 LIMIT 1
0.1 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.1 1 /classes/order/Order.php:1196
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25129
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24341
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 = 2190 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25009) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 26397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 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` = 24341 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` = 24406
0.1 4 /classes/Product.php:2520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25689
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` = 24348 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 27985 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` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /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` = 1313 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24531) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24348
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24342) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25009
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 = 930 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24341 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 29553 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 = 2026 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24737 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` = 25844
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 25950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24881) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25676
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 = 668 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` = 25392
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` = 25418
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` = 25700
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` = 24593
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24335
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 25602
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.1 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25595 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` = 24335
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25703
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
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` = 2121 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24342 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` = 24466
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 24888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
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` = 2026 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 24881
0.1 1 /classes/Product.php:2520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25595 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
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` = 2189 LIMIT 1
0.1 1 /classes/Category.php:1369
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 `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25676
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 = 323 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` = 901 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25602
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` = 25676 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 = 348 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25703 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` = 60 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` = "ps_emailsubscription" LIMIT 1
0.1 1 /classes/module/Module.php:2841
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 25950
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
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` = 1197 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 26397
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
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` = 930 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 = 321 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` = 668 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25602 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` = 25700 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` = 25314 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 = 321 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25950 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 = 348 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 25009 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 = 348 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 = 930 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 = 348 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24881 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` = 24531 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` = 25689 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` = 25418 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` = 24849
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 = 1313 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24849 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` = 24888 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` = 24888
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` = 24406 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` = 24335 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` = 25700 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5886
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 1 LIMIT 1
0.1 1 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 901 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24849 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 = 2189 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 = 2121 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 = 1251 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 = 1197 LIMIT 1
0.1 1 /classes/Product.php:4952
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 24342 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` = 24348
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` = 0 AND `id_shop` = 1 LIMIT 1
0.1 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 = 1265 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` = 24342
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` = 26397 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` = 24406
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` = 25314 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` = 24341
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` = 25009 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` = 25689 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 25950 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 24531 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` = 24406 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` = 24881 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` = 24888 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156

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'
37
			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
37
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
37
SELECT `id_order`
            FROM `ps_orders`
            WHERE `id_cart` = XX AND id_shop IN (XX) LIMIT XX
37
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
                    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 *
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 name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT 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 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 `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
36
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT 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 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 `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = 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
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;
24
			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 `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
5
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_data" LIMIT XX
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
4
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
4
SELECT `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_css" LIMIT XX
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
3
            SELECT psgdpr.active FROM `ps_psgdpr_consent` psgdpr
            WHERE psgdpr.id_module = 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_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 `value` FROM ps_ce_meta WHERE `id` = XX AND `name` = "_elementor_page_settings" 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`;
        
2
SELECT *
FROM `ps_shop_url` aXX
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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
            WHERE controller = 'best-sales'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
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 *
                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`;
2
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

Tables stress

368 translation
148 product
111 product_shop
77 product_attribute
76 product_attribute_shop
75 cart_product
74 stock_available
73 image
72 image_shop
72 product_lang
63 category_lang
42 specific_price
39 product_attribute_combination
38 attribute_group
38 attribute_lang
38 attribute
37 pack
37 image_lang
37 orders
36 specific_price_priority
36 feature_shop
36 product_group_reduction_cache
36 feature
36 feature_product
36 feature_lang
36 feature_value_lang
23 module
13 module_shop
12 ce_meta
8 lang
6 cart_rule
6 shop_url
6 cookiesplus_cookie_lang
6 currency
6 cookiesplus_cookie
6 hook
5 cms_lang
5 cms_shop
5 cms
4 currency_shop
4 country
4 lang_shop
4 shop
4 category
3 hook_alias
3 psgdpr_consent
3 tax_rule
3 tax_rules_group
3 category_shop
3 currency_lang
2 configuration
2 shop_group
2 ce_theme
2 ce_theme_lang
2 attribute_group_lang
2 ce_theme_shop
2 country_lang
2 country_shop
2 hook_module
2 group
2 meta_lang
2 product_sale
2 category_product
2 meta
2 cookiesplus_finality
2 layered_category
2 cookiesplus_finality_lang
2 group_shop
2 category_group
2 image_type
1 required_field
1 module_group
1 address_format
1 connections
1 page_type
1 page
1 ganalytics_data
1 tab
1 ce_template
1 group_lang
1 apmopenai_dataproducts_lang
1 apmopenai_dataproducts
1 layered_indexable_attribute_group_lang_value
1 attribute_group_shop
1 product_attribute_image
1 configuration_lang
1 hook_module_exceptions
1 tax
1 tax_lang
1 manufacturer

ObjectModel instances

NameInstancesSource
Product 82 /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]
/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]
/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]
/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]
/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]
/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]
/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]
/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]
/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]
CETheme 11 /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]
/modules/creativeelements/creativeelements.php [666]
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]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
ShopUrl 2 /classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
Shop 1 /config/config.inc.php [118]
Guest 1 /modules/statsdata/statsdata.php [77]
Category 1 /modules/ps_categorytree/ps_categorytree.php [320]
PrestaShop\Module\Apmopenai\Includes\DataObjects 1 /modules/apmopenai/src/ApmTools/ApmLibs.php [107]
State 1 /classes/controller/FrontController.php [1646]
AddressFormat 1 /classes/controller/FrontController.php [1641]
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/BestSalesController.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/src/Adapter/ContainerBuilder.php
277/src/Adapter/Environment.php
278/src/Core/EnvironmentInterface.php
279/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
280/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
281/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
282/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
283/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
284/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
285/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
286/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
287/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
288/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
289/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
290/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
291/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
292/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
293/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
294/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
295/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
296/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
297/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
298/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
299/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
300/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
301/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
302/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
303/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
304/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
305/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
306/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
307/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
308/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
309/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
310/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
311/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
312/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
313/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
314/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
315/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
316/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
317/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
318/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
319/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
320/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
321/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
322/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
323/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
324/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
325/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
326/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
327/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
328/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
329/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
330/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
331/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
332/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
333/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
334/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
335/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
336/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
337/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
338/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
339/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
340/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
341/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
342/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
343/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
344/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
345/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
346/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
347/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
348/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
349/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
350/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
351/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
352/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
353/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
354/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
355/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
356/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
357/var/cache/prod/FrontContainer.php
358/src/Adapter/Container/LegacyContainer.php
359/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
360/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
361/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
362/vendor/psr/container/src/ContainerInterface.php
363/src/Adapter/Container/LegacyContainerInterface.php
364/modules/gridhtml/vendor/autoload.php
365/modules/gridhtml/vendor/composer/autoload_real.php
366/modules/gridhtml/vendor/composer/autoload_static.php
367/modules/gsitemap/vendor/autoload.php
368/modules/gsitemap/vendor/composer/autoload_real.php
369/modules/gsitemap/vendor/composer/autoload_static.php
370/modules/productcomments/vendor/autoload.php
371/modules/productcomments/vendor/composer/autoload_real.php
372/modules/productcomments/vendor/composer/autoload_static.php
373/modules/ps_emailsubscription/vendor/autoload.php
374/modules/ps_emailsubscription/vendor/composer/autoload_real.php
375/modules/ps_emailsubscription/vendor/composer/autoload_static.php
376/modules/ps_imageslider/vendor/autoload.php
377/modules/ps_imageslider/vendor/composer/autoload_real.php
378/modules/ps_imageslider/vendor/composer/autoload_static.php
379/modules/ps_mainmenu/vendor/autoload.php
380/modules/ps_mainmenu/vendor/composer/autoload_real.php
381/modules/ps_mainmenu/vendor/composer/autoload_static.php
382/modules/gamification/vendor/autoload.php
383/modules/gamification/vendor/composer/autoload_real.php
384/modules/gamification/vendor/composer/autoload_static.php
385/modules/psaddonsconnect/vendor/autoload.php
386/modules/psaddonsconnect/vendor/composer/autoload_real.php
387/modules/psaddonsconnect/vendor/composer/autoload_static.php
388/modules/psgdpr/vendor/autoload.php
389/modules/psgdpr/vendor/composer/autoload_real.php
390/modules/psgdpr/vendor/composer/autoload_static.php
391/modules/ps_mbo/vendor/autoload.php
392/modules/ps_mbo/vendor/composer/autoload_real.php
393/modules/ps_mbo/vendor/composer/autoload_static.php
394/modules/ps_buybuttonlite/vendor/autoload.php
395/modules/ps_buybuttonlite/vendor/composer/autoload_real.php
396/modules/ps_buybuttonlite/vendor/composer/autoload_static.php
397/modules/ps_metrics/vendor/autoload.php
398/modules/ps_metrics/vendor/composer/autoload_real.php
399/modules/ps_metrics/vendor/composer/platform_check.php
400/modules/ps_metrics/vendor/composer/autoload_static.php
401/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment.php
402/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Client.php
403/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
404/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
405/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
406/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
407/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
408/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
409/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Version.php
410/modules/ps_facebook/vendor/autoload.php
411/modules/ps_facebook/vendor/composer/autoload_real.php
412/modules/ps_facebook/vendor/composer/autoload_static.php
413/modules/blockreassurance/vendor/autoload.php
414/modules/blockreassurance/vendor/composer/autoload_real.php
415/modules/blockreassurance/vendor/composer/autoload_static.php
416/modules/ps_newproducts/vendor/autoload.php
417/modules/ps_newproducts/vendor/composer/autoload_real.php
418/modules/ps_newproducts/vendor/composer/autoload_static.php
419/modules/ps_cashondelivery/vendor/autoload.php
420/modules/ps_cashondelivery/vendor/composer/autoload_real.php
421/modules/ps_cashondelivery/vendor/composer/autoload_static.php
422/modules/stripe_official/vendor/autoload.php
423/modules/stripe_official/vendor/composer/autoload_real.php
424/modules/stripe_official/vendor/composer/platform_check.php
425/modules/stripe_official/vendor/composer/autoload_static.php
426/modules/stripe_official/vendor/symfony/deprecation-contracts/function.php
427/modules/stripe_official/vendor/symfony/polyfill-php80/bootstrap.php
428/modules/packlink/vendor/autoload.php
429/modules/packlink/vendor/composer/autoload_real.php
430/modules/packlink/vendor/composer/platform_check.php
431/modules/packlink/vendor/composer/autoload_static.php
432/modules/paypal/vendor/autoload.php
433/modules/paypal/vendor/composer/autoload_real.php
434/modules/paypal/vendor/composer/autoload_static.php
435/modules/paypal/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
436/modules/paypal/vendor/ralouphie/getallheaders/src/getallheaders.php
437/modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
438/modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
439/modules/paypal/vendor/guzzlehttp/promises/src/functions_include.php
440/modules/paypal/vendor/guzzlehttp/promises/src/functions.php
441/modules/paypal/vendor/guzzlehttp/guzzle/src/functions_include.php
442/modules/paypal/vendor/guzzlehttp/guzzle/src/functions.php
443/modules/colissimo/vendor/autoload.php
444/modules/colissimo/vendor/composer/autoload_real.php
445/modules/colissimo/vendor/composer/autoload_static.php
446/modules/ps_accounts/vendor/autoload.php
447/modules/ps_accounts/vendor/composer/autoload_real.php
448/modules/ps_accounts/vendor/composer/platform_check.php
449/modules/ps_accounts/vendor/composer/autoload_static.php
450/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
451/modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
452/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
453/modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
454/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
455/modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
456/modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
457/modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
458/modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
459/modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
460/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php
461/modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
462/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
463/modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
464/modules/ps_emailalerts/vendor/autoload.php
465/modules/ps_emailalerts/vendor/composer/autoload_real.php
466/modules/ps_emailalerts/vendor/composer/autoload_static.php
467/modules/ps_facetedsearch/vendor/autoload.php
468/modules/ps_facetedsearch/vendor/composer/autoload_real.php
469/modules/ps_facetedsearch/vendor/composer/autoload_static.php
470/modules/ps_googleanalytics/vendor/autoload.php
471/modules/ps_googleanalytics/vendor/composer/autoload_real.php
472/modules/ps_googleanalytics/vendor/composer/autoload_static.php
473/modules/ps_eventbus/vendor/autoload.php
474/modules/ps_eventbus/vendor/composer/autoload_real.php
475/modules/ps_eventbus/vendor/composer/autoload_static.php
476/modules/ps_bestsellers/vendor/autoload.php
477/modules/ps_bestsellers/vendor/composer/autoload_real.php
478/modules/ps_bestsellers/vendor/composer/autoload_static.php
479/modules/ps_specials/vendor/autoload.php
480/modules/ps_specials/vendor/composer/autoload_real.php
481/modules/ps_specials/vendor/composer/autoload_static.php
482/modules/mhventilationpro/vendor/autoload.php
483/modules/mhventilationpro/vendor/composer/autoload_real.php
484/modules/mhventilationpro/vendor/composer/platform_check.php
485/modules/mhventilationpro/vendor/composer/autoload_static.php
486/modules/sendinblue/vendor/autoload.php
487/modules/sendinblue/vendor/composer/autoload_real.php
488/modules/sendinblue/vendor/composer/platform_check.php
489/modules/sendinblue/vendor/composer/autoload_static.php
490/src/Core/Localization/Locale/Repository.php
491/src/Core/Localization/Locale/RepositoryInterface.php
492/src/Core/Localization/CLDR/LocaleRepository.php
493/src/Core/Localization/CLDR/LocaleDataSource.php
494/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
495/src/Core/Data/Layer/AbstractDataLayer.php
496/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
497/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
498/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
499/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
500/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
501/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
502/vendor/psr/cache/src/CacheItemPoolInterface.php
503/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
504/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
505/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
506/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
507/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
508/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
509/vendor/psr/cache/src/CacheItemInterface.php
510/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
511/src/Core/Localization/CLDR/Reader.php
512/src/Core/Localization/CLDR/ReaderInterface.php
513/src/Core/Localization/Currency/Repository.php
514/src/Core/Localization/Currency/RepositoryInterface.php
515/src/Core/Localization/Currency/CurrencyDataSource.php
516/src/Core/Localization/Currency/DataSourceInterface.php
517/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
518/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
519/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
520/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
521/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
522/src/Adapter/Currency/CurrencyDataProvider.php
523/src/Core/Currency/CurrencyDataProviderInterface.php
524/src/Adapter/LegacyContext.php
525/src/Adapter/Tools.php
526/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
527/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
528/vendor/prestashop/decimal/src/Operation/Rounding.php
529/src/Core/Localization/Locale.php
530/src/Core/Localization/LocaleInterface.php
531/src/Core/Localization/Specification/Price.php
532/src/Core/Localization/Specification/Number.php
533/src/Core/Localization/Specification/NumberInterface.php
534/src/Core/Localization/Specification/Factory.php
535/src/Core/Localization/CLDR/LocaleData.php
536/src/Core/Localization/CLDR/NumberSymbolsData.php
537/src/Core/Localization/CLDR/CurrencyData.php
538/src/Core/Localization/CLDR/Locale.php
539/src/Core/Localization/CLDR/LocaleInterface.php
540/src/Core/Localization/Specification/NumberSymbolList.php
541/classes/Currency.php
542/src/Core/Localization/Currency/LocalizedCurrencyId.php
543/classes/webservice/WebserviceRequest.php
544/src/Core/Localization/Currency/CurrencyData.php
545/src/Core/Localization/Currency/CurrencyCollection.php
546/src/Core/Localization/Currency.php
547/src/Core/Localization/CurrencyInterface.php
548/src/Core/Localization/Specification/NumberCollection.php
549/src/Core/Localization/Number/Formatter.php
550/classes/Cart.php
551/src/Adapter/AddressFactory.php
552/classes/CartRule.php
553/classes/Product.php
554/classes/Pack.php
555/modules/creativeelements/creativeelements.php
556/modules/creativeelements/classes/CESmarty.php
557/modules/creativeelements/includes/plugin.php
558/modules/creativeelements/classes/wrappers/Helper.php
559/modules/creativeelements/classes/wrappers/UId.php
560/modules/creativeelements/classes/wrappers/Post.php
561/modules/creativeelements/classes/wrappers/Error.php
562/modules/creativeelements/translations/fr.php
563/modules/ps_emailsubscription/ps_emailsubscription.php
564/src/PrestaShopBundle/Translation/DomainNormalizer.php
565/src/Adapter/Localization/LegacyTranslator.php
566/classes/Media.php
567/override/classes/Media.php
568/modules/ps_facebook/ps_facebook.php
569/modules/ps_facebook/translations/fr.php
570/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
571/modules/ps_metrics/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
572/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
573/var/cache/prod/Ps_facebookFrontContainer.php
574/modules/ps_facebook/classes/Buffer/TemplateBuffer.php
575/modules/blockreassurance/blockreassurance.php
576/modules/blockreassurance/translations/fr.php
577/modules/ps_emailalerts/ps_emailalerts.php
578/modules/ps_emailalerts/MailAlert.php
579/classes/ProductDownload.php
580/classes/tax/Tax.php
581/src/Core/Localization/CLDR/ComputingPrecision.php
582/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
583/src/Core/Cart/Calculator.php
584/src/Core/Cart/CartRowCollection.php
585/src/Core/Cart/Fees.php
586/src/Core/Cart/AmountImmutable.php
587/src/Core/Cart/CartRuleCollection.php
588/src/Core/Cart/CartRuleCalculator.php
589/src/Adapter/Product/PriceCalculator.php
590/classes/order/Order.php
591/override/classes/order/Order.php
592/src/Core/Cart/CartRow.php
593/vendor/prestashop/decimal/src/Number.php
594/vendor/prestashop/decimal/src/Builder.php
595/classes/Gender.php
596/classes/Risk.php
597/classes/Meta.php
598/classes/Address.php
599/classes/ImageType.php
600/src/Core/Addon/Module/ModuleManagerBuilder.php
601/src/Core/Util/File/YamlParser.php
602/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
603/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
604/var/cache/prod/yaml/d1b60ebd018d226f174964ba02615098.php
605/var/cache/prod/yaml/3857021550f34d3a9d670bed7d7a339d.php
606/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
607/vendor/guzzlehttp/guzzle/src/Client.php
608/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
609/vendor/guzzlehttp/guzzle/src/ClientInterface.php
610/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
611/vendor/guzzlehttp/guzzle/src/Url.php
612/vendor/guzzlehttp/guzzle/src/Utils.php
613/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
614/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
615/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
616/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
617/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
618/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
619/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
620/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
621/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
622/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
623/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
624/vendor/guzzlehttp/guzzle/src/RequestFsm.php
625/app/config/parameters.php
626/src/Adapter/Module/ModuleZipManager.php
627/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
628/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
629/src/Core/Hook/HookDispatcherInterface.php
630/src/Adapter/Addons/AddonsDataProvider.php
631/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
632/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
633/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
634/src/Adapter/LegacyLogger.php
635/vendor/psr/log/Psr/Log/LoggerInterface.php
636/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
637/src/Adapter/Module/ModuleDataProvider.php
638/src/Adapter/Module/AdminModuleDataProvider.php
639/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
640/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
641/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
642/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
643/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
644/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
645/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
646/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
647/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
648/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
649/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
650/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
651/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
652/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
653/src/Adapter/Module/ModuleDataUpdater.php
654/src/Core/Addon/Module/ModuleManager.php
655/src/Core/Addon/AddonManagerInterface.php
656/src/Core/Addon/Module/ModuleRepository.php
657/src/Core/Addon/Module/ModuleRepositoryInterface.php
658/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
659/src/Core/Cache/Clearer/CacheClearerInterface.php
660/classes/State.php
661/src/Core/Filter/FrontEndObject/MainFilter.php
662/src/Core/Filter/FilterInterface.php
663/src/Core/Filter/FrontEndObject/CartFilter.php
664/src/Core/Filter/HashMapWhitelistFilter.php
665/src/Core/Filter/CollectionFilter.php
666/src/Core/Filter/FrontEndObject/ProductFilter.php
667/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
668/src/Core/Filter/FrontEndObject/CustomerFilter.php
669/src/Core/Filter/FrontEndObject/ShopFilter.php
670/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
671/modules/creativeelements/includes/autoloader.php
672/modules/creativeelements/includes/managers/controls.php
673/modules/creativeelements/core/settings/manager.php
674/modules/creativeelements/core/settings/page/manager.php
675/modules/creativeelements/core/settings/base/css-manager.php
676/modules/creativeelements/core/settings/base/manager.php
677/modules/creativeelements/core/settings/general/manager.php
678/modules/creativeelements/core/settings/editor-preferences/manager.php
679/modules/creativeelements/includes/db.php
680/modules/creativeelements/core/documents-manager.php
681/modules/creativeelements/core/kits/manager.php
682/modules/creativeelements/core/schemes/manager.php
683/modules/creativeelements/core/schemes/color.php
684/modules/creativeelements/core/schemes/base-ui.php
685/modules/creativeelements/core/schemes/base.php
686/modules/creativeelements/core/schemes/typography.php
687/modules/creativeelements/core/schemes/color-picker.php
688/modules/creativeelements/includes/managers/elements.php
689/modules/creativeelements/includes/base/element-base.php
690/modules/creativeelements/includes/base/controls-stack.php
691/modules/creativeelements/core/base/base-object.php
692/modules/creativeelements/includes/elements/column.php
693/modules/creativeelements/includes/elements/section.php
694/modules/creativeelements/includes/elements/repeater.php
695/modules/creativeelements/includes/managers/widgets.php
696/modules/creativeelements/includes/base/widget-base.php
697/modules/creativeelements/includes/widgets/traits/carousel.php
698/modules/creativeelements/includes/managers/skins.php
699/modules/creativeelements/includes/base/skin-base.php
700/modules/creativeelements/core/files/manager.php
701/modules/creativeelements/core/files/assets/svg/svg-handler.php
702/modules/creativeelements/core/files/assets/files-upload-handler.php
703/modules/creativeelements/core/files/assets/manager.php
704/modules/creativeelements/includes/managers/icons.php
705/modules/creativeelements/core/editor/editor.php
706/modules/creativeelements/core/editor/notice-bar.php
707/modules/creativeelements/includes/preview.php
708/modules/creativeelements/core/base/app.php
709/modules/creativeelements/core/base/module.php
710/modules/creativeelements/includes/frontend.php
711/modules/creativeelements/includes/template-library/manager.php
712/modules/creativeelements/includes/template-library/sources/local.php
713/modules/creativeelements/includes/template-library/sources/base.php
714/modules/creativeelements/includes/template-library/sources/remote.php
715/modules/creativeelements/core/dynamic-tags/manager.php
716/modules/creativeelements/core/modules-manager.php
717/modules/creativeelements/modules/history/module.php
718/modules/creativeelements/modules/library/module.php
719/modules/creativeelements/modules/library/documents/not-supported.php
720/modules/creativeelements/modules/library/documents/library-document.php
721/modules/creativeelements/core/base/document.php
722/modules/creativeelements/modules/library/documents/page.php
723/modules/creativeelements/modules/library/documents/section.php
724/modules/creativeelements/modules/dynamic-tags/module.php
725/modules/creativeelements/modules/page-templates/module.php
726/modules/creativeelements/modules/premium/module.php
727/modules/creativeelements/modules/theme/module.php
728/modules/creativeelements/modules/catalog/module.php
729/modules/creativeelements/modules/misc/module.php
730/modules/creativeelements/modules/fonts-manager/module.php
731/modules/creativeelements/modules/custom-css/module.php
732/modules/creativeelements/modules/motion-effects/module.php
733/modules/creativeelements/modules/visibility/module.php
734/modules/creativeelements/modules/history/revisions-manager.php
735/modules/creativeelements/includes/user.php
736/modules/creativeelements/includes/api.php
737/modules/creativeelements/classes/assets/CEAssetManager.php
738/modules/creativeelements/classes/assets/CEStylesheetManager.php
739/modules/creativeelements/classes/assets/CEJavascriptManager.php
740/modules/creativeelements/classes/assets/CECccReducer.php
741/modules/creativeelements/core/responsive/responsive.php
742/modules/creativeelements/classes/CEIconSet.php
743/modules/creativeelements/core/document-types/post.php
744/modules/creativeelements/core/base/page-base.php
745/modules/creativeelements/core/kits/documents/kit.php
746/modules/creativeelements/modules/premium/documents/content.php
747/modules/creativeelements/modules/theme/documents/header.php
748/modules/creativeelements/modules/theme/documents/header-footer-base.php
749/modules/creativeelements/modules/theme/documents/theme-document.php
750/modules/creativeelements/modules/theme/documents/footer.php
751/modules/creativeelements/modules/theme/documents/page-index.php
752/modules/creativeelements/modules/theme/documents/theme-page-document.php
753/modules/creativeelements/modules/theme/documents/page-contact.php
754/modules/creativeelements/modules/theme/documents/page-not-found.php
755/modules/creativeelements/modules/catalog/documents/listing/page.php
756/modules/creativeelements/modules/catalog/documents/listing/category.php
757/modules/creativeelements/modules/catalog/documents/listing/no-results.php
758/modules/creativeelements/modules/catalog/documents/product.php
759/modules/creativeelements/modules/catalog/documents/product-quick-view.php
760/modules/creativeelements/modules/catalog/documents/product-miniature.php
761/modules/creativeelements/modules/catalog/documents/listing/manufacturer.php
762/modules/ps_shoppingcart/ps_shoppingcart.php
763/modules/stripe_official/stripe_official.php
764/classes/PaymentModule.php
765/modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
766/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
767/modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
768/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
769/modules/stripe_official/classes/services/PrestashopTranslationService.php
770/modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
771/modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
772/modules/stripe_official/vendor/stripe/stripe-php/lib/Util/ApiVersion.php
773/modules/stripe_official/classes/services/StripeDisplayHeaderService.php
774/modules/paypal/paypal.php
775/modules/paypal/config_prod.php
776/modules/paypal/classes/Shortcut/ShortcutConfiguration.php
777/modules/paypal/smarty/plugins/modifier.paypalreplace.php
778/modules/paypal/translations/fr.php
779/modules/paypal/classes/Constants/PaypalConfigurations.php
780/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
781/modules/paypal/classes/Constants/WebHookConf.php
782/modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
783/modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
784/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
785/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
786/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
787/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
788/modules/paypal/diagnostic.php
789/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
790/modules/paypal/classes/AbstractMethodPaypal.php
791/modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
792/modules/paypal/classes/MethodEC.php
793/modules/paypal/classes/WhiteList/WhiteListService.php
794/modules/paypal/classes/API/PaypalApiManager.php
795/modules/paypal/classes/API/PaypalApiManagerInterface.php
796/modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
797/modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
798/modules/paypal/classes/API/PaypalClient.php
799/modules/paypal/classes/API/Client/HttpClient.php
800/modules/paypal/classes/API/ClientInterface.php
801/modules/paypal/classes/API/Environment/PaypalEnvironment.php
802/modules/paypal/classes/API/EnvironmentInterface.php
803/modules/paypal/classes/API/Injector/AuthorizationInjector.php
804/modules/paypal/classes/API/InjectorInterface.php
805/modules/paypal/classes/API/Injector/BnCodeInjector.php
806/modules/paypal/classes/API/Injector/UserAgentInjector.php
807/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
808/var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfront.php
809/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
810/var/cache/prod/smarty/compile/67/48/6e/67486e6e5f7205938bbfe28051e15fb2792f9ba0_2.file.cookies-style.tpl.php
811/vendor/smarty/smarty/libs/plugins/modifier.escape.php
812/vendor/mrclay/minify/min/lib/Minify/CSSmin.php
813/vendor/mrclay/minify/min/lib/CSSmin.php
814/modules/ps_googleanalytics/ps_googleanalytics.php
815/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
816/modules/ps_googleanalytics/classes/Hook/HookInterface.php
817/var/cache/prod/smarty/compile/classic/90/40/9e/90409e1a9edaa3f231b5dbb43c4d68967fe9fbd6_2.file.ps_googleanalytics.tpl.php
818/modules/productcomments/productcomments.php
819/modules/sendinblue/sendinblue.php
820/modules/sendinblue/translations/fr.php
821/modules/sendinblue/services/ConfigService.php
822/var/cache/prod/smarty/compile/classic/6d/6c/be/6d6cbed83aa23ad10cf226b4be5be38af12e65ba_2.file.tracking_script.tpl.php
823/modules/ps_searchbar/ps_searchbar.php
824/modules/sumuppaymentgateway/sumuppaymentgateway.php
825/modules/sumuppaymentgateway/classes/SumUpSplClassLoader.php
826/modules/sumuppaymentgateway/translations/fr.php
827/modules/shopmaxdealforyouzd/shopmaxdealforyouzd.php
828/modules/ebaysynchro/ebaysynchro.php
829/modules/ebaysynchro/translations/fr.php
830/src/Core/Product/Search/ProductSearchContext.php
831/src/Core/Product/Search/ProductSearchQuery.php
832/src/Core/Product/Search/SortOrder.php
833/modules/ps_facetedsearch/ps_facetedsearch.php
834/modules/ps_facetedsearch/src/HookDispatcher.php
835/modules/ps_facetedsearch/src/Hook/Attribute.php
836/modules/ps_facetedsearch/src/Hook/AbstractHook.php
837/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
838/modules/ps_facetedsearch/src/Hook/Category.php
839/modules/ps_facetedsearch/src/Hook/Configuration.php
840/modules/ps_facetedsearch/src/Hook/Design.php
841/modules/ps_facetedsearch/src/Hook/Feature.php
842/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
843/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
844/modules/ps_facetedsearch/src/Hook/FeatureValue.php
845/modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
846/modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
847/modules/ps_facetedsearch/src/Hook/Product.php
848/modules/ps_facetedsearch/src/Hook/ProductSearch.php
849/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
850/modules/ps_facetedsearch/src/Filters/Provider.php
851/modules/ps_facetedsearch/src/URLSerializer.php
852/modules/ps_facetedsearch/src/Filters/DataAccessor.php
853/modules/ps_facetedsearch/src/Product/SearchProvider.php
854/src/Core/Product/Search/FacetsRendererInterface.php
855/src/Core/Product/Search/ProductSearchProviderInterface.php
856/modules/ps_facetedsearch/src/Filters/Converter.php
857/modules/ps_facetedsearch/src/Product/SearchFactory.php
858/src/Core/Product/Search/ProductSearchResult.php
859/modules/ps_facetedsearch/src/Product/Search.php
860/modules/ps_facetedsearch/src/Adapter/MySQL.php
861/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
862/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
863/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
864/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
865/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
866/modules/ps_facetedsearch/src/Filters/Products.php
867/classes/stock/StockAvailable.php
868/modules/ps_facetedsearch/src/Filters/Block.php
869/src/Core/Product/Search/FacetCollection.php
870/classes/ProductAssembler.php
871/classes/Combination.php
872/classes/Category.php
873/override/classes/Category.php
874/classes/SpecificPrice.php
875/classes/tax/TaxManagerFactory.php
876/classes/tax/TaxRulesTaxManager.php
877/classes/tax/TaxCalculator.php
878/classes/GroupReduction.php
879/classes/Feature.php
880/classes/ProductPresenterFactory.php
881/src/Adapter/Presenter/Product/ProductListingPresenter.php
882/src/Adapter/Presenter/Product/ProductPresenter.php
883/src/Adapter/Product/ProductColorsRetriever.php
884/src/Core/Product/ProductPresentationSettings.php
885/src/Adapter/Presenter/Product/ProductListingLazyArray.php
886/src/Adapter/Presenter/Product/ProductLazyArray.php
887/src/Adapter/Presenter/AbstractLazyArray.php
888/classes/Image.php
889/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
890/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
891/classes/ImageManager.php
892/var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
893/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
894/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
895/src/Core/Product/Search/Pagination.php
896/modules/apmopenai/src/Includes/DataObjects.php
897/modules/apmopenai/src/ApmTools/ApmLibs.php
898/modules/creativeelements/classes/CETemplate.php
899/modules/creativeelements/core/files/css/post.php
900/modules/creativeelements/core/files/css/base.php
901/modules/creativeelements/core/files/base.php
902/modules/creativeelements/includes/stylesheet.php
903/modules/creativeelements/core/dynamic-tags/dynamic-css.php
904/modules/creativeelements/classes/CETheme.php
905/modules/creativeelements/includes/widgets/common.php
906/modules/creativeelements/includes/widgets/heading.php
907/modules/creativeelements/includes/widgets/image.php
908/modules/creativeelements/includes/widgets/text-editor.php
909/modules/creativeelements/includes/widgets/video.php
910/modules/creativeelements/includes/widgets/button.php
911/modules/creativeelements/includes/widgets/divider.php
912/modules/creativeelements/includes/widgets/spacer.php
913/modules/creativeelements/includes/widgets/image-box.php
914/modules/creativeelements/includes/widgets/google-maps.php
915/modules/creativeelements/includes/widgets/icon.php
916/modules/creativeelements/includes/widgets/icon-box.php
917/modules/creativeelements/includes/widgets/image-gallery.php
918/modules/creativeelements/includes/widgets/image-carousel.php
919/modules/creativeelements/includes/widgets/star-rating.php
920/modules/creativeelements/includes/widgets/icon-list.php
921/modules/creativeelements/includes/widgets/testimonial.php
922/modules/creativeelements/includes/widgets/tabs.php
923/modules/creativeelements/includes/widgets/accordion.php
924/modules/creativeelements/includes/widgets/toggle.php
925/modules/creativeelements/includes/widgets/counter.php
926/modules/creativeelements/includes/widgets/progress.php
927/modules/creativeelements/includes/widgets/social-icons.php
928/modules/creativeelements/includes/widgets/text-path.php
929/modules/creativeelements/includes/widgets/alert.php
930/modules/creativeelements/includes/widgets/menu-anchor.php
931/modules/creativeelements/includes/widgets/shortcode.php
932/modules/creativeelements/includes/widgets/html.php
933/modules/creativeelements/modules/premium/widgets/animated-headline.php
934/modules/creativeelements/modules/premium/widgets/layer-slider.php
935/modules/creativeelements/modules/premium/widgets/call-to-action.php
936/modules/creativeelements/modules/premium/widgets/flip-box.php
937/modules/creativeelements/modules/premium/widgets/image-hotspot.php
938/modules/creativeelements/modules/premium/widgets/contact-form.php
939/modules/psgdpr/psgdpr.php
940/modules/psgdpr/translations/fr.php
941/modules/psgdpr/classes/GDPRConsent.php
942/modules/creativeelements/modules/premium/widgets/email-subscription.php
943/modules/creativeelements/modules/premium/widgets/countdown.php
944/modules/creativeelements/modules/premium/widgets/testimonial-carousel.php
945/modules/creativeelements/modules/premium/widgets/trustedshops-reviews.php
946/modules/creativeelements/modules/premium/widgets/facebook-page.php
947/modules/creativeelements/modules/premium/widgets/facebook-button.php
948/modules/creativeelements/modules/premium/widgets/template.php
949/modules/creativeelements/modules/premium/widgets/image-slider.php
950/modules/creativeelements/modules/premium/widgets/module.php
951/modules/creativeelements/modules/theme/widgets/site-logo.php
952/modules/creativeelements/modules/theme/widgets/site-title.php
953/modules/creativeelements/modules/theme/widgets/nav-menu.php
954/modules/creativeelements/modules/theme/widgets/traits/nav.php
955/modules/creativeelements/modules/theme/widgets/shopping-cart.php
956/modules/creativeelements/modules/theme/widgets/ajax-search.php
957/modules/creativeelements/modules/theme/widgets/sign-in.php
958/modules/creativeelements/modules/theme/widgets/language-selector.php
959/modules/creativeelements/modules/theme/widgets/currency-selector.php
960/modules/creativeelements/modules/theme/widgets/breadcrumb.php
961/modules/creativeelements/modules/catalog/widgets/product/carousel.php
962/modules/creativeelements/modules/catalog/widgets/product/base.php
963/modules/creativeelements/modules/catalog/widgets/product/grid.php
964/modules/creativeelements/modules/catalog/widgets/product/box.php
965/modules/creativeelements/modules/catalog/widgets/category/grid.php
966/modules/creativeelements/modules/catalog/widgets/category/list.php
967/modules/creativeelements/modules/catalog/widgets/category/tree.php
968/modules/creativeelements/modules/catalog/skins/category-tree-theme.php
969/modules/creativeelements/includes/controls/text.php
970/modules/creativeelements/includes/controls/base-data.php
971/modules/creativeelements/includes/controls/base.php
972/modules/creativeelements/includes/controls/number.php
973/modules/creativeelements/includes/controls/textarea.php
974/modules/creativeelements/includes/controls/select.php
975/modules/creativeelements/includes/controls/switcher.php
976/modules/creativeelements/includes/controls/button.php
977/modules/creativeelements/includes/controls/base-ui.php
978/modules/creativeelements/includes/controls/hidden.php
979/modules/creativeelements/includes/controls/heading.php
980/modules/creativeelements/includes/controls/raw-html.php
981/modules/creativeelements/includes/controls/popover-toggle.php
982/modules/creativeelements/includes/controls/section.php
983/modules/creativeelements/includes/controls/tab.php
984/modules/creativeelements/includes/controls/tabs.php
985/modules/creativeelements/includes/controls/divider.php
986/modules/creativeelements/includes/controls/deprecated-notice.php
987/modules/creativeelements/includes/controls/color.php
988/modules/creativeelements/includes/controls/media.php
989/modules/creativeelements/includes/controls/base-multiple.php
990/modules/creativeelements/includes/controls/slider.php
991/modules/creativeelements/includes/controls/base-units.php
992/modules/creativeelements/includes/controls/dimensions.php
993/modules/creativeelements/includes/controls/choose.php
994/modules/creativeelements/includes/controls/wysiwyg.php
995/modules/creativeelements/includes/controls/code.php
996/modules/creativeelements/includes/controls/font.php
997/modules/creativeelements/includes/fonts.php
998/modules/creativeelements/includes/controls/url.php
999/modules/creativeelements/includes/controls/repeater.php
1000/modules/creativeelements/includes/controls/icon.php
1001/modules/creativeelements/includes/controls/icons.php
1002/modules/creativeelements/includes/controls/structure.php
1003/modules/creativeelements/includes/controls/select2.php
1004/modules/creativeelements/includes/controls/date-time.php
1005/modules/creativeelements/includes/controls/box-shadow.php
1006/modules/creativeelements/includes/controls/text-shadow.php
1007/modules/creativeelements/includes/controls/animation.php
1008/modules/creativeelements/includes/controls/hover-animation.php
1009/modules/creativeelements/includes/controls/exit-animation.php
1010/modules/creativeelements/includes/controls/groups/background.php
1011/modules/creativeelements/includes/controls/groups/base.php
1012/modules/creativeelements/includes/interfaces/group-control.php
1013/modules/creativeelements/includes/controls/groups/border.php
1014/modules/creativeelements/includes/controls/groups/typography.php
1015/modules/creativeelements/includes/controls/groups/image-size.php
1016/modules/creativeelements/includes/controls/groups/box-shadow.php
1017/modules/creativeelements/includes/controls/groups/css-filter.php
1018/modules/creativeelements/includes/controls/groups/backdrop-filter.php
1019/modules/creativeelements/includes/controls/groups/text-shadow.php
1020/modules/creativeelements/includes/controls/groups/text-stroke.php
1021/modules/creativeelements/modules/catalog/controls/select-category.php
1022/modules/creativeelements/modules/catalog/controls/select-manufacturer.php
1023/modules/creativeelements/modules/catalog/controls/select-supplier.php
1024/modules/creativeelements/modules/motion-effects/controls-group.php
1025/modules/creativeelements/includes/utils.php
1026/modules/creativeelements/core/settings/general/model.php
1027/modules/creativeelements/core/settings/base/css-model.php
1028/modules/creativeelements/core/settings/base/model.php
1029/modules/creativeelements/modules/dynamic-tags/tags/site-logo.php
1030/modules/creativeelements/core/dynamic-tags/data-tag.php
1031/modules/creativeelements/core/dynamic-tags/base-tag.php
1032/modules/creativeelements/modules/dynamic-tags/tags/site-title.php
1033/modules/creativeelements/core/dynamic-tags/tag.php
1034/modules/creativeelements/modules/dynamic-tags/tags/site-contact.php
1035/modules/creativeelements/modules/dynamic-tags/tags/site-url.php
1036/modules/creativeelements/modules/dynamic-tags/tags/page-title.php
1037/modules/creativeelements/modules/dynamic-tags/tags/internal-url.php
1038/modules/creativeelements/modules/dynamic-tags/tags/current-date-time.php
1039/modules/creativeelements/modules/dynamic-tags/tags/request-parameter.php
1040/modules/creativeelements/modules/dynamic-tags/tags/carousel.php
1041/modules/creativeelements/modules/dynamic-tags/tags/contact-url.php
1042/modules/creativeelements/modules/dynamic-tags/tags/lightbox.php
1043/modules/creativeelements/modules/dynamic-tags/tags/toggle.php
1044/modules/creativeelements/modules/dynamic-tags/tags/shortcode.php
1045/modules/creativeelements/modules/dynamic-tags/tags/custom-colors.php
1046/modules/creativeelements/modules/dynamic-tags/tags/user-info.php
1047/modules/creativeelements/modules/catalog/tags/product-add-to-cart.php
1048/modules/creativeelements/modules/catalog/tags/product-buy-now.php
1049/modules/creativeelements/modules/catalog/tags/product-quick-view.php
1050/modules/creativeelements/modules/catalog/tags/product-image.php
1051/modules/creativeelements/modules/catalog/tags/product-images.php
1052/modules/creativeelements/modules/catalog/tags/category-image.php
1053/modules/creativeelements/modules/catalog/tags/category-images.php
1054/modules/creativeelements/modules/catalog/tags/manufacturer-image.php
1055/modules/creativeelements/modules/catalog/tags/manufacturer-images.php
1056/modules/creativeelements/modules/catalog/tags/cart-rule-date-time.php
1057/modules/creativeelements/modules/catalog/tags/specific-price-rule-date-time.php
1058/modules/creativeelements/includes/conditions.php
1059/modules/creativeelements/includes/shapes.php
1060/modules/ps_mainmenu/ps_mainmenu.php
1061/modules/ps_mainmenu/ps_menutoplinks.class.php
1062/classes/CMS.php
1063/vendor/defuse/php-encryption/src/Crypto.php
1064/vendor/defuse/php-encryption/src/KeyOrPassword.php
1065/vendor/defuse/php-encryption/src/RuntimeTests.php
1066/vendor/defuse/php-encryption/src/DerivedKeys.php
1067/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1068/vendor/defuse/php-encryption/src/Exception/CryptoException.php
1069/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/69/4e/3b/694e3b26e764fceab55220a3358bc24a92d5b8dc_2.file.best-sales.tpl.php
1070/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/dd/df/fb/dddffb186677e43178596fc1ad6e680f8d811424_2.file.best-sales.tpl.php
1071/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/74/46/cb/7446cb2e33d2aa26859154198d059cdebebed11b_2.file.product-list.tpl.php
1072/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/16/dd/5a/16dd5ab833da5dd828ab632fdc5fd76d1ed77c0a_2.file.layout-left-column.tpl.php
1073/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/83/9e/a1/839ea1065a9000ee8ee45bffcb47baf6e72619e8_2.file.layout-both-columns.tpl.php
1074/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/4c/d9/11/4cd9110307d3818a49e82354a93facdf5f775ca3_2.file.head.tpl.php
1075/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1076/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/99/72/64/997264e5534eb40fbcda1ac936997b016c93db7a_2.file.stylesheets.tpl.php
1077/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/6a/fc/47/6afc47afed5403b4fc905324df379ce1171084a4_2.file.javascript.tpl.php
1078/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/2e/4e/6d/2e4e6d00a613aec2485307d89b7d6e394505103c_2.file.javascript.tpl.php
1079/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/9b/e7/32/9be7329616b420ee38fe2a29dfff3356e76c361f_2.file.product-activation.tpl.php
1080/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f5/33/23/f53323c048be3ee307d68fca785cad056e895af9_2.file.header.tpl.php
1081/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/fb/c9/a4/fbc9a4628522f3b40b80191bc3a255472927c089_2.file.notifications.tpl.php
1082/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/7e/04/f0/7e04f0fa76d4e8d326b0c12678e9c03ab316ec4f_2.file.breadcrumb.tpl.php
1083/modules/ps_categorytree/ps_categorytree.php
1084/var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
1085/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1086/var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
1087/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/9a/41/ad/9a41ad353d41529ccd0a29e4fc7c65f75201b393_2.file.products-top.tpl.php
1088/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f3/0e/c1/f30ec100c0cddfef2c32e27e5c7c32f4bc7b5318_2.file.sort-orders.tpl.php
1089/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c7/49/c3/c749c3164094eab88a8e011c7f754c8bcc01b209_2.file.products.tpl.php
1090/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/86/ac/c7/86acc71dc95c854cad708234c4f1488b6afcdf22_2.file.productlist.tpl.php
1091/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/84/62/d0/8462d052f026eb5aa22c79a2bee549656e9b22d8_2.file.product.tpl.php
1092/vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1093/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1094/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1095/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1096/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1097/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1098/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1099/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1100/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1101/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1102/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1103/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1104/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1105/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1106/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1107/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1108/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1109/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1110/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1111/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1112/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1113/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1114/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
1115/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1116/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1117/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1118/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1119/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/32/09/4b/32094b6dcdad7ddb7095084cb21ea8f377ec0620_2.file.product-23170101.tpl.php
1120/classes/Tab.php
1121/modules/creativeelements/modules/catalog/files/css/miniature.php
1122/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1123/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1124/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1125/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/01/0c/d4/010cd49ec148d93c73118039b30708d279172a7b_2.file.pagination.tpl.php
1126/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e2/26/8d/e2268decc66c7a22bcbd8ff25bf117b405f9cc9d_2.file.products-bottom.tpl.php
1127/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1128/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1129/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a8/8f/aa/a88faa5f70723ebb9cafe76b3ccf2a65eac94c2f_2.file.footer.tpl.php
1130/modules/statsdata/statsdata.php
1131/classes/Guest.php
1132/classes/Connection.php
1133/classes/Page.php
1134/classes/ConnectionsSource.php
1135/var/cache/prod/smarty/compile/4c/68/f0/4c68f0c491b3e4b4fdf986081e86490361b5cea7_2.file.cookies-notice.tpl.php
1136/var/cache/prod/smarty/compile/2d/8a/1e/2d8a1eed2570fdbe64581be1ffb193ca18b89815_2.file.cookies-notice-accept-button.tpl.php
1137/var/cache/prod/smarty/compile/2b/4f/01/2b4f01b14d0896acd9cceb5d03d242241383964f_2.file.cookies-notice-customize-button.tpl.php
1138/var/cache/prod/smarty/compile/8a/46/a8/8a46a89a3556a6e0665785e4a9bec222b1a9237e_2.file.cookies-notice-reject-button.tpl.php
1139/var/cache/prod/smarty/compile/39/8a/a4/398aa4c5c1d287da16c87900abf720b0bd7b6846_2.file.cookies-notice-accept-customize-button.tpl.php
1140/var/cache/prod/smarty/compile/f5/d4/b4/f5d4b4229e972cc679b6edd619d501206b588793_2.file.cookies-notice-customize-customize-button.tpl.php
1141/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1142/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1143/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1144/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1145/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1146/classes/Manufacturer.php
1147/override/classes/Manufacturer.php
1148/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1149/var/cache/prod/smarty/compile/classic/1e/c2/9d/1ec29d36aab3f566c86da9cbaf352977ad94404e_2.file.ga_tag.tpl.php
1150/modules/creativeelements/core/files/css/global-css.php
1151/modules/creativeelements/core/settings/editor-preferences/model.php
1152/var/cache/prod/smarty/compile/20/79/1b/20791be30cdbd369cd4f44b8f96fcde5bf4df946_2.file.assets.tpl.php