Load Time 1268 ms
Querying Time 774 ms
Queries 296
Memory Peak Usage 10.6 Mb
Included Files 910 files - 9.73 Mb
PrestaShop Cache - Mb
Global vars 0.50 Mb
PrestaShop Version 8.2.5
PHP Version 8.1.34
MySQL Version 10.3.35-MariaDB
Memory Limit 512M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 233.875 ms 233.875 ms 3.05 Mb 3.0 Mb
__construct 1.579 ms 235.454 ms 0.02 Mb 3.6 Mb
init 90.353 ms 325.807 ms 0.38 Mb 3.9 Mb
checkAccess 0.001 ms 325.808 ms - Mb 3.9 Mb
setMedia 63.125 ms 388.933 ms 0.39 Mb 3.9 Mb
postProcess 0.001 ms 388.934 ms - Mb 3.9 Mb
initHeader 0.001 ms 388.935 ms - Mb 3.9 Mb
initContent 648.450 ms 1037 ms 4.45 Mb 8.5 Mb
initFooter 0.002 ms 1037 ms - Mb 8.5 Mb
display 230.887 ms 1268 ms 1.92 Mb 10.6 Mb
Hook Time Memory Usage
DisplayNavFullWidth 44.428 ms 0.03 Mb
displayFooter 39.609 ms 0.18 Mb
Header 27.260 ms 0.01 Mb
displayFooterBefore 19.395 ms 0.11 Mb
displayTop 11.675 ms 0.37 Mb
displayNav2 7.611 ms 0.12 Mb
displayLeftColumn 5.362 ms 0.16 Mb
displayNav1 3.452 ms 0.07 Mb
DisplayHeader 3.268 ms 0.05 Mb
DisplayGDPRConsent 2.204 ms 0.06 Mb
ProductSearchProvider 1.459 ms - Mb
ActionFrontControllerSetMedia 0.602 ms 0.01 Mb
DisplayLeftColumn 0.421 ms 0.04 Mb
DisplayBanner 0.019 ms - Mb
DisplayTop 0.018 ms - Mb
DisplayFooterBefore 0.007 ms - Mb
DisplayAfterBodyOpeningTag 0.007 ms - Mb
ActionFilterDeliveryOptionList 0.006 ms - Mb
DisplayFooterAfter 0.006 ms - Mb
DisplayFooter 0.002 ms - Mb
20 hook(s) 166.810 ms 1.20 Mb
Module Time Memory Usage
motive 47.682 ms 0.08 Mb
ps_emailsubscription 19.908 ms 0.18 Mb
ps_emailalerts 0.220 ms 0.01 Mb
blockreassurance 0.370 ms 0.02 Mb
ps_searchbar 2.712 ms 0.05 Mb
ps_imageslider 0.388 ms 0.01 Mb
ps_shoppingcart 3.901 ms 0.08 Mb
correosoficial 42.699 ms 0.23 Mb
sequra 2.957 ms 0.16 Mb
paypal 73.874 ms 0.18 Mb
ps_facetedsearch 3.236 ms 0.07 Mb
ps_contactinfo 6.223 ms 0.10 Mb
ps_customersignin 4.009 ms 0.05 Mb
ps_mainmenu 9.855 ms 0.33 Mb
ps_categorytree 5.498 ms 0.17 Mb
psgdpr 2.704 ms 0.05 Mb
ps_linklist 4.848 ms 0.09 Mb
ps_customeraccountlinks 32.882 ms 0.07 Mb
18 module(s) 263.967 ms 1.93 Mb

Stopwatch SQL - 296 queries

