Filtres actifs

  • Thème : EDF GDF
  • Thème : Gendarmerie
  • Thème : Le Mans
  • Thème : Pinder
  • Thème : Pièces détachées 1/43
  • Thème : Police
  • Thème : Pompiers
  • Thème : Poste
  • Thème : Rallye
Load Time 4908 ms
Querying Time 653 ms
Queries 783
Memory Peak Usage 53.5 Mb
Included Files 1291 files - 10.80 Mb
PrestaShop Cache - Mb
Global vars 0.21 Mb
PrestaShop Version 8.1.7
PHP Version 8.1.32
MySQL Version 8.0.42-33
Memory Limit 512M
Max Execution Time 165s
Smarty Cache disabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 2.725 ms 2.725 ms 29.85 Mb 31.4 Mb
__construct 0.015 ms 2.740 ms - Mb 31.4 Mb
init 1283 ms 1285 ms 8.01 Mb 38.6 Mb
checkAccess 0.002 ms 1285 ms - Mb 38.6 Mb
setMedia 14.535 ms 1300 ms 2.11 Mb 40.0 Mb
postProcess 0.001 ms 1300 ms - Mb 40.0 Mb
initHeader 0.003 ms 1300 ms - Mb 40.0 Mb
initContent 360.669 ms 1661 ms 6.11 Mb 46.4 Mb
initFooter 0.003 ms 1661 ms - Mb 46.4 Mb
display 3248 ms 4908 ms 7.05 Mb 53.5 Mb
Hook Time Memory Usage
displayProductListReviews 44.266 ms 2.78 Mb
displayFooter 19.713 ms 0.87 Mb
ActionFrontControllerSetMedia 11.806 ms 1.77 Mb
displayLeftColumn 7.278 ms 0.45 Mb
displayNav2 5.594 ms 0.22 Mb
DisplayBeforeBodyClosingTag 2.915 ms 0.09 Mb
displayFooterBefore 2.454 ms 0.12 Mb
displayTop 1.947 ms 0.12 Mb
DisplayHeader 0.793 ms 0.10 Mb
DisplayFooter 0.777 ms 0.18 Mb
ProductSearchProvider 0.233 ms - Mb
DisplayLeftColumn 0.177 ms 0.05 Mb
DisplayMyAccountBlock 0.147 ms 0.01 Mb
DisplayAfterBodyOpeningTag 0.006 ms - Mb
ModuleRoutes 0.004 ms - Mb
DisplayFooterAfter 0.004 ms - Mb
DisplayFooterBefore 0.004 ms - Mb
DisplayNavFullWidth 0.003 ms - Mb
18 hook(s) 98.121 ms 6.76 Mb
Module Time Memory Usage
ps_checkout 813 ms 28.45 Mb
ps_socialfollow 2.166 ms 0.13 Mb
ps_emailalerts 0.118 ms 0.04 Mb
ps_accounts 1.662 ms 0.35 Mb
blockreassurance 0.573 ms 0.17 Mb
blockwishlist 1.260 ms 0.25 Mb
ps_shoppingcart 1.146 ms 0.07 Mb
ps_googleanalytics 3.629 ms 0.21 Mb
productcomments 45.666 ms 2.99 Mb
ps_searchbar 1.187 ms 0.08 Mb
ps_facetedsearch 0.858 ms 0.13 Mb
ps_languageselector 1.781 ms 0.07 Mb
ps_currencyselector 2.015 ms 0.09 Mb
ps_customersignin 1.257 ms 0.08 Mb
ps_mainmenu 2.412 ms 0.35 Mb
ps_categorytree 7.344 ms 0.47 Mb
ps_emailsubscription 1.487 ms 0.09 Mb
ps_linklist 18.905 ms 0.86 Mb
ps_customeraccountlinks 1.699 ms 0.16 Mb
19 module(s) 908 ms 35.05 Mb

Stopwatch SQL - 783 queries