# Query Time (ms) Rows Filesort Group By Location
239
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13087) AND (b.`id_shop` = 1) LIMIT 1
50.906 ms 1 /src/Adapter/EntityMapper.php:71
34
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `dl_module` m
LEFT JOIN `dl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
44.384 ms 103 /classes/module/Module.php:346
265
SELECT SQL_NO_CACHE `iso_code`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
43.727 ms 1 /classes/Country.php:275
46
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "ActivateSGA") AND (id_shop = 1) LIMIT 1
40.089 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
62
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 `dl_feature_value` v LEFT JOIN `dl_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `dl_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
38.941 ms 245 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
56
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM dl_product p LEFT JOIN dl_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dl_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dl_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 dl_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dl_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 p.id_manufacturer IN (24, 144, 8, 3, 156, 57, 50) AND c.nleft>=324 AND c.nright<=325 GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC
35.971 ms 44744700 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
233
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13332) AND (b.`id_shop` = 1) LIMIT 1
31.791 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
28.623 ms 1 /classes/stock/StockAvailable.php:453
36
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
28.548 ms 1 /classes/module/Module.php:2664
52
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `dl_manufacturer` m INNER JOIN dl_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `dl_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
26.328 ms 230 Yes /classes/Manufacturer.php:211
50
SELECT SQL_NO_CACHE `id_category`
FROM `dl_category_shop`
WHERE `id_category` = 55
AND `id_shop` = 1 LIMIT 1
20.403 ms 1 /classes/Category.php:2450
237
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13088) AND (b.`id_shop` = 1) LIMIT 1
18.256 ms 1 /src/Adapter/EntityMapper.php:71
293
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
16.688 ms 1 /classes/module/Module.php:2664
294
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 246 AND `id_shop` = 1 LIMIT 1
15.293 ms 1 /classes/module/Module.php:2137
274
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13787) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
12.013 ms 1 Yes Yes /classes/Product.php:4524
243
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11937) AND (b.`id_shop` = 1) LIMIT 1
11.830 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE * FROM `dl_currency` c ORDER BY `iso_code` ASC
11.730 ms 1 Yes /classes/Currency.php:709
247
SELECT SQL_NO_CACHE 1 FROM dl_cart_product cp INNER JOIN dl_product p
ON (p.id_product = cp.id_product) INNER JOIN dl_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
11.631 ms 1 /classes/Cart.php:4256
286
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
10.681 ms 1 /classes/module/Module.php:2664
9
SELECT SQL_NO_CACHE *
FROM `dl_lang` a
LEFT JOIN `dl_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
10.622 ms 1 /src/Adapter/EntityMapper.php:71
97
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13537 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13537 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
9.349 ms 0 /classes/Cart.php:1430
63
REPLACE INTO dl_layered_filter_block (hash, data) VALUES ("d4376ca7ff6cdf7000e0bffe8076f39e", "a:1:{s:7:\"filters\";a:3:{i:0;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:45;s:3:\"min\";d:9;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:52;s:5:\"value\";N;}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:28:{i:3;a:3:{s:4:\"name\";s:5:\"Funko\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:7;a:2:{s:4:\"name\";s:13:\"Maldito Games\";s:3:\"nbr\";s:1:\"1\";}i:8;a:3:{s:4:\"name\";s:5:\"Devir\";s:3:\"nbr\";s:2:\"20\";s:7:\"checked\";b:1;}i:11;a:2:{s:4:\"name\";s:18:\"Edge Entertainment\";s:3:\"nbr\";s:2:\"22\";}i:12;a:2:{s:4:\"name\";s:11:\"Gen X Games\";s:3:\"nbr\";s:2:\"16\";}i:24;a:3:{s:4:\"name\";s:7:\"Asmodee\";s:3:\"nbr\";s:2:\"13\";s:7:\"checked\";b:1;}i:45;a:2:{s:4:\"name\";s:20:\"FANTASY FLIGHT GAMES\";s:3:\"nbr\";s:1:\"5\";}i:46;a:2:{s:4:\"name\";s:8:\"LUDONOVA\";s:3:\"nbr\";s:1:\"3\";}i:47;a:2:{s:4:\"name\";s:8:\"LIBELLUD\";s:3:\"nbr\";s:1:\"5\";}i:50;a:3:{s:4:\"name\";s:13:\"SPACE COWBOYS\";s:3:\"nbr\";s:1:\"4\";s:7:\"checked\";b:1;}i:51;a:2:{s:4:\"name\";s:20:\"WIZARDS OF THE COAST\";s:3:\"nbr\";s:1:\"2\";}i:57;a:3:{s:4:\"name\";s:8:\"SD GAMES\";s:3:\"nbr\";s:1:\"7\";s:7:\"checked\";b:1;}i:80;a:2:{s:4:\"name\";s:12:\"Ravensburger\";s:3:\"nbr\";s:1:\"2\";}i:81;a:2:{s:4:\"name\";s:11:\"TCG FACTORY\";s:3:\"nbr\";s:1:\"1\";}i:96;a:2:{s:4:\"name\";s:16:\"REPOS PRODUCTION\";s:3:\"nbr\";s:1:\"4\";}i:97;a:2:{s:4:\"name\";s:15:\"ZYGOMATIC GAMES\";s:3:\"nbr\";s:1:\"4\";}i:98;a:2:{s:4:\"name\";s:11:\"Z-MAN GAMES\";s:3:\"nbr\";s:1:\"2\";}i:116;a:2:{s:4:\"name\";s:7:\"LA CAJA\";s:3:\"nbr\";s:1:\"6\";}i:118;a:2:{s:4:\"name\";s:8:\"ZACATRUS\";s:3:\"nbr\";s:1:\"1\";}i:144;a:3:{s:4:\"name\";s:14:\"COCKTAIL GAMES\";s:3:\"nbr\";s:1:\"6\";s:7:\"checked\";b:1;}i:156;a:3:{s:4:\"name\";s:8:\"MERCURIO\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:164;a:2:{s:4:\"name\";s:9:\"CRAZYPAWN\";s:3:\"nbr\";s:1:\"1\";}i:174;a:2:{s:4:\"name\";s:14:\"UNSTABLE GAMES\";s:3:\"nbr\";s:1:\"5\";}i:180;a:2:{s:4:\"name\";s:22:\"EXPLODING KITTENS INC.\";s:3:\"nbr\";s:1:\"4\";}i:181;a:2:{s:4:\"name\";s:10:\"2 TOMATOES\";s:3:\"nbr\";s:1:\"2\";}i:187;a:2:{s:4:\"name\";s:15:\"HEIDELBAR gAMES\";s:3:\"nbr\";s:1:\"1\";}i:209;a:2:{s:4:\"name\";s:7:\"BENELIC\";s:3:\"nbr\";s:1:\"1\";}i:218;a:2:{s:4:\"name\";s:7:\"Equinox\";s:3:\"nbr\";s:1:\"3\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"5\";s:6:\"values\";a:2:{i:4959;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Catan\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5014;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:17:\"Juegos familiares\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:19:\"Colección / Línea\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
8.906 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
51
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM dl_layered_category
WHERE controller = 'category'
AND id_category = 55
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
8.417 ms 3 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM dl_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
7.857 ms 1 /classes/shop/ShopUrl.php:182
245
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11875) AND (b.`id_shop` = 1) LIMIT 1
7.237 ms 1 /src/Adapter/EntityMapper.php:71
241
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12974) AND (b.`id_shop` = 1) LIMIT 1
7.164 ms 1 /src/Adapter/EntityMapper.php:71
61
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 dl_product p LEFT JOIN dl_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dl_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dl_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 dl_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dl_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 p.id_manufacturer IN (24, 144, 8, 3, 156, 57, 50) AND c.nleft>=324 AND c.nright<=325 GROUP BY p.id_product) p INNER JOIN dl_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=5)) GROUP BY fp.id_feature_value
7.124 ms 5212 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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 dl_shop_group gs
LEFT JOIN dl_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN dl_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
7.093 ms 1 Yes /classes/shop/Shop.php:715
117
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13534 AND `id_group` = 1 LIMIT 1
6.724 ms 0 /classes/GroupReduction.php:156
213
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11875)
6.499 ms 1 /classes/Product.php:3860
32
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `dl_hook`
5.389 ms 1052 /classes/Hook.php:1348
221
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13787) AND (b.`id_shop` = 1) LIMIT 1
5.366 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13087
ORDER BY f.position ASC
5.353 ms 1 Yes /classes/Product.php:6032
35
SELECT SQL_NO_CACHE name, alias FROM `dl_hook_alias`
4.962 ms 88 /classes/Hook.php:342
157
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13211 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13211 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
4.896 ms 0 /classes/Cart.php:1430
248
SELECT SQL_NO_CACHE 1 FROM `dl_cart_rule` WHERE ((date_to >= "2026-04-21 00:00:00" AND date_to <= "2026-04-21 23:59:59") OR (date_from >= "2026-04-21 00:00:00" AND date_from <= "2026-04-21 23:59:59") OR (date_from < "2026-04-21 00:00:00" AND date_to > "2026-04-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
4.859 ms 15 /classes/CartRule.php:357
84
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13787 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13787 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
4.775 ms 0 /classes/Cart.php:1430
16
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `dl_meta` m
LEFT JOIN `dl_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
4.746 ms 92 Yes /classes/Dispatcher.php:654
53
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 `dl_feature` f  INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `dl_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `dl_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `dl_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
4.638 ms 28 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
287
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 239 AND `id_shop` = 1 LIMIT 1
4.054 ms 1 /classes/module/Module.php:2137
252
SELECT SQL_NO_CACHE * FROM `dl_cart_rule` cr
LEFT JOIN `dl_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
4.042 ms 1 /classes/CartRule.php:423
231
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13529) AND (b.`id_shop` = 1) LIMIT 1
3.934 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `dl_hook_alias`
3.676 ms 88 /classes/Hook.php:290
45
SELECT SQL_NO_CACHE *
FROM `dl_category` a0
LEFT JOIN `dl_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 324) AND (a0.`nright` > 325) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
3.615 ms 224 Yes /classes/PrestaShopCollection.php:383
60
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM dl_product p LEFT JOIN dl_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN dl_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN dl_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 dl_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN dl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dl_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>=324 AND c.nright<=325 GROUP BY p.id_product) p GROUP BY p.id_manufacturer
3.342 ms 20070400 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
172
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13087
AND image_shop.`cover` = 1 LIMIT 1
3.234 ms 3 /classes/Product.php:3570
290
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_linklist" LIMIT 1
2.837 ms 1 /classes/module/Module.php:2664
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `dl_module` m
INNER JOIN dl_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 `dl_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `dl_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `dl_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`
2.826 ms 192 Yes Yes /classes/Hook.php:1289
59
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `dl_manufacturer` m INNER JOIN dl_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `dl_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
2.817 ms 230 Yes /classes/Manufacturer.php:211
189
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 12974)
2.776 ms 1 /classes/Product.php:3860
235
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13211) AND (b.`id_shop` = 1) LIMIT 1
2.688 ms 1 /src/Adapter/EntityMapper.php:71
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 `dl_configuration` c
LEFT JOIN `dl_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.641 ms 3026 /classes/Configuration.php:180
78
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 `dl_hook_module` hm
STRAIGHT_JOIN `dl_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `dl_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.582 ms 476 /classes/Hook.php:459
33
SELECT SQL_NO_CACHE * FROM `dl_hook_module_exceptions`
WHERE `id_shop` IN (1)
2.524 ms 1 /classes/module/Module.php:2046
77
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `dl_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `dl_hook_alias` ha
INNER JOIN `dl_hook` h ON ha.name = h.name
2.280 ms 0 /classes/Hook.php:1348
284
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11937) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.262 ms 1 Yes Yes /classes/Product.php:4524
253
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_contactinfo" LIMIT 1
2.223 ms 1 /classes/module/Module.php:2664
260
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 247 AND `id_shop` = 1 LIMIT 1
2.160 ms 1 /classes/module/Module.php:2137
251
SELECT SQL_NO_CACHE 1 FROM `dl_cart_rule` WHERE ((date_to >= "2026-04-21 00:00:00" AND date_to <= "2026-04-21 23:59:59") OR (date_from >= "2026-04-21 00:00:00" AND date_from <= "2026-04-21 23:59:59") OR (date_from < "2026-04-21 00:00:00" AND date_to > "2026-04-21 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.875 ms 15 /classes/CartRule.php:357
295
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
1.792 ms 1 /classes/Country.php:405
266
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_categorytree" LIMIT 1
1.756 ms 1 /classes/module/Module.php:2664
238
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13088
ORDER BY `position`
1.670 ms 3 Yes /classes/Product.php:3545
279
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13332) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.628 ms 1 Yes Yes /classes/Product.php:4524
256
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
1.559 ms 1 /classes/module/Module.php:2664
263
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_mainmenu" LIMIT 1
1.491 ms 1 /classes/module/Module.php:2664
242
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12974
ORDER BY `position`
1.365 ms 4 Yes /classes/Product.php:3545
17
SELECT SQL_NO_CACHE *
FROM `dl_category` a
LEFT JOIN `dl_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dl_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
1.328 ms 1 /src/Adapter/EntityMapper.php:71
236
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13211
ORDER BY `position`
1.266 ms 5 Yes /classes/Product.php:3545
261
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_searchbar" LIMIT 1
1.250 ms 1 /classes/module/Module.php:2664
206
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 11937) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.244 ms 1 /classes/stock/StockAvailable.php:453
230
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13534
ORDER BY `position`
1.244 ms 3 Yes /classes/Product.php:3545
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `dl_hook` h
WHERE (h.active = 1)
1.210 ms 1052 /classes/Hook.php:1388
54
SELECT SQL_NO_CACHE *
FROM `dl_category` a
LEFT JOIN `dl_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
1.131 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE psgdpr.active FROM `dl_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 239 LIMIT 1
1.126 ms 6 /modules/psgdpr/classes/GDPRConsent.php:132
259
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_customersignin" LIMIT 1
1.101 ms 1 /classes/module/Module.php:2664
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `dl_lang` l
JOIN dl_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
1.038 ms 25 /classes/Language.php:1216
246
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11875
ORDER BY `position`
0.957 ms 4 Yes /classes/Product.php:3545
57
SELECT SQL_NO_CACHE data FROM dl_layered_filter_block WHERE hash="d4376ca7ff6cdf7000e0bffe8076f39e" LIMIT 1
0.855 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
114
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13534) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.843 ms 6 Yes /classes/SpecificPrice.php:576
58
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM dl_product p INNER JOIN dl_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 6) INNER JOIN dl_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN dl_category_product cp ON (p.id_product = cp.id_product) INNER JOIN dl_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN dl_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 p.id_manufacturer IN (24, 144, 8, 3, 156, 57, 50) AND c.nleft>=324 AND c.nright<=325
0.828 ms 4480 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
138
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13332) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.823 ms 6 Yes /classes/SpecificPrice.php:576
126
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13529) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.820 ms 6 Yes /classes/SpecificPrice.php:576
44
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM dl_required_field
0.812 ms 2 /classes/ObjectModel.php:1595
175
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13087) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.812 ms 6 Yes /classes/SpecificPrice.php:576
268
SELECT SQL_NO_CACHE c.*, cl.*
FROM `dl_category` c
INNER JOIN dl_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `dl_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `dl_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `dl_category` c2 ON c2.`id_category` = 55 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 7 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, category_shop.`position` ASC
0.812 ms 56 Yes Yes /classes/Category.php:799
31
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 `dl_category` c
INNER JOIN dl_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `dl_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `dl_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.794 ms 1 Yes Yes /classes/Category.php:924
150
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13211) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.793 ms 6 Yes /classes/SpecificPrice.php:576
64
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-04-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM dl_product p
LEFT JOIN dl_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN dl_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN dl_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (13787,13537,13535,13534,13529,13332,13211,13088,13087,12974,11937,11875)
0.764 ms 12 /classes/ProductAssembler.php:95
82
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13787 LIMIT 1
0.764 ms 1 /classes/Pack.php:90
278
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13529) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.754 ms 1 Yes Yes /classes/Product.php:4524
163
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13088) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.736 ms 6 Yes /classes/SpecificPrice.php:576
271
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `dl_category` c
LEFT JOIN `dl_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 55 LIMIT 1
0.722 ms 1 /classes/Category.php:1585
258
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `dl_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.695 ms 1 /classes/Cart.php:1303
283
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.677 ms 1 Yes Yes /classes/Product.php:4524
200
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 11937) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.661 ms 6 Yes /classes/SpecificPrice.php:576
188
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 12974) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.658 ms 6 Yes /classes/SpecificPrice.php:576
212
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 11875) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.653 ms 6 Yes /classes/SpecificPrice.php:576
74
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13787) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.642 ms 6 Yes /classes/SpecificPrice.php:576
38
SELECT SQL_NO_CACHE * FROM `dl_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.627 ms 7 Yes /classes/ImageType.php:109
90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13537) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.590 ms 6 Yes /classes/SpecificPrice.php:576
121
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13534 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13534 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.581 ms 0 /classes/Cart.php:1430
102
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `dl_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 13535) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-21 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.578 ms 6 Yes /classes/SpecificPrice.php:576
29
SELECT SQL_NO_CACHE `id_category`
FROM `dl_category_shop`
WHERE `id_category` = 55
AND `id_shop` = 1 LIMIT 1
0.547 ms 1 /classes/Category.php:2450
170
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.491 ms 0 /classes/Cart.php:1430
145
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13332 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.483 ms 0 /classes/Cart.php:1430
133
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13529 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13529 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.473 ms 0 /classes/Cart.php:1430
249
SELECT SQL_NO_CACHE * FROM `dl_cart_rule` cr
LEFT JOIN `dl_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.473 ms 2 /classes/CartRule.php:423
116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13534 AND id_shop=1 LIMIT 1
0.464 ms 1 /classes/Product.php:6887
229
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13534) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
244
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11937
ORDER BY `position`
0.455 ms 3 Yes /classes/Product.php:3545
158
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13211
ORDER BY f.position ASC
0.448 ms 1 Yes /classes/Product.php:6032
109
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13535 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13535 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.394 ms 0 /classes/Cart.php:1430
98
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13537
ORDER BY f.position ASC
0.393 ms 1 Yes /classes/Product.php:6032
122
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13534
ORDER BY f.position ASC
0.388 ms 1 Yes /classes/Product.php:6032
134
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13529
ORDER BY f.position ASC
0.388 ms 1 Yes /classes/Product.php:6032
171
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13088
ORDER BY f.position ASC
0.388 ms 1 Yes /classes/Product.php:6032
146
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13332
ORDER BY f.position ASC
0.387 ms 1 Yes /classes/Product.php:6032
234
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13332
ORDER BY `position`
0.386 ms 4 Yes /classes/Product.php:3545
115
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13534)
0.379 ms 1 /classes/Product.php:3860
195
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12974 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 12974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.362 ms 0 /classes/Cart.php:1430
159
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13088
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 3 /classes/Product.php:3570
275
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13537) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.354 ms 1 Yes Yes /classes/Product.php:4524
225
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13537) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
219
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11875 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 11875 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.346 ms 0 /classes/Cart.php:1430
227
SELECT SQL_NO_CACHE *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `dl_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13535) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
273
SELECT SQL_NO_CACHE c.*, cl.*  FROM `dl_category` c
LEFT JOIN `dl_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 324 AND c.`nright` >= 325 AND c.`nleft` >= 2 AND c.`nright` <= 445 ORDER BY `nleft` DESC
0.340 ms 224 Yes /classes/Category.php:1600
85
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13787
ORDER BY f.position ASC
0.337 ms 1 Yes /classes/Product.php:6032
182
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 13087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.332 ms 0 /classes/Cart.php:1430
207
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 `dl_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11937 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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` = 11937 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1430
285
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (11875) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.328 ms 1 Yes Yes /classes/Product.php:4524
135
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13332
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 4 /classes/Product.php:3570
41
SELECT SQL_NO_CACHE *
FROM `dl_state` a
WHERE (a.`id_state` = 351) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
39
SELECT SQL_NO_CACHE format
FROM `dl_address_format`
WHERE `id_country` = 6 LIMIT 1
0.311 ms 1 /classes/AddressFormat.php:656
110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 13535
ORDER BY f.position ASC
0.307 ms 1 Yes /classes/Product.php:6032
280
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13211) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.306 ms 1 Yes Yes /classes/Product.php:4524
147
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13211
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 5 /classes/Product.php:3570
123
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13529
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 3 /classes/Product.php:3570
250
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_orders` o
LEFT JOIN `dl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 379 LIMIT 1
0.298 ms 1 /classes/order/Order.php:881
180
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13087 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13534
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 3 /classes/Product.php:3570
281
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.289 ms 1 Yes Yes /classes/Product.php:4524
30
SELECT SQL_NO_CACHE ctg.`id_group`
FROM dl_category_group ctg
WHERE ctg.`id_category` = 55 AND ctg.`id_group` = 1 LIMIT 1
0.289 ms 1 /classes/Category.php:1754
276
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13535) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.289 ms 1 Yes Yes /classes/Product.php:4524
65
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13787
AND image_shop.`cover` = 1 LIMIT 1
0.287 ms 3 /classes/Product.php:3570
164
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13088)
0.281 ms 1 /classes/Product.php:3860
277
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13534) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.275 ms 1 Yes Yes /classes/Product.php:4524
99
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13535
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 4 /classes/Product.php:3570
240
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13087
ORDER BY `position`
0.269 ms 3 Yes /classes/Product.php:3545
118
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13534 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
127
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13529)
0.268 ms 1 /classes/Product.php:3860
151
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13211)
0.267 ms 1 /classes/Product.php:3860
139
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13332)
0.265 ms 1 /classes/Product.php:3860
149
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13211
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:259
176
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13087)
0.260 ms 1 /classes/Product.php:3860
282
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 `dl_product_attribute` pa
INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `dl_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (13087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.258 ms 1 Yes Yes /classes/Product.php:4524
86
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 13537
AND image_shop.`cover` = 1 LIMIT 1
0.256 ms 5 /classes/Product.php:3570
228
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13535
ORDER BY `position`
0.256 ms 4 Yes /classes/Product.php:3545
130
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13529 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
161
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.254 ms 1 /classes/Manufacturer.php:316
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.252 ms 1 /classes/stock/StockAvailable.php:453
144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:453
222
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13787
ORDER BY `position`
0.249 ms 3 Yes /classes/Product.php:3545
173
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.247 ms 1 /classes/Product.php:5670
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
142
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13332 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
196
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12974
ORDER BY f.position ASC
0.246 ms 1 Yes /classes/Product.php:6032
232
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13529
ORDER BY `position`
0.245 ms 3 Yes /classes/Product.php:3545
75
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13787)
0.245 ms 1 /classes/Product.php:3860
83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13787) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
136
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.244 ms 1 /classes/Product.php:5670
148
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.244 ms 1 /classes/Product.php:5670
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
153
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13211 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:156
167
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13088 LIMIT 1
0.242 ms 1 /classes/Pack.php:89
48
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "CronInterval") AND (id_shop = 1) LIMIT 1
0.241 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
226
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13537
ORDER BY `position`
0.240 ms 5 Yes /classes/Product.php:3545
220
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11875
ORDER BY f.position ASC
0.240 ms 1 Yes /classes/Product.php:6032
154
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13211 LIMIT 1
0.239 ms 1 /classes/Pack.php:89
179
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13087 LIMIT 1
0.238 ms 1 /classes/Pack.php:89
152
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13211 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6887
137
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13332
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.233 ms 1 /classes/SpecificPrice.php:259
162
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13088
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.233 ms 1 /classes/SpecificPrice.php:259
70
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `id_product` != 0 LIMIT 1
0.232 ms 2267 /classes/SpecificPrice.php:297
91
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13537)
0.232 ms 1 /classes/Product.php:3860
124
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.231 ms 1 /classes/Product.php:5670
140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13332 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6887
160
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.231 ms 1 /classes/Product.php:5670
208
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM dl_feature_product pf
LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN dl_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 11937
ORDER BY f.position ASC
0.231 ms 1 Yes /classes/Product.php:6032
165
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13088 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6887
103
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 13535)
0.230 ms 1 /classes/Product.php:3860
177
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13087 AND id_shop=1 LIMIT 1
0.228 ms 1 /classes/Product.php:6887
119
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13534 LIMIT 1
0.226 ms 1 /classes/Pack.php:90
125
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13529
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:259
143
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13332 LIMIT 1
0.226 ms 1 /classes/Pack.php:90
174
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13087
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.225 ms 1 /classes/SpecificPrice.php:259
81
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13787 LIMIT 1
0.224 ms 1 /classes/Pack.php:89
128
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13529 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
155
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13211 LIMIT 1
0.222 ms 1 /classes/Pack.php:90
42
SELECT SQL_NO_CACHE *
FROM `dl_country` a
LEFT JOIN `dl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.221 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13537 LIMIT 1
0.220 ms 1 /classes/Pack.php:89
166
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13088 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
69
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE id_product = 0 LIMIT 1
0.220 ms 3 /classes/SpecificPrice.php:426
168
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13088 LIMIT 1
0.220 ms 1 /classes/Pack.php:90
131
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13529 LIMIT 1
0.219 ms 1 /classes/Pack.php:90
141
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13332 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
71
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `from` BETWEEN '2026-04-21 00:00:00' AND '2026-04-21 23:59:59' LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:377
79
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13787 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:156
178
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13087 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
264
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 248 AND `id_shop` = 1 LIMIT 1
0.214 ms 1 /classes/module/Module.php:2137
129
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13529 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
87
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.213 ms 1 /classes/Product.php:5670
66
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `dl_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 55 LIMIT 1
0.212 ms 1 /classes/Category.php:1378
96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13537) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
106
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 13535 LIMIT 1
0.212 ms 1 /classes/Pack.php:89
262
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 236 AND `id_shop` = 1 LIMIT 1
0.211 ms 1 /classes/module/Module.php:2137
112
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.210 ms 1 /classes/Product.php:5670
100
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.206 ms 1 /classes/Product.php:5670
95
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13537 LIMIT 1
0.204 ms 1 /classes/Pack.php:90
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM dl_shop_url su
LEFT JOIN dl_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.leprechaun.es' OR su.domain_ssl = 'www.leprechaun.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.204 ms 1 Yes /classes/shop/Shop.php:1364
257
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 245 AND `id_shop` = 1 LIMIT 1
0.204 ms 1 /classes/module/Module.php:2137
80
SELECT SQL_NO_CACHE `reduction`
FROM `dl_group`
WHERE `id_group` = 1 LIMIT 1
0.203 ms 1 /classes/Group.php:154
93
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13537 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:156
101
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13535
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.203 ms 1 /classes/SpecificPrice.php:259
76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13787 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6887
254
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 284 AND `id_shop` = 1 LIMIT 1
0.202 ms 1 /classes/module/Module.php:2137
67
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.201 ms 1 /classes/Product.php:5670
72
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `to` BETWEEN '2026-04-21 00:00:00' AND '2026-04-21 23:59:59' LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:381
73
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13787
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:259
89
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13537
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:259
113
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 13534
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.201 ms 1 /classes/SpecificPrice.php:259
92
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13537 AND id_shop=1 LIMIT 1
0.200 ms 1 /classes/Product.php:6887
209
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11875
AND image_shop.`cover` = 1 LIMIT 1
0.200 ms 4 /classes/Product.php:3570
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 13535 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6887
88
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 144
AND `active` = 1 LIMIT 1
0.198 ms 1 /classes/Manufacturer.php:316
255
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
0.198 ms 1 /classes/Country.php:405
68
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.197 ms 1 /classes/Manufacturer.php:316
107
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 13535 LIMIT 1
0.197 ms 1 /classes/Pack.php:90
269
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `dl_category` c
LEFT JOIN `dl_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.193 ms 4 /classes/Category.php:2242
105
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 13535 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:156
184
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12974
AND image_shop.`cover` = 1 LIMIT 1
0.178 ms 4 /classes/Product.php:3570
43
SELECT SQL_NO_CACHE *
FROM `dl_country_lang`
WHERE `id_country` = 6
0.176 ms 5 /src/Adapter/EntityMapper.php:79
47
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "ActivateMarketplace") AND (id_shop = 1) LIMIT 1
0.167 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
292
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `dl_currency` c
LEFT JOIN dl_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.164 ms 1 /classes/Currency.php:1136
267
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 280 AND `id_shop` = 1 LIMIT 1
0.163 ms 1 /classes/module/Module.php:2137
197
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `dl_image` i
INNER JOIN dl_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 11937
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 3 /classes/Product.php:3570
289
SELECT SQL_NO_CACHE psgdprl.message FROM `dl_psgdpr_consent` psgdpr
LEFT JOIN dl_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 239 AND psgdprl.id_lang =1 LIMIT 1
0.151 ms 6 /modules/psgdpr/classes/GDPRConsent.php:111
270
SELECT SQL_NO_CACHE *
FROM `dl_category` a
LEFT JOIN `dl_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `dl_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.150 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE value FROM `dl_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.142 ms 1 /classes/shop/Shop.php:1183
202
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 11937 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6887
201
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 11937)
0.129 ms 1 /classes/Product.php:3860
7
SELECT SQL_NO_CACHE *
FROM `dl_country` a
LEFT JOIN `dl_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `dl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 11875 AND id_shop=1 LIMIT 1
0.123 ms 1 /classes/Product.php:6887
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `dl_lang` l
LEFT JOIN `dl_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.116 ms 5 /classes/Language.php:1080
21
SELECT SQL_NO_CACHE *
FROM `dl_currency` a
LEFT JOIN `dl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `dl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
204
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 11937 LIMIT 1
0.111 ms 1 /classes/Pack.php:89
5
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM dl_shop s
LEFT JOIN dl_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.110 ms 1 /classes/shop/Shop.php:218
55
SELECT SQL_NO_CACHE *
FROM `dl_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.110 ms 5 /src/Adapter/EntityMapper.php:79
218
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 11875) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
194
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 12974) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
216
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 11875 LIMIT 1
0.104 ms 1 /classes/Pack.php:89
291
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 240 AND `id_shop` = 1 LIMIT 1
0.103 ms 1 /classes/module/Module.php:2137
181
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 13087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
192
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 12974 LIMIT 1
0.100 ms 1 /classes/Pack.php:89
223
SELECT SQL_NO_CACHE state FROM dl_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.099 ms 1 /classes/FeatureFlag.php:105
10
SELECT SQL_NO_CACHE id_shop
FROM `dl_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.098 ms 1 /classes/ObjectModel.php:1732
198
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.098 ms 1 /classes/Product.php:5670
23
SELECT SQL_NO_CACHE *
FROM `dl_currency` a
LEFT JOIN `dl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.096 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE *
FROM `dl_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.094 ms 1 /src/Adapter/EntityMapper.php:71
224
SELECT SQL_NO_CACHE * FROM `dl_image_type`
0.092 ms 7 /classes/ImageType.php:161
272
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `dl_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.091 ms 1 /classes/Category.php:1591
8
SELECT SQL_NO_CACHE *
FROM `dl_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
26
SELECT SQL_NO_CACHE *
FROM `dl_group` a
LEFT JOIN `dl_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.090 ms 1 /classes/Product.php:5670
185
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.089 ms 1 /classes/Product.php:5670
199
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 11937
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:259
211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 11875
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:259
190
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 12974 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6887
187
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 12974
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.084 ms 1 /classes/SpecificPrice.php:259
19
SELECT SQL_NO_CACHE `id_lang` FROM `dl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.082 ms 5 /classes/Language.php:883
186
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 50
AND `active` = 1 LIMIT 1
0.081 ms 1 /classes/Manufacturer.php:316
205
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 11937 LIMIT 1
0.081 ms 1 /classes/Pack.php:90
24
SELECT SQL_NO_CACHE *
FROM `dl_currency_lang`
WHERE `id_currency` = 1
0.080 ms 5 /src/Adapter/EntityMapper.php:79
215
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 11875 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:156
217
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 11875 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
193
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 12974 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
203
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 11937 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:156
20
SELECT SQL_NO_CACHE c.id_currency
FROM `dl_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.076 ms 1 /classes/Currency.php:893
27
SELECT SQL_NO_CACHE *
FROM `dl_group_lang`
WHERE `id_group` = 1
0.075 ms 5 /src/Adapter/EntityMapper.php:79
191
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 12974 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:156
28
SELECT SQL_NO_CACHE id_shop
FROM `dl_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.075 ms 1 /classes/ObjectModel.php:1732
37
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 260 AND `id_shop` = 1 LIMIT 1
0.069 ms 0 /classes/module/Module.php:2137
22
SELECT SQL_NO_CACHE `id_lang` FROM `dl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.067 ms 5 /classes/Language.php:883
40
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
0.066 ms 1 /classes/Country.php:405
49
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "CronLastExecutionTime") AND (id_shop = 1) LIMIT 1
0.066 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
25
SELECT SQL_NO_CACHE id_shop
FROM `dl_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.065 ms 1 /classes/ObjectModel.php:1732

Doubles

12 queries
SELECT image_shop.`id_image`
                    FROM `dl_image` i
                     INNER JOIN dl_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
12 queries
SELECT name FROM dl_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `dl_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
12 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `dl_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` IN (XX, XX) AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
12 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
XX as id_product_attribute
FROM `dl_product` p
INNER JOIN `dl_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `dl_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
			SELECT `reduction`
			FROM `dl_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT COUNT(*) FROM `dl_pack` WHERE id_product_pack = XX LIMIT XX
12 queries
SELECT product_type FROM `dl_product` WHERE id_product = XX LIMIT XX
12 queries
SELECT SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12 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 `dl_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 `dl_cart_product` cp JOIN `dl_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `dl_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
12 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM dl_feature_product pf
                LEFT JOIN dl_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN dl_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN dl_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN dl_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
12 queries
SELECT *
FROM `dl_product` a
LEFT JOIN `dl_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `dl_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
12 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `dl_image` i
             INNER JOIN dl_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `dl_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
12 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 `dl_product_attribute` pa
             INNER JOIN dl_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 `dl_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `dl_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `dl_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `dl_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;
10 queries
SELECT `id_module` FROM `dl_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4 queries
				SELECT `name`
				FROM `dl_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `dl_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT *
FROM `dl_category` a
LEFT JOIN `dl_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `dl_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 `dl_lang`
                    WHERE `locale` = 'es-es'
                    OR `language_code` = 'es-es' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `dl_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `dl_manufacturer` m INNER JOIN dl_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = XX)INNER JOIN `dl_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = XX)WHERE XX AND m.`active` = XX ORDER BY m.`name` ASC
		
2 queries
SELECT XX FROM `dl_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