# Query Time (ms) Rows Filesort Group By Location
386
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND p.date_add>'2025-07-05 00:00:00'
31.036 ms 9829400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
390
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value
27.521 ms 1755820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
25.399 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
640
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001558
ORDER BY f.position ASC
14.621 ms 5 Yes /classes/Product.php:6017
749
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001359) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
13.325 ms 1 Yes Yes /classes/Product.php:4520
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
9.983 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
401
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=14)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
8.688 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
403
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=16)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
6.489 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
400
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN 54cpc_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=7)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY pac.id_attribute
6.420 ms 196588000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
387
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 8) AND 
sp.id_group IN (0, 1) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2025-07-24 14:49:08' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-07-24 14:49:08' <= sp.to) 
) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124)))
5.837 ms 28322000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
381
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity DESC, p.id_product DESC
5.769 ms 39317600 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
402
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=15)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
5.540 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
392
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=5)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
5.530 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
396
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
5.430 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
382
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124)))
5.313 ms 196588000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
398
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
5.222 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
388
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=4)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
5.079 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
394
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p INNER JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=8)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) GROUP BY fp.id_feature_value
4.979 ms 9829400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
383
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124)))
4.872 ms 196588000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
384
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124)))
4.539 ms 196588000 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
385
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM 54cpc_product p LEFT JOIN 54cpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 54cpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 54cpc_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 54cpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 54cpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 54cpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 54cpc_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 54cpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN 54cpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=93 AND c.nright<=94 GROUP BY p.id_product) p LEFT JOIN 54cpc_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value IN (60, 55, 344, 1804, 1562, 46, 80, 65, 45, 71, 124)))
4.374 ms 9829400 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `54cpc_configuration` c
LEFT JOIN `54cpc_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
3.996 ms 1068 /classes/Configuration.php:180
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
3.249 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
759
SELECT SQL_NO_CACHE *
FROM `54cpc_link_block_lang`
WHERE `id_link_block` = 1
3.192 ms 1 /src/Adapter/EntityMapper.php:79
724
SELECT SQL_NO_CACHE c.*, cl.*
FROM `54cpc_category` c
INNER JOIN 54cpc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `54cpc_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `54cpc_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `54cpc_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
2.635 ms 88 Yes Yes /classes/Category.php:799
651
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001359 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.232 ms 0 /classes/Cart.php:1426
758
SELECT SQL_NO_CACHE *
FROM `54cpc_link_block` a
LEFT JOIN `54cpc_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
2.227 ms 1 /src/Adapter/EntityMapper.php:71
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
2.020 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
782
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `54cpc_category_product` cp
LEFT JOIN `54cpc_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `54cpc_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 54cpc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (2001338,2001231,2108149,2102388,2102372,2001156,2102333,2101193,2001357,2100603,2001355,2108151,2108150,2001358,2001356,2102689,2001446,2001558,2001359,2001461) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.979 ms 1760 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
506
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2101193) AND (b.`id_shop` = 1) LIMIT 1
1.863 ms 1 /src/Adapter/EntityMapper.php:71
397
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC
1.747 ms 474 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
591
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001358
ORDER BY f.position ASC
1.714 ms 5 Yes /classes/Product.php:6017
729
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001338) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.655 ms 1 Yes Yes /classes/Product.php:4520
419
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `54cpc_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `54cpc_hook_alias` ha
INNER JOIN `54cpc_hook` h ON ha.name = h.name
1.628 ms 0 /classes/Hook.php:1326
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.608 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
738
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2101193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.446 ms 1 Yes Yes /classes/Product.php:4520
750
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001461) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.406 ms 1 Yes Yes /classes/Product.php:4520
732
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001231) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.348 ms 1 Yes Yes /classes/Product.php:4520
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.318 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.308 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
395
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC
1.283 ms 278 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.265 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
733
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2108149) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.262 ms 1 Yes Yes /classes/Product.php:4520
652
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001359
ORDER BY f.position ASC
1.253 ms 5 Yes /classes/Product.php:6017
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.236 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
734
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2102388) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.235 ms 1 Yes Yes /classes/Product.php:4520
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `54cpc_module` m
INNER JOIN 54cpc_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 `54cpc_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `54cpc_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `54cpc_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`
1.234 ms 1670 Yes Yes /classes/Hook.php:1267
735
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2102372) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.223 ms 1 Yes Yes /classes/Product.php:4520
769
SELECT SQL_NO_CACHE *
FROM `54cpc_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
1.198 ms 1 /src/Adapter/EntityMapper.php:79
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.153 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.139 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
420
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `54cpc_hook_module` hm
STRAIGHT_JOIN `54cpc_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `54cpc_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.138 ms 386 /classes/Hook.php:456
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.130 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.109 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
737
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2102333) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.109 ms 1 Yes Yes /classes/Product.php:4520
340
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `54cpc_meta` m
LEFT JOIN `54cpc_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.108 ms 43 Yes /classes/Dispatcher.php:654
736
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.099 ms 1 Yes Yes /classes/Product.php:4520
404
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 54cpc_product p
LEFT JOIN 54cpc_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 54cpc_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 54cpc_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2001338,2001231,2108149,2102388,2102372,2001156,2102333,2101193,2001357,2100603,2001355,2108151,2108150,2001358,2001356,2102689,2001446,2001558,2001359,2001461)
1.098 ms 20 /classes/ProductAssembler.php:95
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.096 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.093 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
748
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001558) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.086 ms 1 Yes Yes /classes/Product.php:4520
708
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_languageselector" LIMIT 1
1.080 ms 1 /classes/module/Module.php:2636
428
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001231
AND image_shop.`cover` = 1 LIMIT 1
1.078 ms 1 /classes/Product.php:3570
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.077 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
611
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2102689)
1.063 ms 1 /classes/Product.php:3860
665
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001461
ORDER BY f.position ASC
1.059 ms 4 Yes /classes/Product.php:6017
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM 54cpc_shop_group gs
LEFT JOIN 54cpc_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN 54cpc_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
1.053 ms 1 Yes /classes/shop/Shop.php:715
746
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2102689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.043 ms 1 Yes Yes /classes/Product.php:4520
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.041 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
744
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001358) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.031 ms 1 Yes Yes /classes/Product.php:4520
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.026 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.025 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
743
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2108150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.023 ms 1 Yes Yes /classes/Product.php:4520
739
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001357) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.022 ms 1 Yes Yes /classes/Product.php:4520
461
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2102388 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.018 ms 2 Yes /classes/SpecificPrice.php:576
747
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001446) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.009 ms 1 Yes Yes /classes/Product.php:4520
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.007 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.006 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
1.005 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
742
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2108151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.000 ms 1 Yes Yes /classes/Product.php:4520
643
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001359) AND (b.`id_shop` = 1) LIMIT 1
0.997 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.994 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.993 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
615
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2102689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.993 ms 0 /classes/Cart.php:1426
659
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001461 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.985 ms 2 Yes /classes/SpecificPrice.php:576
542
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2100603
ORDER BY f.position ASC
0.984 ms 4 Yes /classes/Product.php:6017
639
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001558 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001558 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.980 ms 0 /classes/Cart.php:1426
740
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2100603) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.978 ms 1 Yes Yes /classes/Product.php:4520
745
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001356) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.978 ms 1 Yes Yes /classes/Product.php:4520
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.977 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.972 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.966 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
741
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 `54cpc_product_attribute` pa
INNER JOIN 54cpc_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 `54cpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `54cpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `54cpc_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001355) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.966 ms 1 Yes Yes /classes/Product.php:4520
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.966 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.965 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
603
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001356 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001356 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.963 ms 0 /classes/Cart.php:1426
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.961 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.959 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.957 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
567
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2108151
ORDER BY f.position ASC
0.957 ms 3 Yes /classes/Product.php:6017
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.953 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.951 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.945 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
664
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001461 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001461 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.938 ms 0 /classes/Cart.php:1426
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.937 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.936 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `54cpc_category` c
INNER JOIN 54cpc_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `54cpc_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `54cpc_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 263
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.930 ms 1 Yes Yes /classes/Category.php:924
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.923 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.923 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.923 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
391
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
0.921 ms 111 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
653
SELECT SQL_NO_CACHE *
FROM 54cpc_product_attachment pa
LEFT JOIN 54cpc_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN 54cpc_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2001359
0.920 ms 1 /classes/Product.php:6048
660
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001461)
0.917 ms 1 /classes/Product.php:3860
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.916 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.915 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
646
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001359 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.913 ms 2 Yes /classes/SpecificPrice.php:576
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.912 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
712
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `54cpc_currency` c
LEFT JOIN 54cpc_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.907 ms 1 /classes/Currency.php:1136
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.902 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.899 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.897 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.895 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.890 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.890 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
642
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.888 ms 1 /classes/Product.php:5655
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.888 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.887 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.880 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.879 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
616
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2102689
ORDER BY f.position ASC
0.877 ms 5 Yes /classes/Product.php:6017
399
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `54cpc_attribute_group` ag INNER JOIN `54cpc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `54cpc_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `54cpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN 54cpc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN 54cpc_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `54cpc_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC
0.867 ms 12 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.864 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.864 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.856 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `54cpc_module` m
LEFT JOIN `54cpc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.855 ms 67 /classes/module/Module.php:345
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.854 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
453
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2108149 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2108149 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.854 ms 0 /classes/Cart.php:1426
393
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC
0.853 ms 51 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.851 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.849 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE * FROM `54cpc_currency` c ORDER BY `iso_code` ASC
0.844 ms 1 Yes /classes/Currency.php:709
410
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 0 LIMIT 1
0.843 ms 1 /classes/SpecificPrice.php:426
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.841 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.839 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
658
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001461
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.839 ms 0 /classes/SpecificPrice.php:259
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.837 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
376
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `54cpc_feature` f  INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `54cpc_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `54cpc_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.835 ms 20 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.834 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
670
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001231
ORDER BY `position`
0.833 ms 1 Yes /classes/Product.php:3545
655
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.830 ms 1 /classes/Product.php:5655
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `54cpc_hook` h
WHERE (h.active = 1)
0.829 ms 1090 /classes/Hook.php:1366
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.828 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.824 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
408
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001338) AND (b.`id_shop` = 1) LIMIT 1
0.824 ms 1 /src/Adapter/EntityMapper.php:71
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.822 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.821 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
438
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001231 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001231 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.820 ms 0 /classes/Cart.php:1426
377
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
0.819 ms 111 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.817 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.817 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2102333
ORDER BY f.position ASC
0.814 ms 6 Yes /classes/Product.php:6017
654
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001461
AND image_shop.`cover` = 1 LIMIT 1
0.813 ms 1 /classes/Product.php:3570
518
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001357) AND (b.`id_shop` = 1) LIMIT 1
0.807 ms 1 /src/Adapter/EntityMapper.php:71
723
SELECT SQL_NO_CACHE *
FROM `54cpc_category` a
LEFT JOIN `54cpc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `54cpc_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.807 ms 1 /src/Adapter/EntityMapper.php:71
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.804 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
644
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001359 LIMIT 1
0.803 ms 1 /classes/SpecificPrice.php:435
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.800 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE name, alias FROM `54cpc_hook_alias`
0.800 ms 88 /classes/Hook.php:339
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.796 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.796 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.792 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.791 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
604
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001356
ORDER BY f.position ASC
0.782 ms 5 Yes /classes/Product.php:6017
443
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2108149 LIMIT 1
0.782 ms 1 /classes/SpecificPrice.php:435
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.778 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
656
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001461) AND (b.`id_shop` = 1) LIMIT 1
0.774 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.758 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE *
FROM `54cpc_category` a
LEFT JOIN `54cpc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `54cpc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 263) AND (b.`id_shop` = 1) LIMIT 1
0.756 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `54cpc_feature_value` v LEFT JOIN `54cpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 4 ORDER BY vl.`value` ASC
0.753 ms 34 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.749 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
425
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001338 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001338 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.743 ms 0 /classes/Cart.php:1426
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.739 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
610
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2102689 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.735 ms 2 Yes /classes/SpecificPrice.php:576
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.732 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
554
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001355 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001355 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.732 ms 0 /classes/Cart.php:1426
666
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001338
ORDER BY `position`
0.732 ms 2 Yes /classes/Product.php:3545
696
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001356
ORDER BY `position`
0.731 ms 1 Yes /classes/Product.php:3545
433
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001231 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.730 ms 2 Yes /classes/SpecificPrice.php:576
348
SELECT SQL_NO_CACHE *
FROM `54cpc_currency` a
LEFT JOIN `54cpc_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `54cpc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.726 ms 1 /src/Adapter/EntityMapper.php:71
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.725 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
730
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "productcomments" LIMIT 1
0.708 ms 1 /classes/module/Module.php:2636
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.705 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
555
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001355
ORDER BY f.position ASC
0.704 ms 4 Yes /classes/Product.php:6017
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.699 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
704
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001359
ORDER BY `position`
0.694 ms 1 Yes /classes/Product.php:3545
353
SELECT SQL_NO_CACHE *
FROM `54cpc_group` a
LEFT JOIN `54cpc_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.689 ms 1 /src/Adapter/EntityMapper.php:71
543
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.689 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.688 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.686 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
378
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `54cpc_attribute_group` ag  INNER JOIN 54cpc_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `54cpc_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `54cpc_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `54cpc_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.683 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.680 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
650
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001359) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.679 ms 1 /classes/stock/StockAvailable.php:453
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.677 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
595
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001356) AND (b.`id_shop` = 1) LIMIT 1
0.677 ms 1 /src/Adapter/EntityMapper.php:71
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.676 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
690
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2108151
ORDER BY `position`
0.673 ms 1 Yes /classes/Product.php:3545
541
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2100603 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2100603 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.673 ms 0 /classes/Cart.php:1426
647
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001359)
0.673 ms 1 /classes/Product.php:3860
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.672 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
632
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001558 LIMIT 1
0.670 ms 1 /classes/SpecificPrice.php:435
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.667 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.664 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.663 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.661 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
645
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001359
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.660 ms 1 /classes/SpecificPrice.php:259
479
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2102372
ORDER BY f.position ASC
0.656 ms 5 Yes /classes/Product.php:6017
728
SELECT SQL_NO_CACHE c.*, cl.*  FROM `54cpc_category` c
LEFT JOIN `54cpc_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 93 AND c.`nright` >= 94 AND c.`nleft` >= 1 AND c.`nright` <= 176 ORDER BY `nleft` DESC
0.654 ms 88 Yes /classes/Category.php:1600
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.651 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `54cpc_hook`
0.646 ms 1090 /classes/Hook.php:1326
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.646 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001558
AND image_shop.`cover` = 1 LIMIT 1
0.645 ms 1 /classes/Product.php:3570
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.643 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.641 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.640 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.640 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.640 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
698
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2102689
ORDER BY `position`
0.638 ms 1 Yes /classes/Product.php:3545
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.637 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.635 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.635 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE value FROM `54cpc_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.633 ms 1 /classes/shop/Shop.php:1183
703
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001558
0.633 ms 1 /classes/Product.php:2902
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.632 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
467
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2102388
ORDER BY f.position ASC
0.630 ms 2 Yes /classes/Product.php:6017
607
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2102689) AND (b.`id_shop` = 1) LIMIT 1
0.630 ms 1 /src/Adapter/EntityMapper.php:71
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM 54cpc_shop_url su
LEFT JOIN 54cpc_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.voituresminiatures.fr' OR su.domain_ssl = 'www.voituresminiatures.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.629 ms 1 Yes /classes/shop/Shop.php:1364
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.629 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
546
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001355) AND (b.`id_shop` = 1) LIMIT 1
0.629 ms 1 /src/Adapter/EntityMapper.php:71
510
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2101193)
0.628 ms 1 /classes/Product.php:3860
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.626 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
455
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_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` = 8
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.625 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
627
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001446 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001446 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.620 ms 0 /classes/Cart.php:1426
628
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001446
ORDER BY f.position ASC
0.619 ms 4 Yes /classes/Product.php:6017
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.618 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
421
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_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 ('74460' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '74460')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.618 ms 0 /classes/tax/TaxRulesTaxManager.php:109
426
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001338
ORDER BY f.position ASC
0.617 ms 5 Yes /classes/Product.php:6017
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.613 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
760
SELECT SQL_NO_CACHE *
FROM `54cpc_link_block` a
LEFT JOIN `54cpc_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.612 ms 1 /src/Adapter/EntityMapper.php:71
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.610 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
751
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.610 ms 1 /classes/module/Module.php:2636
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.607 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
763
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.607 ms 2 /classes/Meta.php:193
767
SELECT SQL_NO_CACHE *
FROM `54cpc_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.606 ms 1 /src/Adapter/EntityMapper.php:79
622
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001446 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.605 ms 2 Yes /classes/SpecificPrice.php:576
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.603 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.599 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.598 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.598 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001357
ORDER BY f.position ASC
0.598 ms 5 Yes /classes/Product.php:6017
20
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.597 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001357 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001357 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.597 ms 0 /classes/Cart.php:1426
430
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001231) AND (b.`id_shop` = 1) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.595 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.594 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.593 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.592 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.592 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
454
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2108149
ORDER BY f.position ASC
0.589 ms 2 Yes /classes/Product.php:6017
515
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2101193
ORDER BY f.position ASC
0.588 ms 4 Yes /classes/Product.php:6017
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.587 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
550
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001355)
0.585 ms 1 /classes/Product.php:3860
680
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2102333
ORDER BY `position`
0.584 ms 2 Yes /classes/Product.php:3545
439
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001231
ORDER BY f.position ASC
0.584 ms 4 Yes /classes/Product.php:6017
635
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001558)
0.583 ms 1 /classes/Product.php:3860
509
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2101193 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.583 ms 2 Yes /classes/SpecificPrice.php:576
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.582 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.582 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.582 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.580 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2100603
ORDER BY `position`
0.579 ms 1 Yes /classes/Product.php:3545
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.577 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.577 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
619
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001446) AND (b.`id_shop` = 1) LIMIT 1
0.576 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.575 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.574 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.573 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
566
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2108151 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2108151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.573 ms 0 /classes/Cart.php:1426
373
SELECT SQL_NO_CACHE *
FROM `54cpc_category` a0
LEFT JOIN `54cpc_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 93) AND (a0.`nright` > 94) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.572 ms 88 Yes /classes/PrestaShopCollection.php:383
345
SELECT SQL_NO_CACHE `id_lang` FROM `54cpc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.572 ms 1 /classes/Language.php:883
558
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2108151) AND (b.`id_shop` = 1) LIMIT 1
0.571 ms 1 /src/Adapter/EntityMapper.php:71
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.570 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.568 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.568 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
534
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2100603)
0.568 ms 1 /classes/Product.php:3860
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.567 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
590
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001358 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001358 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.566 ms 0 /classes/Cart.php:1426
776
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.565 ms 1 /classes/Meta.php:193
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.564 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
699
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2102689
0.564 ms 1 /classes/Product.php:2902
771
SELECT SQL_NO_CACHE *
FROM `54cpc_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.564 ms 1 /src/Adapter/EntityMapper.php:79
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.563 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
478
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102372 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2102372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.563 ms 0 /classes/Cart.php:1426
466
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102388 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2102388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.562 ms 0 /classes/Cart.php:1426
592
SELECT SQL_NO_CACHE *
FROM 54cpc_product_attachment pa
LEFT JOIN 54cpc_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN 54cpc_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 2001358
0.562 ms 1 /classes/Product.php:6048
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.561 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001558
ORDER BY `position`
0.561 ms 1 Yes /classes/Product.php:3545
342
SELECT SQL_NO_CACHE m.* FROM `54cpc_module` m WHERE m.`active` = 1
0.560 ms 67 /src/Adapter/Module/Repository/ModuleRepository.php:100
725
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `54cpc_category` c
LEFT JOIN `54cpc_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.560 ms 2 /classes/Category.php:2242
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.559 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.559 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.559 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
634
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001558 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.559 ms 2 Yes /classes/SpecificPrice.php:576
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.558 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102333 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2102333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.557 ms 0 /classes/Cart.php:1426
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.555 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.555 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
598
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001356 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.555 ms 2 Yes /classes/SpecificPrice.php:576
757
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM 54cpc_link_block lb
INNER JOIN 54cpc_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.555 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
762
SELECT SQL_NO_CACHE *
FROM `54cpc_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.554 ms 1 /src/Adapter/EntityMapper.php:71
684
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001357
ORDER BY `position`
0.553 ms 2 Yes /classes/Product.php:3545
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.552 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.552 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
578
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2108150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2108150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.551 ms 0 /classes/Cart.php:1426
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.549 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
514
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2101193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2101193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.549 ms 0 /classes/Cart.php:1426
579
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2108150
ORDER BY f.position ASC
0.549 ms 3 Yes /classes/Product.php:6017
549
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001355 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.548 ms 2 Yes /classes/SpecificPrice.php:576
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.547 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2108151 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.547 ms 2 Yes /classes/SpecificPrice.php:576
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.546 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
674
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2102388
ORDER BY `position`
0.546 ms 1 Yes /classes/Product.php:3545
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2101193
AND image_shop.`cover` = 1 LIMIT 1
0.544 ms 1 /classes/Product.php:3570
672
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2108149
ORDER BY `position`
0.543 ms 1 Yes /classes/Product.php:3545
491
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM 54cpc_feature_product pf
LEFT JOIN 54cpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN 54cpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN 54cpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN 54cpc_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001156
ORDER BY f.position ASC
0.542 ms 5 Yes /classes/Product.php:6017
614
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2102689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.542 ms 1 /classes/stock/StockAvailable.php:453
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.541 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.541 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.540 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.540 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
700
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001446
ORDER BY `position`
0.540 ms 1 Yes /classes/Product.php:3545
580
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001358
AND image_shop.`cover` = 1 LIMIT 1
0.539 ms 2 /classes/Product.php:3570
354
SELECT SQL_NO_CACHE *
FROM `54cpc_group_lang`
WHERE `id_group` = 1
0.538 ms 1 /src/Adapter/EntityMapper.php:79
427
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_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 ('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.537 ms 0 /classes/tax/TaxRulesTaxManager.php:109
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.536 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.534 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
631
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001558) AND (b.`id_shop` = 1) LIMIT 1
0.534 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.531 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.531 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
682
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2101193
ORDER BY `position`
0.531 ms 1 Yes /classes/Product.php:3545
731
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 183 AND `id_shop` = 1 LIMIT 1
0.531 ms 1 /classes/module/Module.php:2109
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.530 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
706
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001461
ORDER BY `position`
0.530 ms 1 Yes /classes/Product.php:3545
424
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001338) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.529 ms 1 /classes/stock/StockAvailable.php:453
676
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2102372
ORDER BY `position`
0.529 ms 1 Yes /classes/Product.php:3545
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.528 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
530
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2100603) AND (b.`id_shop` = 1) LIMIT 1
0.528 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.527 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.527 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE *
FROM `54cpc_currency` a
LEFT JOIN `54cpc_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001359
AND image_shop.`cover` = 1 LIMIT 1
0.526 ms 1 /classes/Product.php:3570
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.525 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.524 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.523 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
490
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `54cpc_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001156 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `54cpc_cart_product` cp JOIN `54cpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `54cpc_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.523 ms 0 /classes/Cart.php:1426
685
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001357
0.523 ms 1 /classes/Product.php:2902
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.522 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.521 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.521 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
705
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001359
0.521 ms 1 /classes/Product.php:2902
434
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001231)
0.520 ms 1 /classes/Product.php:3860
688
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001355
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3545
668
SELECT SQL_NO_CACHE state FROM 54cpc_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.519 ms 1 /classes/FeatureFlag.php:105
694
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001358
ORDER BY `position`
0.518 ms 2 Yes /classes/Product.php:3545
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.517 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
356
SELECT SQL_NO_CACHE `id_category`
FROM `54cpc_category_shop`
WHERE `id_category` = 263
AND `id_shop` = 1 LIMIT 1
0.517 ms 1 /classes/Category.php:2450
531
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2100603 LIMIT 1
0.517 ms 1 /classes/SpecificPrice.php:435
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.517 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
533
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2100603 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.515 ms 2 Yes /classes/SpecificPrice.php:576
765
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_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.513 ms 2 /classes/Meta.php:193
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.512 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.512 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.511 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.511 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.509 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.509 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2108150
ORDER BY `position`
0.509 ms 1 Yes /classes/Product.php:3545
362
SELECT SQL_NO_CACHE 1 FROM 54cpc_cart_product cp INNER JOIN 54cpc_product p
ON (p.id_product = cp.id_product) INNER JOIN 54cpc_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.508 ms 1 /classes/Cart.php:4243
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.507 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
605
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2102689
AND image_shop.`cover` = 1 LIMIT 1
0.507 ms 1 /classes/Product.php:3570
663
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.506 ms 1 /classes/stock/StockAvailable.php:453
536
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('74460' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '74460')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.505 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
357
SELECT SQL_NO_CACHE ctg.`id_group`
FROM 54cpc_category_group ctg
WHERE ctg.`id_category` = 263 AND ctg.`id_group` = 1 LIMIT 1
0.505 ms 1 /classes/Category.php:1754
678
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `54cpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001156
ORDER BY `position`
0.505 ms 1 Yes /classes/Product.php:3545
343
SELECT SQL_NO_CACHE m.* FROM `54cpc_module` m WHERE m.`active` = 1
0.504 ms 67 /src/Adapter/Module/Repository/ModuleRepository.php:100
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.503 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
508
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2101193
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.503 ms 0 /classes/SpecificPrice.php:259
710
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.503 ms 1 /classes/module/Module.php:2636
657
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001461 LIMIT 1
0.502 ms 1 /classes/SpecificPrice.php:435
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.502 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
412
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE `id_product` != 0 LIMIT 1
0.502 ms 1537 /classes/SpecificPrice.php:297
779
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.502 ms 1 /classes/module/Module.php:2636
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.501 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
649
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001359 AND `id_group` = 1 LIMIT 1
0.501 ms 0 /classes/GroupReduction.php:156
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.501 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.501 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.500 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
470
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2102372) AND (b.`id_shop` = 1) LIMIT 1
0.500 ms 1 /src/Adapter/EntityMapper.php:71
766
SELECT SQL_NO_CACHE *
FROM `54cpc_cms` a
LEFT JOIN `54cpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.497 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
582
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001358) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.496 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
473
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2102372 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.496 ms 2 Yes /classes/SpecificPrice.php:576
671
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001231
0.495 ms 1 /classes/Product.php:2902
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.494 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.493 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.493 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.492 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
562
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2108151)
0.492 ms 1 /classes/Product.php:3860
608
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2102689 LIMIT 1
0.492 ms 1 /classes/SpecificPrice.php:435
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.491 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
667
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001338
0.491 ms 1 /classes/Product.php:2902
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.490 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001338 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.490 ms 2 Yes /classes/SpecificPrice.php:576
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.490 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.490 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.490 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.490 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
507
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2101193 LIMIT 1
0.488 ms 1 /classes/SpecificPrice.php:435
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.487 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.487 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
593
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001356
AND image_shop.`cover` = 1 LIMIT 1
0.487 ms 1 /classes/Product.php:3570
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001558) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.487 ms 1 /classes/stock/StockAvailable.php:453
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.486 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.486 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
6
SELECT SQL_NO_CACHE *
FROM `54cpc_country` a
LEFT JOIN `54cpc_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `54cpc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.486 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.485 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
458
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2102388) AND (b.`id_shop` = 1) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:71
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.484 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE 1 FROM `54cpc_cart_rule` WHERE ((date_to >= "2025-07-24 00:00:00" AND date_to <= "2025-07-24 23:59:59") OR (date_from >= "2025-07-24 00:00:00" AND date_from <= "2025-07-24 23:59:59") OR (date_from < "2025-07-24 00:00:00" AND date_to > "2025-07-24 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.484 ms 2 /classes/CartRule.php:357
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.482 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.482 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.482 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.481 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
697
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001356
0.481 ms 1 /classes/Product.php:2902
444
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2108149
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.480 ms 1 /classes/SpecificPrice.php:259
606
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.480 ms 1 /classes/Product.php:5655
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.479 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.478 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
494
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2102333) AND (b.`id_shop` = 1) LIMIT 1
0.475 ms 1 /src/Adapter/EntityMapper.php:71
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.474 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.474 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.474 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.473 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.473 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE *
FROM `54cpc_currency_lang`
WHERE `id_currency` = 1
0.472 ms 1 /src/Adapter/EntityMapper.php:79
764
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.472 ms 2 /classes/Meta.php:193
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.472 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.471 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.471 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
349
SELECT SQL_NO_CACHE `id_lang` FROM `54cpc_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.471 ms 1 /classes/Language.php:883
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.470 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
442
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2108149) AND (b.`id_shop` = 1) LIMIT 1
0.470 ms 1 /src/Adapter/EntityMapper.php:71
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.469 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.469 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.469 ms 1 /classes/module/Module.php:2636
617
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001446
AND image_shop.`cover` = 1 LIMIT 1
0.468 ms 1 /classes/Product.php:3570
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.467 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
709
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 243 AND `id_shop` = 1 LIMIT 1
0.466 ms 1 /classes/module/Module.php:2109
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `54cpc_module` m
LEFT JOIN `54cpc_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.464 ms 67 /classes/module/Module.php:345
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.464 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
752
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.463 ms 1 /classes/module/Module.php:2109
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.461 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.459 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE * FROM `54cpc_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.459 ms 1 /classes/module/Module.php:2018
482
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001156) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
570
SELECT SQL_NO_CACHE *
FROM `54cpc_product` a
LEFT JOIN `54cpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `54cpc_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2108150) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
449
SELECT SQL_NO_CACHE *
FROM `54cpc_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
516
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001357
AND image_shop.`cover` = 1 LIMIT 1
0.458 ms 2 /classes/Product.php:3570
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.457 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.457 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.456 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.456 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
573
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2108150 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.456 ms 2 Yes /classes/SpecificPrice.php:576
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.456 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
695
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001358
0.456 ms 1 /classes/Product.php:2902
375
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM 54cpc_layered_category
WHERE controller = 'category'
AND id_category = 263
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.455 ms 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.455 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
669
SELECT SQL_NO_CACHE * FROM `54cpc_image_type`
0.454 ms 7 /classes/ImageType.php:161
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.454 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
673
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2108149
0.454 ms 1 /classes/Product.php:2902
693
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2108150
0.454 ms 1 /classes/Product.php:2902
701
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001446
0.453 ms 1 /classes/Product.php:2902
596
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001356 LIMIT 1
0.450 ms 1 /classes/SpecificPrice.php:435
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.449 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
462
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2102388)
0.448 ms 1 /classes/Product.php:3860
497
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2102333 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.448 ms 2 Yes /classes/SpecificPrice.php:576
612
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2102689 AND id_shop=1 LIMIT 1
0.448 ms 1 /classes/Product.php:6872
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.447 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.447 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.446 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001156 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.446 ms 2 Yes /classes/SpecificPrice.php:576
585
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001358 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.445 ms 2 Yes /classes/SpecificPrice.php:576
707
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001461
0.445 ms 1 /classes/Product.php:2902
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.444 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
599
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001356)
0.444 ms 1 /classes/Product.php:3860
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.443 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.443 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
446
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2108149)
0.442 ms 1 /classes/Product.php:3860
521
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2001357 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.442 ms 2 Yes /classes/SpecificPrice.php:576
544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001355
AND image_shop.`cover` = 1 LIMIT 1
0.442 ms 1 /classes/Product.php:3570
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.441 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.440 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
520
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001357
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.440 ms 1 /classes/SpecificPrice.php:259
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.438 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.438 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
445
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `54cpc_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2108149 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.438 ms 2 Yes /classes/SpecificPrice.php:576
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.437 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.434 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
726
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `54cpc_category` c
LEFT JOIN `54cpc_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 263 LIMIT 1
0.434 ms 1 /classes/Category.php:1585
773
SELECT SQL_NO_CACHE *
FROM `54cpc_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.434 ms 1 /src/Adapter/EntityMapper.php:79
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.432 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.432 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.432 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
492
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2102333
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 2 /classes/Product.php:3570
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.431 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.431 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
770
SELECT SQL_NO_CACHE *
FROM `54cpc_cms` a
LEFT JOIN `54cpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
648
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001359 AND id_shop=1 LIMIT 1
0.429 ms 1 /classes/Product.php:6872
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.426 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
681
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2102333
0.426 ms 1 /classes/Product.php:2902
687
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2100603
0.426 ms 1 /classes/Product.php:2902
480
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001156
AND image_shop.`cover` = 1 LIMIT 1
0.425 ms 1 /classes/Product.php:3570
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.423 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
675
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2102388
0.423 ms 1 /classes/Product.php:2902
456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2102388
AND image_shop.`cover` = 1 LIMIT 1
0.422 ms 1 /classes/Product.php:3570
559
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2108151 LIMIT 1
0.422 ms 1 /classes/SpecificPrice.php:435
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.421 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.421 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.420 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
777
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.420 ms 1 /classes/Meta.php:193
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.419 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `54cpc_lang` l
JOIN 54cpc_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.418 ms 1 /classes/Language.php:1216
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `54cpc_shop` WHERE `active` = 1)
0.418 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
662
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001461 AND `id_group` = 1 LIMIT 1
0.417 ms 0 /classes/GroupReduction.php:156
620
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001446 LIMIT 1
0.416 ms 1 /classes/SpecificPrice.php:435
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.415 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.415 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
SELECT SQL_NO_CACHE `name`
FROM `54cpc_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1
0.415 ms 1 /classes/Manufacturer.php:316
440
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2108149
AND image_shop.`cover` = 1 LIMIT 1
0.415 ms 1 /classes/Product.php:3570
691
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2108151
0.414 ms 1 /classes/Product.php:2902
367
SELECT SQL_NO_CACHE * FROM `54cpc_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.413 ms 7 Yes /classes/ImageType.php:109
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.412 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE c.id_currency
FROM `54cpc_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.412 ms 1 /classes/Currency.php:893
683
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2101193
0.411 ms 1 /classes/Product.php:2902
679
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001156
0.410 ms 1 /classes/Product.php:2902
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.410 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.409 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
468
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2102372
AND image_shop.`cover` = 1 LIMIT 1
0.408 ms 1 /classes/Product.php:3570
545
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.408 ms 1 /classes/Product.php:5655
677
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2102372
0.407 ms 1 /classes/Product.php:2902
522
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001357)
0.406 ms 1 /classes/Product.php:3860
613
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2102689 AND `id_group` = 1 LIMIT 1
0.405 ms 0 /classes/GroupReduction.php:156
689
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `54cpc_product_attribute`
WHERE `id_product` = 2001355
0.404 ms 1 /classes/Product.php:2902
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.402 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.402 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
623
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001446)
0.401 ms 1 /classes/Product.php:3860
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.397 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
528
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2100603
AND image_shop.`cover` = 1 LIMIT 1
0.396 ms 1 /classes/Product.php:3570
721
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.396 ms 1 /classes/module/Module.php:2636
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.395 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
19
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.394 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
581
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.394 ms 1 /classes/Product.php:5655
417
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001338)
0.393 ms 1 /classes/Product.php:3860
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.393 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.391 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
661
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001461 AND id_shop=1 LIMIT 1
0.390 ms 1 /classes/Product.php:6872
474
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2102372)
0.390 ms 1 /classes/Product.php:3860
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.389 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.389 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.389 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
754
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.389 ms 1 /classes/module/Module.php:2109
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.388 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
717
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.388 ms 1 /classes/module/Module.php:2636
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.387 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE id_shop
FROM `54cpc_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.387 ms 1 /classes/ObjectModel.php:1729
586
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001358)
0.387 ms 1 /classes/Product.php:3860
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.385 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.383 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.382 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.382 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `54cpc_lang` l
LEFT JOIN `54cpc_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.381 ms 1 /classes/Language.php:1080
519
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001357 LIMIT 1
0.381 ms 1 /classes/SpecificPrice.php:435
568
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2108150
AND image_shop.`cover` = 1 LIMIT 1
0.381 ms 1 /classes/Product.php:3570
780
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.381 ms 1 /classes/module/Module.php:2109
21
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.380 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.380 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
715
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.380 ms 1 /classes/module/Module.php:2636
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.379 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
18
SELECT SQL_NO_CACHE `id_lang`
FROM `54cpc_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.379 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
17
SELECT SQL_NO_CACHE m.* FROM `54cpc_module` m WHERE m.`active` = 1
0.378 ms 67 /src/Adapter/Module/Repository/ModuleRepository.php:100
768
SELECT SQL_NO_CACHE *
FROM `54cpc_cms` a
LEFT JOIN `54cpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.377 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
374
SELECT SQL_NO_CACHE `id_category`
FROM `54cpc_category_shop`
WHERE `id_category` = 263
AND `id_shop` = 1 LIMIT 1
0.377 ms 1 /classes/Category.php:2450
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.376 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
574
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2108150)
0.375 ms 1 /classes/Product.php:3860
637
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001558 AND `id_group` = 1 LIMIT 1
0.374 ms 0 /classes/GroupReduction.php:156
774
SELECT SQL_NO_CACHE *
FROM `54cpc_cms` a
LEFT JOIN `54cpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
761
SELECT SQL_NO_CACHE *
FROM `54cpc_link_block_lang`
WHERE `id_link_block` = 2
0.373 ms 1 /src/Adapter/EntityMapper.php:79
552
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001355 AND `id_group` = 1 LIMIT 1
0.372 ms 0 /classes/GroupReduction.php:156
753
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.372 ms 1 /classes/module/Module.php:2636
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.371 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
755
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_linklist" LIMIT 1
0.371 ms 1 /classes/module/Module.php:2636
7
SELECT SQL_NO_CACHE *
FROM `54cpc_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.369 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
486
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2001156)
0.369 ms 1 /classes/Product.php:3860
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.369 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.368 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.367 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
714
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.367 ms 1 /classes/module/Module.php:2109
370
SELECT SQL_NO_CACHE *
FROM `54cpc_country` a
LEFT JOIN `54cpc_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001338
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 2 /classes/Product.php:3570
727
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `54cpc_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.365 ms 1 /classes/Category.php:1591
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.364 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.364 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
505
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.363 ms 1 /classes/Product.php:5655
722
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1
0.363 ms 1 /classes/module/Module.php:2109
471
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2102372 LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:435
498
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 `54cpc_product` p
INNER JOIN `54cpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `54cpc_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` = 2102333)
0.363 ms 1 /classes/Product.php:3860
775
SELECT SQL_NO_CACHE *
FROM `54cpc_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.363 ms 1 /src/Adapter/EntityMapper.php:79
368
SELECT SQL_NO_CACHE format
FROM `54cpc_address_format`
WHERE `id_country` = 8 LIMIT 1
0.361 ms 1 /classes/AddressFormat.php:656
556
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `54cpc_image` i
INNER JOIN 54cpc_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2108151
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 1 /classes/Product.php:3570
583
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001358 LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:435
756
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 240 AND `id_shop` = 1 LIMIT 1
0.361 ms 1 /classes/module/Module.php:2109
781
SELECT SQL_NO_CACHE data
FROM `54cpc_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.361 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
355
SELECT SQL_NO_CACHE id_shop
FROM `54cpc_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.360 ms 1 /classes/ObjectModel.php:1729
719
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.360 ms 1 /classes/module/Module.php:2636
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.359 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.359 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
778
SELECT SQL_NO_CACHE *
FROM 54cpc_meta m
LEFT JOIN 54cpc_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.359 ms 1 /classes/Meta.php:193
441
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.358 ms 1 /classes/Product.php:5655
621
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001446
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.358 ms 1 /classes/SpecificPrice.php:259
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.357 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
460
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2102388
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.357 ms 0 /classes/SpecificPrice.php:259
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.356 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
SELECT SQL_NO_CACHE tr.*
FROM `54cpc_tax_rule` tr
JOIN `54cpc_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` = 8
AND tr.`id_state` IN (0, 0)
AND ('74460' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '74460')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.355 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
459
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2102388 LIMIT 1
0.355 ms 1 /classes/SpecificPrice.php:435
633
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001558
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.355 ms 0 /classes/SpecificPrice.php:259
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.353 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE 1 FROM `54cpc_cart_rule` WHERE ((date_to >= "2025-07-24 00:00:00" AND date_to <= "2025-07-24 23:59:59") OR (date_from >= "2025-07-24 00:00:00" AND date_from <= "2025-07-24 23:59:59") OR (date_from < "2025-07-24 00:00:00" AND date_to > "2025-07-24 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.353 ms 2 /classes/CartRule.php:357
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.352 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
548
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001355
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.352 ms 0 /classes/SpecificPrice.php:259
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.350 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.350 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.350 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
483
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001156 LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:435
597
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001356
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.350 ms 0 /classes/SpecificPrice.php:259
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.349 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
711
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 244 AND `id_shop` = 1 LIMIT 1
0.349 ms 1 /classes/module/Module.php:2109
716
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.349 ms 1 /classes/module/Module.php:2109
602
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001356) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.348 ms 1 /classes/stock/StockAvailable.php:453
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.348 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.348 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
8
SELECT SQL_NO_CACHE *
FROM `54cpc_lang` a
LEFT JOIN `54cpc_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.347 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_accounts" LIMIT 1
0.347 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.345 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
532
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2100603
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.344 ms 0 /classes/SpecificPrice.php:259
564
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2108151 AND `id_group` = 1 LIMIT 1
0.344 ms 0 /classes/GroupReduction.php:156
720
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 246 AND `id_shop` = 1 LIMIT 1
0.343 ms 1 /classes/module/Module.php:2109
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.342 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.341 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.339 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.338 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
718
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 245 AND `id_shop` = 1 LIMIT 1
0.338 ms 1 /classes/module/Module.php:2109
415
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001338
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:259
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.336 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
537
SELECT SQL_NO_CACHE *
FROM `54cpc_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.335 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
601
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001356 AND `id_group` = 1 LIMIT 1
0.335 ms 0 /classes/GroupReduction.php:156
626
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.335 ms 1 /classes/stock/StockAvailable.php:453
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.334 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.333 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
594
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.333 ms 1 /classes/Product.php:5655
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `54cpc_hook_alias`
0.332 ms 88 /classes/Hook.php:287
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.332 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
772
SELECT SQL_NO_CACHE *
FROM `54cpc_cms` a
LEFT JOIN `54cpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
380
SELECT SQL_NO_CACHE *
FROM `54cpc_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1
0.331 ms 1 /src/Adapter/EntityMapper.php:79
379
SELECT SQL_NO_CACHE *
FROM `54cpc_category` a
LEFT JOIN `54cpc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 263) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.329 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.329 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.328 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.327 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.327 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `need_identification_number`
FROM `54cpc_country`
WHERE `id_country` = 8 LIMIT 1
0.326 ms 1 /classes/Country.php:405
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.322 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.321 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
517
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.320 ms 1 /classes/Product.php:5655
422
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001338 AND `id_group` = 1 LIMIT 1
0.318 ms 0 /classes/GroupReduction.php:156
571
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2108150 LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:435
618
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.318 ms 1 /classes/Product.php:5655
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM 54cpc_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.316 ms 1 /classes/shop/ShopUrl.php:182
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.314 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
484
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.314 ms 0 /classes/SpecificPrice.php:259
609
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2102689
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.314 ms 0 /classes/SpecificPrice.php:259
625
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001446 AND `id_group` = 1 LIMIT 1
0.314 ms 0 /classes/GroupReduction.php:156
538
SELECT SQL_NO_CACHE *
FROM `54cpc_tax_lang`
WHERE `id_tax` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM 54cpc_shop s
LEFT JOIN 54cpc_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.312 ms 1 /classes/shop/Shop.php:218
630
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.312 ms 1 /classes/Product.php:5655
366
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.312 ms 0 /classes/module/Module.php:2109
560
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2108151
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.311 ms 1 /classes/SpecificPrice.php:259
524
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001357 AND `id_group` = 1 LIMIT 1
0.311 ms 0 /classes/GroupReduction.php:156
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.310 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.310 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
3
SELECT SQL_NO_CACHE *
FROM `54cpc_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
472
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2102372
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.308 ms 0 /classes/SpecificPrice.php:259
429
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.307 ms 1 /classes/Product.php:5655
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `54cpc_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.306 ms 129 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
584
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001358
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.305 ms 0 /classes/SpecificPrice.php:259
450
SELECT SQL_NO_CACHE *
FROM `54cpc_tax_lang`
WHERE `id_tax` = 32
0.304 ms 1 /src/Adapter/EntityMapper.php:79
553
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001355) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.303 ms 1 /classes/stock/StockAvailable.php:453
572
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2108150
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:259
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001357) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
452
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2108149) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
476
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2102372 AND `id_group` = 1 LIMIT 1
0.299 ms 0 /classes/GroupReduction.php:156
588
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001358 AND `id_group` = 1 LIMIT 1
0.299 ms 0 /classes/GroupReduction.php:156
577
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2108150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
565
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2108151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
513
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2101193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.297 ms 1 /classes/stock/StockAvailable.php:453
540
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2100603) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.297 ms 1 /classes/stock/StockAvailable.php:453
432
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2001231
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.296 ms 0 /classes/SpecificPrice.php:259
423
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_group`
WHERE `id_group` = 1 LIMIT 1
0.295 ms 1 /classes/Group.php:154
535
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2100603 AND id_shop=1 LIMIT 1
0.295 ms 1 /classes/Product.php:6872
547
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001355 LIMIT 1
0.295 ms 1 /classes/SpecificPrice.php:435
431
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001231 LIMIT 1
0.294 ms 1 /classes/SpecificPrice.php:435
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001558 AND id_shop=1 LIMIT 1
0.294 ms 1 /classes/Product.php:6872
539
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2100603 AND `id_group` = 1 LIMIT 1
0.293 ms 0 /classes/GroupReduction.php:156
512
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2101193 AND `id_group` = 1 LIMIT 1
0.292 ms 0 /classes/GroupReduction.php:156
371
SELECT SQL_NO_CACHE *
FROM `54cpc_country_lang`
WHERE `id_country` = 8
0.291 ms 1 /src/Adapter/EntityMapper.php:79
589
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001358) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:453
372
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM 54cpc_required_field
0.289 ms 1 /classes/ObjectModel.php:1592
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001231) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
464
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2102388 AND `id_group` = 1 LIMIT 1
0.289 ms 0 /classes/GroupReduction.php:156
477
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2102372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
496
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `54cpc_specific_price_priority`
WHERE `id_product` = 2102333
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.288 ms 0 /classes/SpecificPrice.php:259
576
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2108150 AND `id_group` = 1 LIMIT 1
0.288 ms 0 /classes/GroupReduction.php:156
436
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001231 AND `id_group` = 1 LIMIT 1
0.287 ms 0 /classes/GroupReduction.php:156
529
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.286 ms 1 /classes/Product.php:5655
465
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2102388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.286 ms 1 /classes/stock/StockAvailable.php:453
451
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2108149 AND `id_group` = 1 LIMIT 1
0.285 ms 0 /classes/GroupReduction.php:156
469
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.283 ms 1 /classes/Product.php:5655
557
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.283 ms 1 /classes/Product.php:5655
500
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2102333 AND `id_group` = 1 LIMIT 1
0.280 ms 0 /classes/GroupReduction.php:156
406
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `54cpc_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 263 LIMIT 1
0.279 ms 1 /classes/Category.php:1378
9
SELECT SQL_NO_CACHE id_shop
FROM `54cpc_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.276 ms 1 /classes/ObjectModel.php:1729
481
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.275 ms 1 /classes/Product.php:5655
488
SELECT SQL_NO_CACHE `reduction`
FROM `54cpc_product_group_reduction_cache`
WHERE `id_product` = 2001156 AND `id_group` = 1 LIMIT 1
0.275 ms 0 /classes/GroupReduction.php:156
365
SELECT SQL_NO_CACHE `id_module` FROM `54cpc_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.274 ms 0 /classes/module/Module.php:2636
624
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001446 AND id_shop=1 LIMIT 1
0.274 ms 1 /classes/Product.php:6872
569
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.273 ms 1 /classes/Product.php:5655
457
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.272 ms 1 /classes/Product.php:5655
495
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2102333 LIMIT 1
0.270 ms 1 /classes/SpecificPrice.php:435
489
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2001156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.265 ms 1 /classes/stock/StockAvailable.php:453
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `54cpc_stock_available`
WHERE (id_product = 2102333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.265 ms 1 /classes/stock/StockAvailable.php:453
413
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE `from` BETWEEN '2025-07-24 00:00:00' AND '2025-07-24 23:59:59' LIMIT 1
0.264 ms 1 /classes/SpecificPrice.php:377
600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001356 AND id_shop=1 LIMIT 1
0.258 ms 1 /classes/Product.php:6872
493
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.252 ms 1 /classes/Product.php:5655
411
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE id_product = 2001338 LIMIT 1
0.245 ms 1 /classes/SpecificPrice.php:435
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001338 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6872
435
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001231 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6872
563
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2108151 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6872
475
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2102372 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6872
414
SELECT SQL_NO_CACHE 1 FROM `54cpc_specific_price` WHERE `to` BETWEEN '2025-07-24 00:00:00' AND '2025-07-24 23:59:59' LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:381
551
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001355 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6872
575
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2108150 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6872
487
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001156 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6872
523
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001357 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6872
511
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2101193 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6872
407
SELECT SQL_NO_CACHE name FROM 54cpc_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 263 LIMIT 1
0.229 ms 1 /classes/Product.php:5655
587
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2001358 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6872
447
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2108149 AND id_shop=1 LIMIT 1
0.228 ms 1 /classes/Product.php:6872
463
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2102388 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6872
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `54cpc_product_shop`
WHERE `id_product` = 2102333 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6872

Doubles

160 queries
            SELECT `key`, `translation`, `domain`
            FROM `XXcpc_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `XXcpc_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `XXcpc_shop` WHERE `active` = XX)
21 queries
SELECT XX FROM `XXcpc_specific_price` WHERE id_product = XX LIMIT XX
20 queries
SELECT image_shop.`id_image`
                    FROM `XXcpc_image` i
                     INNER JOIN XXcpc_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
20 queries
SELECT name FROM XXcpc_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
20 queries
SELECT *
FROM `XXcpc_product` a
LEFT JOIN `XXcpc_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `XXcpc_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
20 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `XXcpc_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
20 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `XXcpc_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` = 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
20 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `XXcpc_product` p
INNER JOIN `XXcpc_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `XXcpc_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)
20 queries
                            SELECT `id_tax_rules_group`
                            FROM `XXcpc_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
20 queries
			SELECT `reduction`
			FROM `XXcpc_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