Tables stress

54 product
42 product_shop
26 cart_product
24 image
24 image_shop
24 pack
22 category_lang
16 stock_available
16 specific_price
15 category
15 product_attribute
15 product_attribute_combination
13 module
13 feature
13 feature_shop
13 feature_lang
13 feature_product
13 feature_value_lang
13 product_lang
12 module_shop
12 specific_price_priority
12 product_group_reduction_cache
12 image_lang
12 product_attribute_shop
12 attribute
12 attribute_lang
12 attribute_group
7 category_shop
7 category_group
6 country
6 hook
6 manufacturer
5 lang
5 currency
4 shop_url
4 shop
4 lang_shop
4 currency_shop
4 correos_oficial_configuration
4 category_product
4 cart_rule
3 hook_alias
3 product_sale
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 image_type
2 manufacturer_shop
2 manufacturer_lang
2 cart_rule_lang
2 psgdpr_consent
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 address_format
1 state
1 required_field
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 layered_price_index
1 feature_value
1 layered_indexable_feature_value_lang_value
1 feature_flag
1 orders
1 order_cart_rule
1 psgdpr_consent_lang

ObjectModel instances

Name Instances Source
Product 12 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13787]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13537]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13535]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13534]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13529]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13211]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13088]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 13087]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12974]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 11937]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 11875]
Country 9 /config/config.inc.php:146 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/classes/controller/FrontController.php:1769 (__construct) [id: 6]
/modules/paypal/paypal.php:398 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 6]
/modules/paypal/classes/AbstractMethodPaypal.php:94 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 6]
State 8 /classes/AddressFormat.php:404 (__construct) [id: 351]
/classes/controller/FrontController.php:1768 (__construct) [id: 351]
/classes/AddressFormat.php:404 (__construct) [id: 351]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 351]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 351]
/classes/AddressFormat.php:404 (__construct) [id: 351]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 351]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 351]
Category 7 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 55]
/classes/Meta.php:379 (__construct) [id: 55]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 55]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5975 (__construct) [id: ]
AddressFormat 3 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:561 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:691 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Gender 1 /classes/controller/FrontController.php:1692 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.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/prod/appParameters.php
114 /var/cache/prod/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 /override/classes/Validate.php
135 /classes/Validate.php
136 /classes/cache/Cache.php
137 /src/Adapter/EntityMapper.php
138 /classes/db/DbQuery.php
139 /src/Core/Addon/Theme/ThemeManagerBuilder.php
140 /vendor/psr/log/Psr/Log/NullLogger.php
141 /vendor/psr/log/Psr/Log/AbstractLogger.php
142 /vendor/psr/log/Psr/Log/LoggerInterface.php
143 /src/Adapter/Configuration.php
144 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
145 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
146 /src/Core/ConfigurationInterface.php
147 /src/Core/Addon/Theme/ThemeRepository.php
148 /src/Core/Addon/AddonRepositoryInterface.php
149 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
150 /src/Core/Addon/Theme/Theme.php
151 /src/Core/Addon/AddonInterface.php
152 /src/Core/Util/ArrayFinder.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
158 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
159 /config/defines_uri.inc.php
160 /classes/Language.php
161 /src/Core/Language/LanguageInterface.php
162 /classes/Country.php
163 /classes/PrestaShopCollection.php
164 /classes/shop/ShopGroup.php
165 /classes/Cookie.php
166 /classes/PhpEncryption.php
167 /classes/PhpEncryptionEngine.php
168 /vendor/defuse/php-encryption/src/Key.php
169 /vendor/defuse/php-encryption/src/Encoding.php
170 /vendor/defuse/php-encryption/src/Core.php
171 /vendor/defuse/php-encryption/src/Crypto.php
172 /vendor/defuse/php-encryption/src/KeyOrPassword.php
173 /vendor/defuse/php-encryption/src/RuntimeTests.php
174 /vendor/defuse/php-encryption/src/DerivedKeys.php
175 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
176 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
177 /src/Core/Session/SessionHandler.php
178 /src/Core/Session/SessionHandlerInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
195 /config/smarty.config.inc.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 /src/Adapter/ContainerBuilder.php
232 /src/Adapter/Environment.php
233 /src/Core/EnvironmentInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
237 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
238 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
246 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
247 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
248 /vendor/symfony/contracts/Service/ResetInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
250 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
251 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
253 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
254 /vendor/symfony/contracts/Cache/ItemInterface.php
255 /vendor/psr/cache/src/CacheItemInterface.php
256 /vendor/psr/cache/src/CacheItemPoolInterface.php
257 /vendor/symfony/contracts/Cache/CacheInterface.php
258 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
259 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
260 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
261 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
262 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
263 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
264 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
265 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
266 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
319 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
322 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
326 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
327 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
328 /var/cache/prod/FrontContainer.php
329 /src/Adapter/Container/LegacyContainer.php
330 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
331 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
333 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
334 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
335 /vendor/psr/container/src/ContainerExceptionInterface.php
336 /vendor/psr/container/src/NotFoundExceptionInterface.php
337 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
340 /src/Adapter/Container/LegacyContainerInterface.php
341 /modules/ps_distributionapiclient/vendor/autoload.php
342 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
343 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
344 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
345 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
346 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
347 /modules/statsstock/vendor/autoload.php
348 /modules/statsstock/vendor/composer/autoload_real.php
349 /modules/statsstock/vendor/composer/platform_check.php
350 /modules/statsstock/vendor/composer/autoload_static.php
351 /modules/autoupgrade/vendor/autoload.php
352 /modules/autoupgrade/vendor/composer/autoload_real.php
353 /modules/autoupgrade/vendor/composer/autoload_static.php
354 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
355 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
356 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
357 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
358 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
359 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
360 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
361 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
362 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
363 /modules/ps_searchbar/vendor/autoload.php
364 /modules/ps_searchbar/vendor/composer/autoload_real.php
365 /modules/ps_searchbar/vendor/composer/platform_check.php
366 /modules/ps_searchbar/vendor/composer/autoload_static.php
367 /modules/ps_imageslider/vendor/autoload.php
368 /modules/ps_imageslider/vendor/composer/autoload_real.php
369 /modules/ps_imageslider/vendor/composer/platform_check.php
370 /modules/ps_imageslider/vendor/composer/autoload_static.php
371 /modules/ps_featuredproducts/vendor/autoload.php
372 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
373 /modules/ps_featuredproducts/vendor/composer/platform_check.php
374 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
375 /modules/ps_emailsubscription/vendor/autoload.php
376 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
377 /modules/ps_emailsubscription/vendor/composer/platform_check.php
378 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
379 /modules/ps_linklist/vendor/autoload.php
380 /modules/ps_linklist/vendor/composer/autoload_real.php
381 /modules/ps_linklist/vendor/composer/platform_check.php
382 /modules/ps_linklist/vendor/composer/autoload_static.php
383 /modules/ps_banner/vendor/autoload.php
384 /modules/ps_banner/vendor/composer/autoload_real.php
385 /modules/ps_banner/vendor/composer/autoload_static.php
386 /modules/ps_customtext/vendor/autoload.php
387 /modules/ps_customtext/vendor/composer/autoload_real.php
388 /modules/ps_customtext/vendor/composer/platform_check.php
389 /modules/ps_customtext/vendor/composer/autoload_static.php
390 /modules/ps_shoppingcart/vendor/autoload.php
391 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
392 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
393 /modules/ps_customeraccountlinks/vendor/autoload.php
394 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
395 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
396 /modules/ps_customersignin/vendor/autoload.php
397 /modules/ps_customersignin/vendor/composer/autoload_real.php
398 /modules/ps_customersignin/vendor/composer/autoload_static.php
399 /modules/ps_mainmenu/vendor/autoload.php
400 /modules/ps_mainmenu/vendor/composer/autoload_real.php
401 /modules/ps_mainmenu/vendor/composer/platform_check.php
402 /modules/ps_mainmenu/vendor/composer/autoload_static.php
403 /modules/correosoficial/vendor/autoload.php
404 /modules/correosoficial/vendor/composer/autoload_real.php
405 /modules/correosoficial/vendor/composer/autoload_static.php
406 /modules/motive/vendor/autoload.php
407 /modules/motive/vendor/composer/autoload_real.php
408 /modules/motive/vendor/composer/autoload_static.php
409 /modules/sequra/vendor/autoload.php
410 /modules/sequra/vendor/composer/autoload_real.php
411 /modules/sequra/vendor/composer/platform_check.php
412 /modules/sequra/vendor/composer/autoload_static.php
413 /modules/ps_emailalerts/vendor/autoload.php
414 /modules/ps_emailalerts/vendor/composer/autoload_real.php
415 /modules/ps_emailalerts/vendor/composer/autoload_static.php
416 /modules/ps_dataprivacy/vendor/autoload.php
417 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
418 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
419 /modules/psgdpr/vendor/autoload.php
420 /modules/psgdpr/vendor/composer/autoload_real.php
421 /modules/psgdpr/vendor/composer/autoload_static.php
422 /modules/gsitemap/vendor/autoload.php
423 /modules/gsitemap/vendor/composer/autoload_real.php
424 /modules/gsitemap/vendor/composer/platform_check.php
425 /modules/gsitemap/vendor/composer/autoload_static.php
426 /modules/gridhtml/vendor/autoload.php
427 /modules/gridhtml/vendor/composer/autoload_real.php
428 /modules/gridhtml/vendor/composer/autoload_static.php
429 /modules/ps_faviconnotificationbo/vendor/autoload.php
430 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
431 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
432 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
433 /modules/ps_newproducts/vendor/autoload.php
434 /modules/ps_newproducts/vendor/composer/autoload_real.php
435 /modules/ps_newproducts/vendor/composer/platform_check.php
436 /modules/ps_newproducts/vendor/composer/autoload_static.php
437 /modules/ps_viewedproduct/vendor/autoload.php
438 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
439 /modules/ps_viewedproduct/vendor/composer/platform_check.php
440 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
441 /modules/ps_specials/vendor/autoload.php
442 /modules/ps_specials/vendor/composer/autoload_real.php
443 /modules/ps_specials/vendor/composer/platform_check.php
444 /modules/ps_specials/vendor/composer/autoload_static.php
445 /modules/ps_bestsellers/vendor/autoload.php
446 /modules/ps_bestsellers/vendor/composer/autoload_real.php
447 /modules/ps_bestsellers/vendor/composer/platform_check.php
448 /modules/ps_bestsellers/vendor/composer/autoload_static.php
449 /modules/ps_categoryproducts/vendor/autoload.php
450 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
451 /modules/ps_categoryproducts/vendor/composer/platform_check.php
452 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
453 /modules/ps_crossselling/vendor/autoload.php
454 /modules/ps_crossselling/vendor/composer/autoload_real.php
455 /modules/ps_crossselling/vendor/composer/platform_check.php
456 /modules/ps_crossselling/vendor/composer/autoload_static.php
457 /modules/ps_wirepayment/vendor/autoload.php
458 /modules/ps_wirepayment/vendor/composer/autoload_real.php
459 /modules/ps_wirepayment/vendor/composer/platform_check.php
460 /modules/ps_wirepayment/vendor/composer/autoload_static.php
461 /modules/ps_sharebuttons/vendor/autoload.php
462 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
463 /modules/ps_sharebuttons/vendor/composer/platform_check.php
464 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
465 /modules/ps_facetedsearch/vendor/autoload.php
466 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
467 /modules/ps_facetedsearch/vendor/composer/platform_check.php
468 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
469 /modules/ps_categorytree/vendor/autoload.php
470 /modules/ps_categorytree/vendor/composer/autoload_real.php
471 /modules/ps_categorytree/vendor/composer/platform_check.php
472 /modules/ps_categorytree/vendor/composer/autoload_static.php
473 /modules/blockreassurance/vendor/autoload.php
474 /modules/blockreassurance/vendor/composer/autoload_real.php
475 /modules/blockreassurance/vendor/composer/autoload_static.php
476 /modules/paypal/vendor/autoload.php
477 /modules/paypal/vendor/composer/autoload_real.php
478 /modules/paypal/vendor/composer/autoload_static.php
479 /modules/ps_contactinfo/vendor/autoload.php
480 /modules/ps_contactinfo/vendor/composer/autoload_real.php
481 /modules/ps_contactinfo/vendor/composer/autoload_static.php
482 /modules/contactform/vendor/autoload.php
483 /modules/contactform/vendor/composer/autoload_real.php
484 /modules/contactform/vendor/composer/autoload_static.php
485 /modules/ps_themecusto/vendor/autoload.php
486 /modules/ps_themecusto/vendor/composer/autoload_real.php
487 /modules/ps_themecusto/vendor/composer/autoload_static.php
488 /src/Core/Hook/HookModuleFilter.php
489 /src/Core/Hook/HookModuleFilterInterface.php
490 /controllers/front/listing/CategoryController.php
491 /classes/controller/ProductListingFrontController.php
492 /classes/controller/ProductPresentingFrontController.php
493 /classes/controller/FrontController.php
494 /src/PrestaShopBundle/Translation/TranslatorComponent.php
495 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
496 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
497 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
498 /vendor/symfony/contracts/Translation/TranslatorInterface.php
499 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
500 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
501 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
502 /src/PrestaShopBundle/Translation/TranslatorInterface.php
503 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
504 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
505 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
506 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
507 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
508 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
509 /vendor/symfony/contracts/Translation/TranslatorTrait.php
510 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
511 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
512 /var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
513 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
514 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
515 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
516 /src/Adapter/Presenter/Object/ObjectPresenter.php
517 /src/Adapter/Presenter/PresenterInterface.php
518 /src/Adapter/Presenter/Cart/CartPresenter.php
519 /src/Adapter/Image/ImageRetriever.php
520 /classes/tax/TaxConfiguration.php
521 /classes/Smarty/TemplateFinder.php
522 /classes/assets/StylesheetManager.php
523 /classes/assets/AbstractAssetManager.php
524 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
525 /classes/assets/JavascriptManager.php
526 /classes/assets/CccReducer.php
527 /classes/Category.php
528 /classes/webservice/WebserviceRequest.php
529 /src/Core/Localization/Locale/Repository.php
530 /src/Core/Localization/Locale/RepositoryInterface.php
531 /src/Core/Localization/CLDR/LocaleRepository.php
532 /src/Core/Localization/CLDR/LocaleDataSource.php
533 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
534 /src/Core/Data/Layer/AbstractDataLayer.php
535 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
536 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
537 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
538 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
539 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
540 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
541 /vendor/symfony/contracts/Cache/CacheTrait.php
542 /vendor/psr/cache/src/InvalidArgumentException.php
543 /vendor/psr/cache/src/CacheException.php
544 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
545 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
548 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
549 /src/Core/Localization/CLDR/Reader.php
550 /src/Core/Localization/CLDR/ReaderInterface.php
551 /src/Core/Localization/Currency/Repository.php
552 /src/Core/Localization/Currency/RepositoryInterface.php
553 /src/Core/Localization/Currency/CurrencyDataSource.php
554 /src/Core/Localization/Currency/DataSourceInterface.php
555 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
556 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
557 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
558 /src/Adapter/Currency/CurrencyDataProvider.php
559 /src/Core/Currency/CurrencyDataProviderInterface.php
560 /src/Adapter/LegacyContext.php
561 /src/Adapter/Tools.php
562 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
563 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
564 /vendor/prestashop/decimal/src/Operation/Rounding.php
565 /src/Core/Localization/Locale.php
566 /src/Core/Localization/LocaleInterface.php
567 /src/Core/Localization/Specification/Price.php
568 /src/Core/Localization/Specification/Number.php
569 /src/Core/Localization/Specification/NumberInterface.php
570 /src/Core/Localization/Specification/Factory.php
571 /src/Core/Localization/CLDR/LocaleData.php
572 /src/Core/Localization/CLDR/NumberSymbolsData.php
573 /src/Core/Localization/CLDR/CurrencyData.php
574 /src/Core/Localization/CLDR/Locale.php
575 /src/Core/Localization/CLDR/LocaleInterface.php
576 /src/Core/Localization/Specification/NumberSymbolList.php
577 /classes/Currency.php
578 /src/Core/Localization/Currency/LocalizedCurrencyId.php
579 /src/Core/Localization/Currency/CurrencyData.php
580 /src/Core/Localization/Currency/CurrencyCollection.php
581 /src/Core/Localization/Currency.php
582 /src/Core/Localization/CurrencyInterface.php
583 /src/Core/Localization/Specification/NumberCollection.php
584 /src/Core/Localization/Number/Formatter.php
585 /classes/Cart.php
586 /src/Adapter/AddressFactory.php
587 /classes/CartRule.php
588 /classes/Product.php
589 /src/Core/Domain/Product/ValueObject/RedirectType.php
590 /src/Core/Util/DateTime/DateTime.php
591 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
592 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
593 /src/Core/Domain/Product/ValueObject/ProductType.php
594 /src/Core/Domain/Product/ValueObject/Reference.php
595 /src/Core/Domain/Product/ValueObject/Ean13.php
596 /src/Core/Domain/Product/ValueObject/Isbn.php
597 /src/Core/Domain/Product/ValueObject/Upc.php
598 /src/Core/Domain/Product/ProductSettings.php
599 /src/Core/Domain/Shop/ValueObject/ShopId.php
600 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
601 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
602 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
603 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
604 /modules/motive/motive.php
605 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
606 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
607 /classes/Translate.php
608 /modules/motive/translations/es.php
609 /modules/motive/src/Config.php
610 /modules/motive/src/LabelsAvailabilityConfig.php
611 /modules/ps_emailsubscription/ps_emailsubscription.php
612 /src/Core/Module/WidgetInterface.php
613 /src/PrestaShopBundle/Translation/DomainNormalizer.php
614 /classes/Media.php
615 /modules/ps_emailalerts/ps_emailalerts.php
616 /modules/ps_emailalerts/MailAlert.php
617 /modules/blockreassurance/blockreassurance.php
618 /src/Adapter/Presenter/Cart/CartLazyArray.php
619 /src/Adapter/Presenter/AbstractLazyArray.php
620 /src/Adapter/Product/PriceFormatter.php
621 /src/Core/Util/Inflector.php
622 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
623 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
641 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
642 /classes/Gender.php
643 /classes/Risk.php
644 /classes/Meta.php
645 /classes/Address.php
646 /classes/ImageType.php
647 /classes/State.php
648 /src/Core/Security/PasswordPolicyConfiguration.php
649 /src/Core/Configuration/DataConfigurationInterface.php
650 /src/Core/Security/Hashing.php
651 /src/Core/Filter/FrontEndObject/MainFilter.php
652 /src/Core/Filter/FilterInterface.php
653 /src/Core/Filter/FrontEndObject/CartFilter.php
654 /src/Core/Filter/HashMapWhitelistFilter.php
655 /src/Core/Filter/CollectionFilter.php
656 /src/Core/Filter/FrontEndObject/ProductFilter.php
657 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
658 /src/Core/Filter/FrontEndObject/CustomerFilter.php
659 /src/Core/Filter/FrontEndObject/ShopFilter.php
660 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
661 /modules/ps_searchbar/ps_searchbar.php
662 /modules/ps_imageslider/ps_imageslider.php
663 /modules/ps_imageslider/Ps_HomeSlide.php
664 /modules/ps_shoppingcart/ps_shoppingcart.php
665 /modules/correosoficial/correosoficial.php
666 /modules/correosoficial/classes/CorreosOficialCheckout.php
667 /modules/correosoficial/classes/CorreosOficialCarrier.php
668 /modules/correosoficial/classes/CorreosOficialSenders.php
669 /classes/module/CarrierModule.php
670 /modules/correosoficial/classes/CorreosOficialOrders.php
671 /modules/correosoficial/classes/CorreosOficialPickupAddress.php
672 /modules/correosoficial/classes/Analitica.php
673 /modules/correosoficial/vendor/ecommerce_common_lib/config.inc.php
674 /modules/correosoficial/vendor/ecommerce_common_lib/DetectPlatform.php
675 /modules/correosoficial/src/CorreosProducts.php
676 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialUtils.php
677 /modules/correosoficial/vendor/ecommerce_common_lib/functions.php
678 /modules/correosoficial/config.php
679 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosRest.php
680 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCustomerDataDao.php
681 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosDaoObject.php
682 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO.php
683 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO_PS.php
684 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosSoap.php
685 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialCrypto.php
686 /modules/correosoficial/vendor/ecommerce_common_lib/WSValidationResponse.php
687 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareOrderRequests.php
688 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialConfigDao.php
689 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialSendersDao.php
690 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialSmarty.php
691 /modules/correosoficial/classes/CorreosOficialOrder.php
692 /classes/order/Order.php
693 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareRequestsDocAduanera.php
694 /modules/correosoficial/classes/CorreosOficialErrorManager.php
695 /modules/correosoficial/vendor/ecommerce_common_lib/Cex/CexRest.php
696 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/BridgeCEXAdapter.php
697 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/NeedCustoms.php
698 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/Normalization.php
699 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/ShippingMethodZoneRules.php
700 /modules/correosoficial/sql/CorreosOficialIndexes.php
701 /modules/correosoficial/translations/es.php
702 /modules/correosoficial/models/CorreosOficialConfig.php
703 /modules/sequra/sequra.php
704 /classes/PaymentModule.php
705 /modules/sequra/translations/es.php
706 /modules/sequra/src/Logger.php
707 /classes/log/FileLogger.php
708 /classes/log/AbstractLogger.php
709 /classes/log/PrestaShopLoggerInterface.php
710 /modules/sequra/src/Crontab.php
711 /modules/sequra/src/PreQualifier.php
712 /vendor/prestashop/decimal/src/DecimalNumber.php
713 /vendor/prestashop/decimal/src/Builder.php
714 /modules/sequra/src/Entities/DeploymentTarget.php
715 /modules/sequra/src/Entities/DataTransferObject.php
716 /modules/sequra/src/Entities/EnvironmentDetails.php
717 /modules/sequra/src/Entities/Credential.php
718 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
719 /var/cache/prod/smarty/compile/classic/9b/5b/dc/9b5bdc4952e639b6ba4e02c05337d9f48d264ebd_2.file.header.tpl.php
720 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
721 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
722 /modules/paypal/paypal.php
723 /modules/paypal/config_dev.php
724 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
725 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
726 /modules/paypal/translations/es.php
727 /modules/paypal/services/ToolKit.php
728 /modules/paypal/classes/Constants/PaypalConfigurations.php
729 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
730 /modules/paypal/classes/Constants/WebHookConf.php
731 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
732 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
733 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
734 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
735 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
736 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
737 /modules/paypal/diagnostic.php
738 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
739 /modules/paypal/classes/AbstractMethodPaypal.php
740 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
741 /modules/paypal/classes/MethodEC.php
742 /modules/paypal/classes/WhiteList/WhiteListService.php
743 /modules/paypal/classes/API/PaypalApiManager.php
744 /modules/paypal/classes/API/PaypalApiManagerInterface.php
745 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
746 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
747 /modules/paypal/classes/API/PaypalClient.php
748 /modules/paypal/classes/API/Client/HttpClient.php
749 /modules/paypal/classes/API/ClientInterface.php
750 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
751 /modules/paypal/classes/API/EnvironmentInterface.php
752 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
753 /modules/paypal/classes/API/InjectorInterface.php
754 /modules/paypal/classes/API/Injector/BnCodeInjector.php
755 /modules/paypal/classes/API/Injector/UserAgentInjector.php
756 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
757 /src/Core/Product/Search/ProductSearchContext.php
758 /src/Core/Product/Search/ProductSearchQuery.php
759 /src/Core/Product/Search/SortOrder.php
760 /modules/ps_facetedsearch/ps_facetedsearch.php
761 /modules/ps_facetedsearch/src/HookDispatcher.php
762 /modules/ps_facetedsearch/src/Hook/Attribute.php
763 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
764 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
765 /modules/ps_facetedsearch/src/Hook/Category.php
766 /modules/ps_facetedsearch/src/Hook/Configuration.php
767 /modules/ps_facetedsearch/src/Hook/Design.php
768 /modules/ps_facetedsearch/src/Hook/Feature.php
769 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
770 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
771 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
772 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
773 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
774 /modules/ps_facetedsearch/src/Hook/Product.php
775 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
776 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
777 /modules/ps_facetedsearch/src/Filters/Provider.php
778 /modules/ps_facetedsearch/src/URLSerializer.php
779 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
780 /modules/ps_facetedsearch/src/Product/SearchProvider.php
781 /src/Core/Product/Search/FacetsRendererInterface.php
782 /src/Core/Product/Search/ProductSearchProviderInterface.php
783 /modules/ps_facetedsearch/src/Filters/Converter.php
784 /modules/ps_facetedsearch/src/Product/SearchFactory.php
785 /src/Core/Product/Search/ProductSearchResult.php
786 /classes/Manufacturer.php
787 /src/Core/Util/String/StringModifier.php
788 /src/Core/Util/String/StringModifierInterface.php
789 /modules/ps_facetedsearch/src/Product/Search.php
790 /modules/ps_facetedsearch/src/Adapter/MySQL.php
791 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
792 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
793 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
794 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
795 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
796 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
797 /modules/ps_facetedsearch/src/Filters/Products.php
798 /classes/stock/StockAvailable.php
799 /modules/ps_facetedsearch/src/Filters/Block.php
800 /src/Core/Product/Search/Facet.php
801 /src/Core/Product/Search/Filter.php
802 /src/Core/Product/Search/FacetCollection.php
803 /classes/ProductAssembler.php
804 /classes/Combination.php
805 /classes/tax/Tax.php
806 /src/Core/Localization/CLDR/ComputingPrecision.php
807 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
808 /classes/SpecificPrice.php
809 /classes/tax/TaxManagerFactory.php
810 /classes/tax/TaxRulesTaxManager.php
811 /classes/tax/TaxManagerInterface.php
812 /classes/tax/TaxCalculator.php
813 /classes/GroupReduction.php
814 /classes/Pack.php
815 /classes/Feature.php
816 /classes/ProductPresenterFactory.php
817 /src/Adapter/Presenter/Product/ProductListingPresenter.php
818 /src/Adapter/Presenter/Product/ProductPresenter.php
819 /src/Adapter/Product/ProductColorsRetriever.php
820 /src/Adapter/HookManager.php
821 /src/Core/Product/ProductPresentationSettings.php
822 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
823 /src/Adapter/Presenter/Product/ProductLazyArray.php
824 /classes/Image.php
825 /src/Core/Image/ImageFormatConfiguration.php
826 /src/Core/Image/ImageFormatConfigurationInterface.php
827 /classes/FeatureFlag.php
828 /src/Core/FeatureFlag/FeatureFlagSettings.php
829 /var/cache/prod/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
830 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
831 /vendor/smarty/smarty/libs/plugins/modifier.count.php
832 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
833 /var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
834 /src/Core/Product/Search/Pagination.php
835 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c1/a0/fd/c1a0fd5ec497ba75763decd6b4bfe67dda853d66_2.file.category.tpl.php
836 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/12/5b/f3/125bf38f5434e1e52a5ae6d9a721fb47a6e0faac_2.file.product-list.tpl.php
837 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/33/cb/b0/33cbb04ca5f3f0c2c9b451601523420144c3feaa_2.file.layout-left-column.tpl.php
838 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/22/1d/7d/221d7d5a800f23718d96c5ddb95c0c70a2575cfc_2.file.layout-both-columns.tpl.php
839 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/cf/5b/2b/cf5b2b3a7b95d7c739e70787c042e3f2614e96e9_2.file.helpers.tpl.php
840 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
841 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/14/8a/b3/148ab339e30f2d136d0429ecd36e3d0920eeea0b_2.file.head.tpl.php
842 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b2/2f/d1/b22fd1b84447860b2a20ee7ca1f524fad356839c_2.file.head-jsonld.tpl.php
843 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/15/f8/c0/15f8c017bac5f0344e3f0bb83a0242ca0e3a00bd_2.file.product-list-jsonld.tpl.php
844 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/16/88/b0/1688b0b5d1a106f94c809a62c61ca42429c71b93_2.file.pagination-seo.tpl.php
845 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
846 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
847 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a1/a5/f5/a1a5f5df38fa0036b119966d9cf9d048b5a9cb3e_2.file.stylesheets.tpl.php
848 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a6/3d/5d/a63d5dccacc14a454f3c09b3b00f1e7571d5d80c_2.file.javascript.tpl.php
849 /classes/ProductDownload.php
850 /src/Core/Cart/Calculator.php
851 /src/Core/Cart/CartRowCollection.php
852 /src/Core/Cart/Fees.php
853 /src/Core/Cart/AmountImmutable.php
854 /src/Core/Cart/CartRuleCollection.php
855 /src/Core/Cart/CartRuleCalculator.php
856 /src/Adapter/Product/PriceCalculator.php
857 /src/Core/Cart/CartRow.php
858 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
859 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/21/79/d5/2179d55054c81f3b09a2aa4af8c25615e61315af_2.file.product-activation.tpl.php
860 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/58/5c/47/585c4783d0fd80f5bf79de843b07b860d0644be4_2.file.header.tpl.php
861 /modules/ps_contactinfo/ps_contactinfo.php
862 /var/cache/prod/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
863 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
864 /var/cache/prod/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
865 /modules/ps_customersignin/ps_customersignin.php
866 /var/cache/prod/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
867 /var/cache/prod/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
868 /modules/ps_mainmenu/ps_mainmenu.php
869 /modules/ps_mainmenu/ps_menutoplinks.class.php
870 /var/cache/prod/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
871 /modules/paypal/classes/InstallmentBanner/BannerManager.php
872 /modules/paypal/classes/InstallmentBanner/Banner.php
873 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/7f/a9/ae/7fa9aee340af3095e8559b8722b6e4c3528b6ed3_2.file.notifications.tpl.php
874 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/82/b0/b782b01b5c89877df0a90c8820a928958a6efc53_2.file.breadcrumb.tpl.php
875 /var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
876 /modules/ps_categorytree/ps_categorytree.php
877 /var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
878 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/fd/ae/fd/fdaefd069b67762502b9ea2a49094cb5c0681bd8_2.file.category-header.tpl.php
879 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b0/22/00/b0220067cee3156940629aecc884b7317008caa6_2.file.products-top.tpl.php
880 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/67/38/826738fe1653aa8f95b22f9fe19eef402140858c_2.file.sort-orders.tpl.php
881 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a4/15/8f/a4158f28b33cb2dd4aed8dff158dea15eadcd5c2_2.file.products.tpl.php
882 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/87/ec/60/87ec60e6dd902f2a7fb88c6109cc1d59b5051e35_2.file.productlist.tpl.php
883 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
884 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f1/d1/74/f1d17469a54751a313d3e62e7bcd6b1c4141297d_2.file.product.tpl.php
885 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/39/94/50/39945006e65eb9a3321581b64d0996643cc93527_2.file.product-flags.tpl.php
886 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/c4/67/82c467843e97d9a4c6834242079847b224889019_2.file.pagination.tpl.php
887 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/86/ab/48/86ab48b6dd042884da2fbe7e58d7d537b15416c6_2.file.products-bottom.tpl.php
888 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/3b/ad/69/3bad6942b44f1da7df60d468d168804102ea9dc4_2.file.category-footer.tpl.php
889 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/79/36/f1/7936f19404883b60399cede33964e95987ec3034_2.file.footer.tpl.php
890 /var/cache/prod/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
891 /modules/psgdpr/psgdpr.php
892 /modules/psgdpr/translations/es.php
893 /modules/psgdpr/classes/GDPRConsent.php
894 /var/cache/prod/smarty/compile/classic/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookdisplayGDPRConsent.tpl.php
895 /modules/ps_linklist/ps_linklist.php
896 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
897 /modules/ps_linklist/src/Filter/LinkFilter.php
898 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
899 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
900 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
901 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
902 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
903 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
904 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/6/classic/f7/88/55/f78855a88327bdcc5f4f18f35a0f3235e1d869c2.ps_linklistviewstemplateshooklinkblock.tpl.php
905 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
906 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/6/classic/2b/4e/d6/2b4ed672c4e4227466ae27cad335da983798a28b.ps_customeraccountlinksps_customeraccountlinks.tpl.php
907 /var/cache/prod/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
908 /vendor/smarty/smarty/libs/plugins/function.mailto.php
909 /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a5/7a/00/a57a00e608cb016fb96edeae4ae82ce4df0bc058_2.file.password-policy-template.tpl.php