20 queries
SELECT SUM(quantity)
FROM `XXcpc_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
20 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `XXcpc_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `XXcpc_cart_product` cp JOIN `XXcpc_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `XXcpc_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
20 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM XXcpc_feature_product pf
                LEFT JOIN XXcpc_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN XXcpc_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN XXcpc_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN XXcpc_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
20 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `XXcpc_image` i
             INNER JOIN XXcpc_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `XXcpc_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
20 queries
SELECT `id_product_attribute`
            FROM `XXcpc_product_attribute`
            WHERE `id_product` = XX
20 queries
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 `XXcpc_product_attribute` pa
             INNER JOIN XXcpc_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 `XXcpc_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `XXcpc_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `XXcpc_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `XXcpc_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;
13 queries
SELECT `id_module` FROM `XXcpc_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM XXcpc_product p LEFT JOIN XXcpc_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN XXcpc_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN XXcpc_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN XXcpc_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN XXcpc_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN XXcpc_category_product cp ON (p.id_product = cp.id_product) INNER JOIN XXcpc_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN XXcpc_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN XXcpc_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN XXcpc_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN XXcpc_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
6 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `XXcpc_feature_value` v LEFT JOIN `XXcpc_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `XXcpc_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
6 queries
				SELECT tr.*
				FROM `XXcpc_tax_rule` tr
				JOIN `XXcpc_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
5 queries
SELECT *
FROM `XXcpc_cms` a
LEFT JOIN `XXcpc_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
5 queries
SELECT *
							FROM `XXcpc_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
3 queries
SELECT m.* FROM `XXcpc_module` m WHERE m.`active` = XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `XXcpc_module` m
                LEFT JOIN `XXcpc_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT *
FROM `XXcpc_category` a
LEFT JOIN `XXcpc_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `XXcpc_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
2 queries
SELECT `id_lang` FROM `XXcpc_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `XXcpc_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT XX FROM `XXcpc_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `XXcpc_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2 queries
SELECT *
							FROM `XXcpc_tax_lang`
							WHERE `id_tax` = XX
2 queries
        SELECT *
        FROM XXcpc_product_attachment pa
        LEFT JOIN XXcpc_attachment a ON a.id_attachment = pa.id_attachment
        LEFT JOIN XXcpc_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = XX)
        WHERE pa.id_product = XX
2 queries
SELECT *
FROM `XXcpc_link_block` a
LEFT JOIN `XXcpc_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `XXcpc_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

320 translation
164 shop
79 product
79 product_shop
62 product_attribute
60 feature_product
45 specific_price
43 stock_available
42 product_attribute_combination
41 cart_product
40 image
40 image_shop
40 product_attribute_shop
31 category_lang
29 category
26 feature_value_lang
22 attribute_group
22 attribute
21 module
21 feature
21 feature_shop
21 feature_lang
21 attribute_lang
21 product_lang
20 category_group
20 specific_price_priority
20 product_group_reduction_cache
20 pack
20 image_lang
18 category_product
17 product_sale
16 module_shop
8 category_shop
7 hook
7 meta
7 meta_lang
6 lang
6 feature_value
6 layered_indexable_feature_value_lang_value
6 tax_rule
6 tax_rules_group
5 currency
5 cms
5 cms_shop
5 cms_lang
4 shop_url
4 lang_shop
4 currency_shop
3 country
3 hook_alias
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 cart_rule
2 image_type
2 attribute_group_shop
2 attribute_group_lang
2 tax
2 tax_lang
2 product_attachment
2 attachment
2 attachment_lang
2 link_block_lang
1 configuration_lang
1 module_group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 attribute_shop
1 layered_indexable_attribute_lang_value
1 manufacturer
1 feature_flag
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 60 /classes/Link.php:113 (__construct) [id: 2001338]
/classes/Link.php:113 (__construct) [id: 2001231]
/classes/Link.php:113 (__construct) [id: 2108149]
/classes/Link.php:113 (__construct) [id: 2102388]
/classes/Link.php:113 (__construct) [id: 2102372]
/classes/Link.php:113 (__construct) [id: 2001156]
/classes/Link.php:113 (__construct) [id: 2102333]
/classes/Link.php:113 (__construct) [id: 2101193]
/classes/Link.php:113 (__construct) [id: 2001357]
/classes/Link.php:113 (__construct) [id: 2100603]
/classes/Link.php:113 (__construct) [id: 2001355]
/classes/Link.php:113 (__construct) [id: 2108151]
/classes/Link.php:113 (__construct) [id: 2108150]
/classes/Link.php:113 (__construct) [id: 2001358]
/classes/Link.php:113 (__construct) [id: 2001356]
/classes/Link.php:113 (__construct) [id: 2102689]
/classes/Link.php:113 (__construct) [id: 2001446]
/classes/Link.php:113 (__construct) [id: 2001558]
/classes/Link.php:113 (__construct) [id: 2001359]
/classes/Link.php:113 (__construct) [id: 2001461]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001338]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001231]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2108149]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2102388]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2102372]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001156]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2102333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2101193]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001357]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2100603]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001355]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2108151]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2108150]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001358]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001356]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2102689]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001446]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001558]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001359]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2001461]
/classes/Link.php:113 (__construct) [id: 2001338]
/classes/Link.php:113 (__construct) [id: 2001231]
/classes/Link.php:113 (__construct) [id: 2108149]
/classes/Link.php:113 (__construct) [id: 2102388]
/classes/Link.php:113 (__construct) [id: 2102372]
/classes/Link.php:113 (__construct) [id: 2001156]
/classes/Link.php:113 (__construct) [id: 2102333]
/classes/Link.php:113 (__construct) [id: 2101193]
/classes/Link.php:113 (__construct) [id: 2001357]
/classes/Link.php:113 (__construct) [id: 2100603]
/classes/Link.php:113 (__construct) [id: 2001355]
/classes/Link.php:113 (__construct) [id: 2108151]
/classes/Link.php:113 (__construct) [id: 2108150]
/classes/Link.php:113 (__construct) [id: 2001358]
/classes/Link.php:113 (__construct) [id: 2001356]
/classes/Link.php:113 (__construct) [id: 2102689]
/classes/Link.php:113 (__construct) [id: 2001446]
/classes/Link.php:113 (__construct) [id: 2001558]
/classes/Link.php:113 (__construct) [id: 2001359]
/classes/Link.php:113 (__construct) [id: 2001461]
Category 7 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 263]
/classes/Meta.php:380 (__construct) [id: 263]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 263]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
CMS 6 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
Tax 4 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 32]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 32]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5960 (__construct) [id: ]
Country 3 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1767 (__construct) [id: 8]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1766 (__construct) [id: 0]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
AddressFormat 1 /classes/controller/FrontController.php:1761 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1694 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Gender 1 /classes/controller/FrontController.php:1691 (__construct) [id: 0]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
13 /vendor/symfony/polyfill-intl-idn/bootstrap.php
14 /vendor/symfony/polyfill-mbstring/bootstrap.php
15 /vendor/symfony/polyfill-mbstring/bootstrap80.php
16 /vendor/symfony/polyfill-php80/bootstrap.php
17 /vendor/symfony/polyfill-ctype/bootstrap.php
18 /vendor/symfony/polyfill-ctype/bootstrap80.php
19 /vendor/symfony/deprecation-contracts/function.php
20 /vendor/guzzlehttp/promises/src/functions_include.php
21 /vendor/guzzlehttp/promises/src/functions.php
22 /vendor/symfony/polyfill-iconv/bootstrap.php
23 /vendor/ralouphie/getallheaders/src/getallheaders.php
24 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
25 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
26 /vendor/guzzlehttp/guzzle/src/functions_include.php
27 /vendor/guzzlehttp/guzzle/src/functions.php
28 /vendor/symfony/polyfill-php81/bootstrap.php
29 /vendor/symfony/polyfill-php73/bootstrap.php
30 /vendor/symfony/polyfill-intl-icu/bootstrap.php
31 /vendor/lcobucci/jwt/compat/class-aliases.php
32 /vendor/lcobucci/jwt/src/Token.php
33 /vendor/lcobucci/jwt/src/Signature.php
34 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
35 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
36 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
37 /vendor/jakeasmith/http_build_url/src/http_build_url.php
38 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
39 /vendor/ircmaxell/password-compat/lib/password.php
40 /vendor/api-platform/core/src/deprecation.php
41 /vendor/api-platform/core/src/Api/FilterInterface.php
42 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
43 /vendor/api-platform/core/src/deprecated_interfaces.php
44 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
45 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
46 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
55 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
56 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
57 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
58 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
59 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
60 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
61 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
62 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
63 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
64 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
65 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
66 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
67 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
68 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
69 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
70 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
71 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
72 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
73 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
74 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
75 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
76 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
77 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
78 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
79 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
85 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
86 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
87 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
90 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
93 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
94 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
96 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
97 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
98 /vendor/psr/container/src/ContainerInterface.php
99 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
100 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /classes/Smarty/SmartyDev.php
196 /vendor/smarty/smarty/libs/Smarty.class.php
197 /vendor/smarty/smarty/libs/functions.php
198 /vendor/smarty/smarty/libs/Autoloader.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
208 /config/smartyfront.config.inc.php
209 /classes/Smarty/SmartyResourceModule.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
212 /classes/Smarty/SmartyResourceParent.php
213 /classes/Smarty/SmartyLazyRegister.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
215 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
216 /classes/Customer.php
217 /classes/Group.php
218 /classes/Link.php
219 /classes/shop/ShopUrl.php
220 /classes/Dispatcher.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
228 /src/Adapter/SymfonyContainer.php
229 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
230 /config/db_slave_server.inc.php
231 /modules/ps_checkout/ps_checkout.php
232 /modules/ps_checkout/vendor/autoload.php
233 /modules/ps_checkout/vendor/composer/autoload_real.php
234 /modules/ps_checkout/vendor/composer/platform_check.php
235 /modules/ps_checkout/vendor/composer/autoload_static.php
236 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
237 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
238 /modules/ps_checkout/vendor/php-http/message/src/filters.php
239 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
240 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
241 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
242 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
243 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
244 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
245 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
246 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
247 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
248 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
249 /classes/PaymentModule.php
250 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
251 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
252 /classes/Translate.php
253 /modules/ps_checkout/translations/fr.php
254 /src/PrestaShopBundle/Translation/TranslatorComponent.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
257 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
258 /vendor/symfony/contracts/Translation/TranslatorInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
260 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
261 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
262 /src/PrestaShopBundle/Translation/TranslatorInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
265 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
266 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
269 /vendor/symfony/contracts/Translation/TranslatorTrait.php
270 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
271 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
272 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
273 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
274 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
275 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
276 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
277 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
278 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
279 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
280 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
281 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
282 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
283 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
284 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
285 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
286 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
287 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
288 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
289 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
290 /src/Adapter/ContainerFinder.php
291 /src/Core/Exception/ContainerNotFoundException.php
292 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
293 /src/Adapter/Module/Repository/ModuleRepository.php
294 /src/Core/Repository/AbstractObjectModelRepository.php
295 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
296 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
297 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
298 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
299 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
300 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
301 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
302 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
303 /controllers/front/listing/CategoryController.php
304 /classes/controller/ProductListingFrontController.php
305 /classes/controller/ProductPresentingFrontController.php
306 /classes/controller/FrontController.php
307 /src/Adapter/Presenter/Object/ObjectPresenter.php
308 /src/Adapter/Presenter/PresenterInterface.php
309 /src/Adapter/Presenter/Cart/CartPresenter.php
310 /src/Adapter/Product/PriceFormatter.php
311 /src/Adapter/Image/ImageRetriever.php
312 /classes/tax/TaxConfiguration.php
313 /classes/Smarty/TemplateFinder.php
314 /classes/assets/StylesheetManager.php
315 /classes/assets/AbstractAssetManager.php
316 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
317 /classes/assets/JavascriptManager.php
318 /classes/assets/CccReducer.php
319 /classes/Category.php
320 /classes/webservice/WebserviceRequest.php
321 /src/Adapter/ContainerBuilder.php
322 /src/Adapter/Environment.php
323 /src/Core/EnvironmentInterface.php
324 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
325 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
326 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
327 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
328 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
329 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
330 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
331 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
332 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
333 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
334 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
335 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
336 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
337 /vendor/symfony/contracts/Service/ResetInterface.php
338 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
339 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
340 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
341 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
342 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
343 /vendor/symfony/contracts/Cache/ItemInterface.php
344 /vendor/psr/cache/src/CacheItemInterface.php
345 /vendor/psr/cache/src/CacheItemPoolInterface.php
346 /vendor/symfony/contracts/Cache/CacheInterface.php
347 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
349 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
351 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
352 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
353 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
354 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
355 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
356 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
408 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
409 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
410 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
411 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
412 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
415 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
416 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
417 /src/Adapter/Container/LegacyContainerBuilder.php
418 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
419 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
420 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
421 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
422 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
423 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
424 /vendor/psr/container/src/ContainerExceptionInterface.php
425 /vendor/psr/container/src/NotFoundExceptionInterface.php
426 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
427 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
428 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
429 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
430 /src/Adapter/Container/LegacyContainerInterface.php
431 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
432 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
433 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
434 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
435 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
436 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
437 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
438 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
439 /src/PrestaShopBundle/PrestaShopBundle.php
440 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
441 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php
442 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php
443 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
444 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
445 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
446 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
447 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
448 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
449 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
450 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
451 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
452 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
453 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
454 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
455 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
456 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
457 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
458 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
459 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
460 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
461 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
462 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
463 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
464 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
465 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
466 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
467 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
468 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
469 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
470 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
471 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
472 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
473 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
474 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
475 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
476 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
477 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
478 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
479 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
480 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
481 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
482 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
483 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
484 /classes/container/LegacyCompilerPass.php
485 /src/Adapter/Container/ContainerParametersExtension.php
486 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
487 /src/Adapter/Container/DoctrineBuilderExtension.php
488 /app/config/set_parameters.php
489 /app/config/parameters.php
490 /vendor/symfony/symfony/src/Symfony/Component/Console/Input/ArgvInput.php
491 /vendor/symfony/symfony/src/Symfony/Component/Console/Input/Input.php
492 /vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputInterface.php
493 /vendor/symfony/symfony/src/Symfony/Component/Console/Input/StreamableInputInterface.php
494 /vendor/symfony/symfony/src/Symfony/Component/Console/Input/InputDefinition.php
495 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
496 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
497 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
498 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
499 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
500 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
501 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
502 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
503 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
504 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
505 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
506 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
507 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php
508 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php
509 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php
510 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php
511 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
512 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
513 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
514 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
515 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php
516 /modules/psgdpr/vendor/autoload.php
517 /modules/psgdpr/vendor/composer/autoload_real.php
518 /modules/psgdpr/vendor/composer/autoload_static.php
519 /modules/ps_shoppingcart/vendor/autoload.php
520 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
521 /modules/ps_shoppingcart/vendor/composer/platform_check.php
522 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
523 /modules/ps_newproducts/vendor/autoload.php
524 /modules/ps_newproducts/vendor/composer/autoload_real.php
525 /modules/ps_newproducts/vendor/composer/platform_check.php
526 /modules/ps_newproducts/vendor/composer/autoload_static.php
527 /modules/ps_bestsellers/vendor/autoload.php
528 /modules/ps_bestsellers/vendor/composer/autoload_real.php
529 /modules/ps_bestsellers/vendor/composer/platform_check.php
530 /modules/ps_bestsellers/vendor/composer/autoload_static.php
531 /modules/ps_emailsubscription/vendor/autoload.php
532 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
533 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
534 /modules/ps_socialfollow/vendor/autoload.php
535 /modules/ps_socialfollow/vendor/composer/autoload_real.php
536 /modules/ps_socialfollow/vendor/composer/autoload_static.php
537 /modules/contactform/vendor/autoload.php
538 /modules/contactform/vendor/composer/autoload_real.php
539 /modules/contactform/vendor/composer/autoload_static.php
540 /modules/ps_sharebuttons/vendor/autoload.php
541 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
542 /modules/ps_sharebuttons/vendor/composer/platform_check.php
543 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
544 /modules/ps_emailalerts/vendor/autoload.php
545 /modules/ps_emailalerts/vendor/composer/autoload_real.php
546 /modules/ps_emailalerts/vendor/composer/autoload_static.php
547 /modules/statsproduct/vendor/autoload.php
548 /modules/statsproduct/vendor/composer/autoload_real.php
549 /modules/statsproduct/vendor/composer/autoload_static.php
550 /modules/ps_themecusto/vendor/autoload.php
551 /modules/ps_themecusto/vendor/composer/autoload_real.php
552 /modules/ps_themecusto/vendor/composer/platform_check.php
553 /modules/ps_themecusto/vendor/composer/autoload_static.php
554 /modules/ps_categorytree/vendor/autoload.php
555 /modules/ps_categorytree/vendor/composer/autoload_real.php
556 /modules/ps_categorytree/vendor/composer/autoload_static.php
557 /modules/gsitemap/vendor/autoload.php
558 /modules/gsitemap/vendor/composer/autoload_real.php
559 /modules/gsitemap/vendor/composer/platform_check.php
560 /modules/gsitemap/vendor/composer/autoload_static.php
561 /modules/ps_googleanalytics/vendor/autoload.php
562 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
563 /modules/ps_googleanalytics/vendor/composer/platform_check.php
564 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
565 /modules/blockreassurance/vendor/autoload.php
566 /modules/blockreassurance/vendor/composer/autoload_real.php
567 /modules/blockreassurance/vendor/composer/autoload_static.php
568 /modules/ps_facetedsearch/vendor/autoload.php
569 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
570 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
571 /modules/ps_distributionapiclient/vendor/autoload.php
572 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
573 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
574 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
575 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
576 /modules/ps_linklist/vendor/autoload.php
577 /modules/ps_linklist/vendor/composer/autoload_real.php
578 /modules/ps_linklist/vendor/composer/platform_check.php
579 /modules/ps_linklist/vendor/composer/autoload_static.php
580 /modules/blockwishlist/vendor/autoload.php
581 /modules/blockwishlist/vendor/composer/autoload_real.php
582 /modules/blockwishlist/vendor/composer/autoload_static.php
583 /modules/ps_languageselector/vendor/autoload.php
584 /modules/ps_languageselector/vendor/composer/autoload_real.php
585 /modules/ps_languageselector/vendor/composer/platform_check.php
586 /modules/ps_languageselector/vendor/composer/autoload_static.php
587 /modules/ps_currencyselector/vendor/autoload.php
588 /modules/ps_currencyselector/vendor/composer/autoload_real.php
589 /modules/ps_currencyselector/vendor/composer/platform_check.php
590 /modules/ps_currencyselector/vendor/composer/autoload_static.php
591 /modules/ps_mainmenu/vendor/autoload.php
592 /modules/ps_mainmenu/vendor/composer/autoload_real.php
593 /modules/ps_mainmenu/vendor/composer/platform_check.php
594 /modules/ps_mainmenu/vendor/composer/autoload_static.php
595 /modules/ps_searchbar/vendor/autoload.php
596 /modules/ps_searchbar/vendor/composer/autoload_real.php
597 /modules/ps_searchbar/vendor/composer/platform_check.php
598 /modules/ps_searchbar/vendor/composer/autoload_static.php
599 /modules/ps_featuredproducts/vendor/autoload.php
600 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
601 /modules/ps_featuredproducts/vendor/composer/platform_check.php
602 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
603 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php
604 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php
605 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
606 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php
607 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php
608 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php
609 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php
610 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php
611 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
612 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
613 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php
614 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php
615 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php
616 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php
617 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php
618 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php
619 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php
620 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php
621 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
622 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
623 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php
624 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php
625 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php
626 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php
627 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php
628 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php
629 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php
630 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php
631 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php
632 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php
633 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
634 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
635 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
636 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
637 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
638 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php
639 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php
640 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
641 /vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php
642 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ChildDefinition.php
643 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php
644 /vendor/symfony/symfony/src/Symfony/Component/Messenger/MessageBusInterface.php
645 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php
646 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php
647 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php
648 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
649 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php
650 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ReferenceSetArgumentTrait.php
651 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
652 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
653 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/Doctrine/DoctrineTransportFactory.php
654 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php
655 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
656 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
657 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
658 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
659 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php
660 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php
661 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php
662 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php
663 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
664 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php
665 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
666 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php
667 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php
668 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php
669 /vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php
670 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
671 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php
672 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php
673 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php
674 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Tag/TaggedValue.php
675 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ClassExistenceResource.php
676 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
677 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
678 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
679 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
680 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php
681 /src/Core/Util/Inflector.php
682 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
683 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
684 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
685 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
686 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
687 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
688 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
689 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
690 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
691 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
692 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
693 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
694 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
695 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
696 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
697 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
698 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
699 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
700 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
701 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
702 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
703 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php
704 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
705 /modules/psgdpr/src/Service/Export/Strategy/ExportToCsv.php
706 /modules/psgdpr/src/Service/Export/ExportContext.php
707 /modules/psgdpr/src/Service/Export/ExportInterface.php
708 /modules/psgdpr/src/Service/Export/Strategy/ExportToPdf.php
709 /modules/psgdpr/src/Service/Export/Strategy/ExportToJson.php
710 /modules/psgdpr/src/Service/FrontResponder/Strategy/FrontResponderForCsv.php
711 /modules/psgdpr/src/Service/FrontResponder/FrontResponderContext.php
712 /modules/psgdpr/src/Service/FrontResponder/FrontResponderInterface.php
713 /modules/psgdpr/src/Service/FrontResponder/Strategy/FrontResponderForPdf.php
714 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
715 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
716 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
717 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
718 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php
719 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php
720 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
721 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php
722 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php
723 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php
724 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php
725 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php
726 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php
727 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php
728 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php
729 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php
730 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php
731 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php
732 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php
733 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php
734 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php
735 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php
736 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php
737 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
738 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
739 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
740 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
741 /src/Adapter/Container/LegacyContainer.php
742 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
743 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
744 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php
745 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php
746 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
747 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
748 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
749 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
750 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
751 /vendor/symfony/contracts/Cache/CacheTrait.php
752 /vendor/psr/cache/src/InvalidArgumentException.php
753 /vendor/psr/cache/src/CacheException.php
754 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
755 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
756 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
757 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
758 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
759 /src/Core/Data/Layer/AbstractDataLayer.php
760 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
761 /src/Core/Localization/CLDR/Reader.php
762 /src/Core/Localization/CLDR/ReaderInterface.php
763 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
764 /src/Core/Localization/CLDR/LocaleDataSource.php
765 /src/Core/Localization/CLDR/LocaleRepository.php
766 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
767 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
768 /src/Adapter/Tools.php
769 /src/Adapter/LegacyContext.php
770 /src/Adapter/Currency/CurrencyDataProvider.php
771 /src/Core/Currency/CurrencyDataProviderInterface.php
772 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
773 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
774 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
775 /src/Core/Localization/Currency/CurrencyDataSource.php
776 /src/Core/Localization/Currency/DataSourceInterface.php
777 /src/Core/Localization/Currency/Repository.php
778 /src/Core/Localization/Currency/RepositoryInterface.php
779 /src/Core/Localization/Locale/Repository.php
780 /src/Core/Localization/Locale/RepositoryInterface.php
781 /vendor/prestashop/decimal/src/Operation/Rounding.php
782 /src/Core/Localization/Locale.php
783 /src/Core/Localization/LocaleInterface.php
784 /src/Core/Localization/Specification/Price.php
785 /src/Core/Localization/Specification/Number.php
786 /src/Core/Localization/Specification/NumberInterface.php
787 /src/Core/Localization/Specification/Factory.php
788 /src/Core/Localization/CLDR/LocaleData.php
789 /src/Core/Localization/CLDR/NumberSymbolsData.php
790 /src/Core/Localization/CLDR/CurrencyData.php
791 /src/Core/Localization/CLDR/Locale.php
792 /src/Core/Localization/CLDR/LocaleInterface.php
793 /src/Core/Localization/Specification/NumberSymbolList.php
794 /classes/Currency.php
795 /src/Core/Localization/Currency/LocalizedCurrencyId.php
796 /src/Core/Localization/Currency/CurrencyData.php
797 /src/Core/Localization/Currency/CurrencyCollection.php
798 /src/Core/Localization/Currency.php
799 /src/Core/Localization/CurrencyInterface.php
800 /src/Core/Localization/Specification/NumberCollection.php
801 /src/Core/Localization/Number/Formatter.php
802 /classes/Cart.php
803 /src/Adapter/AddressFactory.php
804 /classes/CartRule.php
805 /classes/Product.php
806 /src/Core/Domain/Product/ValueObject/RedirectType.php
807 /src/Core/Util/DateTime/DateTime.php
808 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
809 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
810 /src/Core/Domain/Product/ValueObject/ProductType.php
811 /src/Core/Domain/Product/ValueObject/Reference.php
812 /src/Core/Domain/Product/ValueObject/Ean13.php
813 /src/Core/Domain/Product/ValueObject/Isbn.php
814 /src/Core/Domain/Product/ValueObject/Upc.php
815 /src/Core/Domain/Product/ProductSettings.php
816 /src/Core/Domain/Shop/ValueObject/ShopId.php
817 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
818 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
819 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
820 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
821 /modules/ps_socialfollow/ps_socialfollow.php
822 /src/Core/Module/WidgetInterface.php
823 /src/PrestaShopBundle/Translation/DomainNormalizer.php
824 /modules/ps_emailalerts/ps_emailalerts.php
825 /modules/ps_emailalerts/MailAlert.php
826 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
827 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
828 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
829 /var/cache/dev/Ps_checkout8440FrontContainer.php
830 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
831 /modules/ps_checkout/src/Validator/MerchantValidator.php
832 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
833 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
834 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
835 /modules/ps_checkout/src/Shop/ShopProvider.php
836 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
837 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
838 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
839 /modules/ps_checkout/src/Repository/PsAccountRepository.php
840 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
841 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
842 /src/Core/Addon/Module/ModuleManagerBuilder.php
843 /src/Core/Util/File/YamlParser.php
844 /var/cache/dev/yaml/e0d50270f574fb6bf4863d27aebf877c.php
845 /src/Adapter/LegacyLogger.php
846 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
847 /src/Adapter/Module/ModuleDataProvider.php
848 /src/Adapter/Module/AdminModuleDataProvider.php
849 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
850 /src/Adapter/Module/Module.php
851 /src/Core/Module/ModuleInterface.php
852 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
853 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
854 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
855 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
856 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
857 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
858 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
859 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
860 /src/Adapter/Module/ModuleDataUpdater.php
861 /src/Core/Module/ModuleManager.php
862 /src/Core/Module/ModuleManagerInterface.php
863 /src/Core/Module/ModuleRepository.php
864 /src/Core/Module/ModuleRepositoryInterface.php
865 /src/Adapter/HookManager.php
866 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
867 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
868 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
869 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
870 /modules/ps_distributionapiclient/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
871 /src/Core/Hook/HookDispatcherInterface.php
872 /modules/ps_accounts/ps_accounts.php
873 /modules/ps_accounts/vendor/autoload.php
874 /modules/ps_accounts/vendor/composer/autoload_real.php
875 /modules/ps_accounts/vendor/composer/platform_check.php
876 /modules/ps_accounts/vendor/composer/autoload_static.php
877 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
878 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
879 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
880 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
881 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
882 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
883 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
884 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
885 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
886 /modules/ps_accounts/src/Hook/HookableTrait.php
887 /modules/ps_accounts/src/Module/Install.php
888 /modules/ps_accounts/translations/fr.php
889 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
890 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
891 /modules/ps_accounts/config.php
892 /modules/ps_accounts/src/Log/Logger.php
893 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
894 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
895 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
896 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
897 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
898 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
899 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
900 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
901 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
902 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
903 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
904 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
905 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
906 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
907 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
908 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
909 /modules/ps_accounts/src/Service/PsAccountsService.php
910 /modules/ps_accounts/src/Account/Session/ShopSession.php
911 /modules/ps_accounts/src/Account/Session/Session.php
912 /modules/ps_accounts/src/Account/Session/SessionInterface.php
913 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
914 /modules/ps_accounts/src/Adapter/Configuration.php
915 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
916 /modules/ps_accounts/src/Http/Client/ClientConfig.php
917 /modules/ps_accounts/src/Http/Client/ConfigObject.php
918 /modules/ps_accounts/src/Type/Enum.php
919 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
920 /modules/ps_accounts/src/Adapter/Link.php
921 /modules/ps_accounts/src/Context/ShopContext.php
922 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
923 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
924 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
925 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
926 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
927 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
928 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
929 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
930 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
931 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
932 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
933 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
934 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
935 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
936 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
937 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
938 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
939 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
940 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
941 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
942 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
943 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
944 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
945 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
946 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
947 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
948 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
949 /modules/ps_accounts/src/Account/LinkShop.php
950 /modules/ps_accounts/src/Cqrs/CommandBus.php
951 /modules/ps_accounts/src/Cqrs/Bus.php
952 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
953 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
954 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
955 /modules/ps_checkout/src/Context/PrestaShopContext.php
956 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
957 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
958 /modules/ps_checkout/src/Version/Version.php
959 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
960 /modules/blockreassurance/blockreassurance.php
961 /classes/Media.php
962 /modules/blockwishlist/blockwishlist.php
963 /classes/ProductDownload.php
964 /classes/tax/Tax.php
965 /src/Core/Localization/CLDR/ComputingPrecision.php
966 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
967 /src/Core/Cart/Calculator.php
968 /src/Core/Cart/CartRowCollection.php
969 /src/Core/Cart/Fees.php
970 /src/Core/Cart/AmountImmutable.php
971 /src/Core/Cart/CartRuleCollection.php
972 /src/Core/Cart/CartRuleCalculator.php
973 /src/Adapter/Product/PriceCalculator.php
974 /classes/order/Order.php
975 /src/Core/Cart/CartRow.php
976 /vendor/prestashop/decimal/src/DecimalNumber.php
977 /vendor/prestashop/decimal/src/Builder.php
978 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
979 /classes/Gender.php
980 /classes/Risk.php
981 /classes/Meta.php
982 /classes/Address.php
983 /classes/ImageType.php
984 /classes/State.php
985 /src/Core/Security/PasswordPolicyConfiguration.php
986 /src/Core/Configuration/DataConfigurationInterface.php
987 /src/Core/Security/Hashing.php
988 /src/Core/Filter/CollectionFilter.php
989 /src/Core/Filter/FilterInterface.php
990 /src/Core/Filter/FrontEndObject/ProductFilter.php
991 /src/Core/Filter/HashMapWhitelistFilter.php
992 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
993 /src/Core/Filter/FrontEndObject/CartFilter.php
994 /src/Core/Filter/FrontEndObject/CustomerFilter.php
995 /src/Core/Filter/FrontEndObject/ShopFilter.php
996 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
997 /src/Core/Filter/FrontEndObject/MainFilter.php
998 /modules/ps_shoppingcart/ps_shoppingcart.php
999 /modules/ps_googleanalytics/ps_googleanalytics.php
1000 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
1001 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
1002 /classes/Smarty/SmartyDevTemplate.php
1003 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1004 /var/cache/dev/smarty/compile/classic/8e/2d/c2/8e2dc2efe1f51d8426b558d343f58ad20b4ab00d_2.file.ps_googleanalytics.tpl.php
1005 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1006 /modules/productcomments/productcomments.php
1007 /modules/ps_searchbar/ps_searchbar.php
1008 /src/Core/Product/Search/ProductSearchContext.php
1009 /src/Core/Product/Search/ProductSearchQuery.php
1010 /src/Core/Product/Search/SortOrder.php
1011 /modules/ps_facetedsearch/ps_facetedsearch.php
1012 /modules/ps_facetedsearch/src/HookDispatcher.php
1013 /modules/ps_facetedsearch/src/Hook/Attribute.php
1014 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1015 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1016 /modules/ps_facetedsearch/src/Hook/Category.php
1017 /modules/ps_facetedsearch/src/Hook/Configuration.php
1018 /modules/ps_facetedsearch/src/Hook/Design.php
1019 /modules/ps_facetedsearch/src/Hook/Feature.php
1020 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1021 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1022 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1023 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1024 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1025 /modules/ps_facetedsearch/src/Hook/Product.php
1026 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1027 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1028 /modules/ps_facetedsearch/src/Filters/Provider.php
1029 /modules/ps_facetedsearch/src/URLSerializer.php
1030 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1031 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1032 /src/Core/Product/Search/FacetsRendererInterface.php
1033 /src/Core/Product/Search/ProductSearchProviderInterface.php
1034 /modules/ps_facetedsearch/src/Filters/Converter.php
1035 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1036 /src/Core/Product/Search/ProductSearchResult.php
1037 /classes/Combination.php
1038 /modules/ps_facetedsearch/src/Product/Search.php
1039 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1040 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1041 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1042 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1043 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1044 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1045 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1046 /modules/ps_facetedsearch/src/Filters/Products.php
1047 /classes/stock/StockAvailable.php
1048 /modules/ps_facetedsearch/src/Filters/Block.php
1049 /modules/ps_facetedsearch/src/Definition/Availability.php
1050 /src/Core/Product/Search/Facet.php
1051 /src/Core/Product/Search/Filter.php
1052 /src/Core/Product/Search/FacetCollection.php
1053 /classes/ProductAssembler.php
1054 /classes/Manufacturer.php
1055 /classes/SpecificPrice.php
1056 /classes/tax/TaxManagerFactory.php
1057 /classes/tax/TaxRulesTaxManager.php
1058 /classes/tax/TaxManagerInterface.php
1059 /classes/tax/TaxCalculator.php
1060 /classes/GroupReduction.php
1061 /classes/Pack.php
1062 /classes/Feature.php
1063 /classes/ProductPresenterFactory.php
1064 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1065 /src/Adapter/Presenter/Product/ProductPresenter.php
1066 /src/Adapter/Product/ProductColorsRetriever.php
1067 /src/Core/Product/ProductPresentationSettings.php
1068 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1069 /src/Adapter/Presenter/Product/ProductLazyArray.php
1070 /src/Adapter/Presenter/AbstractLazyArray.php
1071 /classes/Image.php
1072 /src/Core/Image/ImageFormatConfiguration.php
1073 /src/Core/Image/ImageFormatConfigurationInterface.php
1074 /classes/FeatureFlag.php
1075 /src/Core/FeatureFlag/FeatureFlagSettings.php
1076 /var/cache/dev/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1077 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1078 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1079 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1081 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1082 /src/Core/Product/Search/Pagination.php
1083 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9d/f8/f1/9df8f15a295a1808eedf4c4ee67981b0f59b4881_2.file.category.tpl.php
1084 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6f/5b/ce/6f5bce7efe7c805bf1600fbcc9797adb6ee58d30_2.file.product-list.tpl.php
1085 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e5/e0/48/e5e048b17fb9fd2b5929988a5f01def4f5a9a379_2.file.layout-left-column.tpl.php
1086 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c7/02/b4/c702b4ab2e5c120cb7fcb8874f56c2ffddc875c6_2.file.layout-both-columns.tpl.php
1087 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/53/63/ec/5363ec530e11659e32683c4d5c684a8183d4e108_2.file.helpers.tpl.php
1088 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1089 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/3d/81/75/3d817562f98bc90cd63e0ba8eff6335c4f847374_2.file.head.tpl.php
1090 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/44/11/77/441177fe499374cbd6e36da56a6fbc509063f1ca_2.file.head-jsonld.tpl.php
1091 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f5/28/7c/f5287c98bc38896925bbe76a28ddd082aaa16e01_2.file.product-list-jsonld.tpl.php
1092 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/eb/94/bb/eb94bb657bebf8581906c2a8b1a5e2d499c3ea35_2.file.pagination-seo.tpl.php
1093 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1094 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/15/86/79/1586795d67934e4018d80c8b6b205badb35aa893_2.file.stylesheets.tpl.php
1095 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/de/1c/8a/de1c8ab832015038a771b9ec64797fd07e2337c5_2.file.javascript.tpl.php
1096 /src/Core/Util/String/StringModifier.php
1097 /src/Core/Util/String/StringModifierInterface.php
1098 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/dd/18/9d/dd189db3b79954188aae99d2faf19c25112b12f9_2.file.product-activation.tpl.php
1099 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/16/dc/c8/16dcc8d4fcdc16d1d4f251e0fe2039fbdce493c1_2.file.header.tpl.php
1100 /modules/ps_languageselector/ps_languageselector.php
1101 /modules/ps_currencyselector/ps_currencyselector.php
1102 /modules/ps_customersignin/ps_customersignin.php
1103 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
1104 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1105 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1106 /modules/ps_mainmenu/ps_mainmenu.php
1107 /modules/ps_mainmenu/ps_menutoplinks.class.php
1108 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1109 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1110 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c8/15/02/c815026333007705e307deca1a1b7f22fc9e74db_2.file.notifications.tpl.php
1111 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c7/52/dc/c752dc58c6bb94af01889519879fd0f510cc2f36_2.file.breadcrumb.tpl.php
1112 /modules/ps_categorytree/ps_categorytree.php
1113 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1114 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1115 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/54/f5/cf/54f5cf3037738a68a994f6c8b070e1d0171f4358_2.file.category-header.tpl.php
1116 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0c/25/8f/0c258f173f38c7dbb521916a649b462e90986eb8_2.file.products-top.tpl.php
1117 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/45/4c/9e/454c9ea3472eda744735b58aba8009773f8d9e24_2.file.sort-orders.tpl.php
1118 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/57/d2/a1/57d2a12e674937c6ea211c994a08d09aa378c737_2.file.products.tpl.php
1119 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/da/06/b5/da06b58b2da1a4b7a876c609ebc0258e9ee2922e_2.file.productlist.tpl.php
1120 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1121 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/06/88/5c/06885ce5259cfc2bcc1ff98c64454ea3ad28d9f0_2.file.product.tpl.php
1122 /vendor/doctrine/doctrine-bundle/Registry.php
1123 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
1124 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1125 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1126 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1127 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1128 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1129 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1130 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1131 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1132 /vendor/doctrine/event-manager/src/EventManager.php
1133 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1134 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1135 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1136 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1137 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1138 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1139 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1140 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1141 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1142 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1143 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1144 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1145 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1146 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1147 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1148 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1149 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1150 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1151 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1152 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1153 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1154 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1155 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1156 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
1157 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
1158 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1159 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1160 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1161 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1162 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1163 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1164 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1165 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1166 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1167 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1168 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1169 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1170 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1171 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1172 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1173 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1174 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1175 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1176 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1177 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1178 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1179 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1180 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1181 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1182 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1183 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1184 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1185 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1186 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1187 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1188 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1189 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1190 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1191 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1192 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1193 /modules/productcomments/src/Repository/ProductCommentRepository.php
1194 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1195 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
1196 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
1197 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1198 /modules/productcomments/src/Entity/ProductComment.php
1199 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1200 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1201 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1202 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1203 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1204 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1205 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1206 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1207 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1208 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1209 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1210 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1211 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1212 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1213 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1214 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1215 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1216 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1217 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1218 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1219 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1220 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1221 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1222 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1223 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1224 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1225 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1226 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1227 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1228 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1229 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1230 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1231 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1235 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1236 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1237 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1238 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1239 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1240 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1241 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1242 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1243 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1244 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1245 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1246 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1247 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1248 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1249 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1250 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1251 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1252 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1253 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1254 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1255 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1256 /var/cache/dev/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1257 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7b/22/5b/7b225b1cac2a85047d542d16e5f384c93dd6fb97_2.file.product-flags.tpl.php
1258 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/02/23/c1/0223c1d47155c6e4b2bd80b26f32725957956e14_2.file.pagination.tpl.php
1259 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d6/c6/f9/d6c6f9d545d2798ff6bc18b93c261f82e9144275_2.file.products-bottom.tpl.php
1260 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7b/71/2c/7b712c354a69fdb01c35e7342f8fa7585536ec2c_2.file.category-footer.tpl.php
1261 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f7/4f/29/f74f29c9819ad7775ccd22da9ee33215ea97a04f_2.file.footer.tpl.php
1262 /modules/ps_emailsubscription/ps_emailsubscription.php
1263 /var/cache/dev/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1264 /var/cache/dev/smarty/compile/classic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
1265 /modules/ps_linklist/ps_linklist.php
1266 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1267 /modules/ps_linklist/src/Filter/LinkFilter.php
1268 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1269 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1270 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1271 /modules/ps_linklist/src/Model/LinkBlock.php
1272 /classes/CMS.php
1273 /var/cache/dev/smarty/compile/classic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1274 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1275 /var/cache/dev/smarty/compile/classic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1276 /var/cache/dev/smarty/compile/classic/d3/be/a1/d3bea152bc88d6ad4c16c87750962bcaf4f57aa3_2.module.blockwishlistviewstemplateshookaccountmyaccountblock.tpl.php
1277 /var/cache/dev/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1278 /var/cache/dev/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1279 /var/cache/dev/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1280 /var/cache/dev/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1281 /var/cache/dev/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1282 /var/cache/dev/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1283 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d3/04/42/d3044246739ad2144aef299ad348bef636c80839_2.file.password-policy-template.tpl.php
1284 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1285 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1286 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1287 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1288 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1289 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1290 /var/cache/dev/smarty/compile/classic/08/31/29/083129759a4737a6f0f9eaad34069f692d924f47_2.file.ga_tag.tpl.php