Filtros activos

  • Marca: Asmodee
  • Marca: CRAZYPAWN
  • Marca: Devir
  • Marca: Funko
  • Marca: MERCURIO
Load Time 1347 ms
Querying Time 875 ms
Queries 299
Memory Peak Usage 10.2 Mb
Included Files 909 files - 9.66 Mb
PrestaShop Cache - Mb
Global vars 0.40 Mb
PrestaShop Version 8.2.5
PHP Version 8.1.34
MySQL Version 10.3.35-MariaDB
Memory Limit 1024M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 324.456 ms 324.456 ms 2.61 Mb 2.6 Mb
__construct 2.292 ms 326.748 ms 0.02 Mb 3.2 Mb
init 82.633 ms 409.381 ms 0.38 Mb 3.5 Mb
checkAccess 0.002 ms 409.383 ms - Mb 3.5 Mb
setMedia 23.195 ms 432.578 ms 0.40 Mb 3.5 Mb
postProcess 0.002 ms 432.580 ms - Mb 3.5 Mb
initHeader 0.000 ms 432.580 ms - Mb 3.5 Mb
initContent 651.623 ms 1084 ms 4.30 Mb 7.9 Mb
initFooter 0.002 ms 1084 ms - Mb 7.9 Mb
display 262.421 ms 1347 ms 2.07 Mb 10.2 Mb
Hook Time Memory Usage
Header 31.742 ms 0.01 Mb
displayFooter 28.402 ms 0.16 Mb
displayFooterBefore 15.662 ms 0.10 Mb
DisplayHeader 14.875 ms 0.05 Mb
displayLeftColumn 12.746 ms 0.16 Mb
displayNav1 10.329 ms 0.07 Mb
displayNav2 9.210 ms 0.23 Mb
ProductSearchProvider 5.096 ms 0.01 Mb
displayTop 3.073 ms 0.37 Mb
ActionFrontControllerSetMedia 2.138 ms 0.07 Mb
DisplayFooter 2.014 ms 0.05 Mb
DisplayLeftColumn 0.424 ms 0.04 Mb
DisplayBanner 0.013 ms - Mb
ActionFilterDeliveryOptionList 0.005 ms - Mb
DisplayAfterBodyOpeningTag 0.005 ms - Mb
DisplayNavFullWidth 0.005 ms - Mb
DisplayFooterAfter 0.005 ms - Mb
DisplayFooterBefore 0.004 ms - Mb
18 hook(s) 135.748 ms 1.32 Mb
Module Time Memory Usage
ps_emailsubscription 22.034 ms 0.19 Mb
ps_emailalerts 0.371 ms 0.01 Mb
blockwishlist 2.936 ms 0.06 Mb
blockreassurance 0.670 ms 0.02 Mb
ps_socialfollow 3.970 ms 0.06 Mb
ps_searchbar 2.005 ms 0.05 Mb
ps_imageslider 0.501 ms 0.01 Mb
ps_shoppingcart 16.029 ms 0.08 Mb
correosoficial 6.849 ms 0.20 Mb
sequra 3.131 ms 0.15 Mb
paypal 33.912 ms 0.19 Mb
ps_facetedsearch 6.932 ms 0.07 Mb
ps_contactinfo 15.840 ms 0.11 Mb
ps_languageselector 2.229 ms 0.06 Mb
ps_currencyselector 1.845 ms 0.07 Mb
ps_customersignin 0.679 ms 0.05 Mb
ps_mainmenu 2.223 ms 0.33 Mb
ps_categorytree 12.874 ms 0.17 Mb
ps_linklist 16.644 ms 0.07 Mb
ps_customeraccountlinks 6.989 ms 0.07 Mb
20 module(s) 158.663 ms 2.01 Mb

Stopwatch SQL - 299 queries

# Query Time (ms) Rows Filesort Group By Location
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, 164, 8, 3, 156) 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
97.822 ms 43927960 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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, 164, 8, 3, 156) 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
85.785 ms 5212 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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
70.995 ms 1 /src/Adapter/EntityMapper.php:71
36
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
59.787 ms 1 /classes/module/Module.php:2664
50
SELECT SQL_NO_CACHE `id_category`
FROM `dl_category_shop`
WHERE `id_category` = 55
AND `id_shop` = 1 LIMIT 1
39.821 ms 1 /classes/Category.php:2450
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
34.671 ms 431 /classes/Hook.php:459
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 (4195) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
33.953 ms 1 Yes Yes /classes/Product.php:4524
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 (2682) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
33.412 ms 1 Yes Yes /classes/Product.php:4524
246
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
31.505 ms 1 /classes/Cart.php:4256
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` = 1465 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` = 1465 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
26.572 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
16.877 ms 96 Yes /classes/Dispatcher.php:654
226
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` = 2683) AND (b.`id_shop` = 1) LIMIT 1
15.923 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_linklist" LIMIT 1
15.178 ms 1 /classes/module/Module.php:2664
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)
10.708 ms 5 /classes/Language.php:1080
3
SELECT SQL_NO_CACHE value FROM `dl_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
10.296 ms 1 /classes/shop/Shop.php:1183
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
9.982 ms 1 /src/Adapter/EntityMapper.php:71
107
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 2683) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
8.970 ms 1 /classes/stock/StockAvailable.php:453
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
8.805 ms 103 /classes/module/Module.php:346
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 (3688) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
8.670 ms 1 Yes Yes /classes/Product.php:4524
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
8.001 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE * FROM `dl_hook_module_exceptions`
WHERE `id_shop` IN (1)
7.787 ms 1 /classes/module/Module.php:2046
221
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` = 4195
ORDER BY `position`
7.753 ms 2 Yes /classes/Product.php:3545
290
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
7.385 ms 1 /classes/module/Module.php:2664
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
7.242 ms 0 /classes/Hook.php:1348
254
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 284 AND `id_shop` = 1 LIMIT 1
5.853 ms 1 /classes/module/Module.php:2137
140
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` = 1729)
5.841 ms 1 /classes/Product.php:3860
270
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_categorytree" LIMIT 1
5.622 ms 1 /classes/module/Module.php:2664
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
5.277 ms 28 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
156
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 1693 LIMIT 1
5.232 ms 1 /classes/Pack.php:90
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` = 993
AND image_shop.`cover` = 1 LIMIT 1
5.087 ms 1 /classes/Product.php:3570
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`
4.856 ms 186 Yes Yes /classes/Hook.php:1289
298
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
4.749 ms 1 /classes/Country.php:405
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`)
4.718 ms 3040 /classes/Configuration.php:180
296
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
4.683 ms 1 /classes/module/Module.php:2664
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 = 4195
ORDER BY f.position ASC
4.440 ms 1 Yes /classes/Product.php:6032
63
REPLACE INTO dl_layered_filter_block (hash, data) VALUES ("d1212555ea10d15429bcd49df2c5e2f8", "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:36;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:2:{s:4:\"name\";s:13:\"SPACE COWBOYS\";s:3:\"nbr\";s:1:\"4\";}i:51;a:2:{s:4:\"name\";s:20:\"WIZARDS OF THE COAST\";s:3:\"nbr\";s:1:\"2\";}i:57;a:2:{s:4:\"name\";s:8:\"SD GAMES\";s:3:\"nbr\";s:1:\"7\";}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:2:{s:4:\"name\";s:14:\"COCKTAIL GAMES\";s:3:\"nbr\";s:1:\"6\";}i:156;a:3:{s:4:\"name\";s:8:\"MERCURIO\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:164;a:3:{s:4:\"name\";s:9:\"CRAZYPAWN\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b: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\";}}}")
4.326 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
291
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 239 AND `id_shop` = 1 LIMIT 1
4.135 ms 1 /classes/module/Module.php:2137
57
SELECT SQL_NO_CACHE data FROM dl_layered_filter_block WHERE hash="d1212555ea10d15429bcd49df2c5e2f8" LIMIT 1
3.969 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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
3.659 ms 25 /classes/Language.php:1216
253
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_contactinfo" LIMIT 1
3.470 ms 1 /classes/module/Module.php:2664
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
3.355 ms 245 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
18
SELECT SQL_NO_CACHE * FROM `dl_currency` c ORDER BY `iso_code` ASC
3.277 ms 1 Yes /classes/Currency.php:709
29
SELECT SQL_NO_CACHE `id_category`
FROM `dl_category_shop`
WHERE `id_category` = 55
AND `id_shop` = 1 LIMIT 1
3.096 ms 1 /classes/Category.php:2450
177
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 993 AND id_shop=1 LIMIT 1
3.095 ms 1 /classes/Product.php:6887
263
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
3.069 ms 1 /classes/module/Module.php:2664
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
2.836 ms 20575296 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
114
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` = 2682)
2.802 ms 1 /classes/Product.php:3860
207
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 = 128
ORDER BY f.position ASC
2.617 ms 1 Yes /classes/Product.php:6032
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` = 4195
AND image_shop.`cover` = 1 LIMIT 1
2.494 ms 2 /classes/Product.php:3570
288
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 (128) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.366 ms 1 Yes Yes /classes/Product.php:4524
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 (2683) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.243 ms 1 Yes Yes /classes/Product.php:4524
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, 4195) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
2.232 ms 7 Yes /classes/SpecificPrice.php:576
108
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` = 2683 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` = 2683 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
2.188 ms 0 /classes/Cart.php:1430
274
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
2.094 ms 1 /src/Adapter/EntityMapper.php:71
292
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_socialfollow" LIMIT 1
2.046 ms 1 /classes/module/Module.php:2664
256
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_languageselector" LIMIT 1
1.963 ms 1 /classes/module/Module.php:2664
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
1.874 ms 224 Yes /classes/PrestaShopCollection.php:383
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-23 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 (4195,3688,2683,2682,2097,1729,1693,1465,993,991,128,124)
1.838 ms 12 /classes/ProductAssembler.php:95
212
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` = 124)
1.791 ms 1 /classes/Product.php:3860
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 = 2097
ORDER BY f.position ASC
1.787 ms 1 Yes /classes/Product.php:6032
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 (2097) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.674 ms 1 Yes Yes /classes/Product.php:4524
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
1.570 ms 230 Yes /classes/Manufacturer.php:211
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
1.525 ms 1 /classes/Category.php:1378
250
SELECT SQL_NO_CACHE 1 FROM `dl_cart_rule` WHERE ((date_to >= "2026-04-23 00:00:00" AND date_to <= "2026-04-23 23:59:59") OR (date_from >= "2026-04-23 00:00:00" AND date_from <= "2026-04-23 23:59:59") OR (date_from < "2026-04-23 00:00:00" AND date_to > "2026-04-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.502 ms 17 /classes/CartRule.php:357
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `dl_hook` h
WHERE (h.active = 1)
1.466 ms 1110 /classes/Hook.php:1388
101
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, 2683) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.433 ms 8 Yes /classes/SpecificPrice.php:576
297
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 246 AND `id_shop` = 1 LIMIT 1
1.416 ms 1 /classes/module/Module.php:2137
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
1.403 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
1.356 ms 1 /classes/shop/ShopUrl.php:182
286
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 (993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.353 ms 1 Yes Yes /classes/Product.php:4524
247
SELECT SQL_NO_CACHE 1 FROM `dl_cart_rule` WHERE ((date_to >= "2026-04-23 00:00:00" AND date_to <= "2026-04-23 23:59:59") OR (date_from >= "2026-04-23 00:00:00" AND date_from <= "2026-04-23 23:59:59") OR (date_from < "2026-04-23 00:00:00" AND date_to > "2026-04-23 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.319 ms 17 /classes/CartRule.php:357
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, 164, 8, 3, 156) AND c.nleft>=324 AND c.nright<=325
1.295 ms 4536 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
244
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` = 124) AND (b.`id_shop` = 1) LIMIT 1
1.277 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4195)
1.237 ms 1 /classes/Product.php:3860
275
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
1.113 ms 1 /classes/Category.php:1585
209
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
1.105 ms 1 /classes/Product.php:5670
201
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 128 AND id_shop=1 LIMIT 1
1.074 ms 1 /classes/Product.php:6887
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
1.063 ms 230 Yes /classes/Manufacturer.php:211
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 (1465) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.003 ms 1 Yes Yes /classes/Product.php:4524
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `dl_hook_alias`
0.953 ms 88 /classes/Hook.php:290
287
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 (991) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.942 ms 1 Yes Yes /classes/Product.php:4524
139
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, 1729) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.900 ms 7 Yes /classes/SpecificPrice.php:576
151
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, 1693) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.893 ms 7 Yes /classes/SpecificPrice.php:576
272
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.875 ms 56 Yes Yes /classes/Category.php:799
89
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, 3688) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.869 ms 7 Yes /classes/SpecificPrice.php:576
82
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 4195 LIMIT 1
0.850 ms 1 /classes/Pack.php:90
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, 1465) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.845 ms 7 Yes /classes/SpecificPrice.php:576
46
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "ActivateSGA") AND (id_shop = 1) LIMIT 1
0.839 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
10
SELECT SQL_NO_CACHE id_shop
FROM `dl_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.827 ms 1 /classes/ObjectModel.php:1732
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 (1693) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.826 ms 1 Yes Yes /classes/Product.php:4524
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, 993) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.811 ms 7 Yes /classes/SpecificPrice.php:576
222
SELECT SQL_NO_CACHE state FROM dl_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.805 ms 1 /classes/FeatureFlag.php:105
289
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 (124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.773 ms 1 Yes Yes /classes/Product.php:4524
39
SELECT SQL_NO_CACHE format
FROM `dl_address_format`
WHERE `id_country` = 6 LIMIT 1
0.755 ms 1 /classes/AddressFormat.php:656
105
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 2683 LIMIT 1
0.747 ms 1 /classes/Pack.php:89
266
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.731 ms 1 /classes/module/Module.php:2664
265
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `dl_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.715 ms 1 /classes/Cart.php:1303
32
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `dl_hook`
0.702 ms 1110 /classes/Hook.php:1348
41
SELECT SQL_NO_CACHE *
FROM `dl_state` a
WHERE (a.`id_state` = 351) LIMIT 1
0.693 ms 1 /src/Adapter/EntityMapper.php:71
277
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.688 ms 224 Yes /classes/Category.php:1600
208
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` = 124
AND image_shop.`cover` = 1 LIMIT 1
0.637 ms 1 /classes/Product.php:3570
113
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, 2682) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.630 ms 7 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, 2097) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.613 ms 7 Yes /classes/SpecificPrice.php:576
249
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.613 ms 1 /classes/order/Order.php:881
55
SELECT SQL_NO_CACHE *
FROM `dl_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.597 ms 5 /src/Adapter/EntityMapper.php:79
259
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 288 AND `id_shop` = 1 LIMIT 1
0.567 ms 1 /classes/module/Module.php:2137
158
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` = 1693 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` = 1693 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.566 ms 0 /classes/Cart.php:1430
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.564 ms 1 Yes Yes /classes/Category.php:924
293
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 289 AND `id_shop` = 1 LIMIT 1
0.548 ms 1 /classes/module/Module.php:2137
79
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 4195 AND `id_group` = 1 LIMIT 1
0.541 ms 0 /classes/GroupReduction.php:156
273
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.531 ms 4 /classes/Category.php:2242
276
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `dl_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.529 ms 1 /classes/Category.php:1591
258
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.529 ms 1 /classes/module/Module.php:2664
146
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` = 1729 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` = 1729 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.528 ms 0 /classes/Cart.php:1430
260
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.515 ms 1 /classes/Currency.php:1136
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 = 1465
ORDER BY f.position ASC
0.514 ms 1 Yes /classes/Product.php:6032
96
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` = 3688 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` = 3688 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.511 ms 0 /classes/Cart.php:1430
248
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.481 ms 4 /classes/CartRule.php:423
211
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, 124) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.478 ms 7 Yes /classes/SpecificPrice.php:576
187
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, 991) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.474 ms 7 Yes /classes/SpecificPrice.php:576
81
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 4195 LIMIT 1
0.462 ms 1 /classes/Pack.php:89
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
0.459 ms 1 Yes /classes/shop/Shop.php:715
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` = 4195 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` = 4195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.448 ms 0 /classes/Cart.php:1430
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` = 3688
AND image_shop.`cover` = 1 LIMIT 1
0.440 ms 2 /classes/Product.php:3570
97
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 = 3688
ORDER BY f.position ASC
0.438 ms 1 Yes /classes/Product.php:6032
199
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, 128) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-23 09:09:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER 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.437 ms 7 Yes /classes/SpecificPrice.php:576
159
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 = 1693
ORDER BY f.position ASC
0.429 ms 1 Yes /classes/Product.php:6032
251
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_%"
0.424 ms 1 /classes/CartRule.php:423
120
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` = 2682 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` = 2682 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.423 ms 0 /classes/Cart.php:1430
147
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 = 1729
ORDER BY f.position ASC
0.422 ms 1 Yes /classes/Product.php:6032
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` = 1729
AND image_shop.`cover` = 1 LIMIT 1
0.404 ms 4 /classes/Product.php:3570
252
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` = 0 LIMIT 1
0.404 ms 1 /classes/order/Order.php:881
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` = 2097 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` = 2097 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
210
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 124
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.398 ms 1 /classes/SpecificPrice.php:259
47
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "ActivateMarketplace") AND (id_shop = 1) LIMIT 1
0.389 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
160
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` = 1465
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 3 /classes/Product.php:3570
229
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` = 2682
ORDER BY `position`
0.379 ms 2 Yes /classes/Product.php:3545
264
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 245 AND `id_shop` = 1 LIMIT 1
0.363 ms 1 /classes/module/Module.php:2137
109
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 = 2683
ORDER BY f.position ASC
0.356 ms 1 Yes /classes/Product.php:6032
206
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` = 128 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` = 128 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1430
121
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 = 2682
ORDER BY f.position ASC
0.330 ms 1 Yes /classes/Product.php:6032
255
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
0.330 ms 1 /classes/Country.php:405
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.327 ms 1 /classes/Product.php:5670
174
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 993
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.325 ms 1 /classes/SpecificPrice.php:259
148
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` = 1693
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
98
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` = 2683
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
152
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` = 1693)
0.305 ms 1 /classes/Product.php:3860
69
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE id_product = 0 LIMIT 1
0.303 ms 4 /classes/SpecificPrice.php:426
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.297 ms 1 Yes /classes/shop/Shop.php:1364
102
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` = 2683)
0.295 ms 1 /classes/Product.php:3860
99
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.293 ms 1 /classes/Product.php:5670
110
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` = 2682
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 2 /classes/Product.php:3570
115
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 2682 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6887
218
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` = 124 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` = 124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.290 ms 0 /classes/Cart.php:1430
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` = 1465)
0.287 ms 1 /classes/Product.php:3860
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
268
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.284 ms 1 /classes/module/Module.php:2664
90
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` = 3688)
0.283 ms 1 /classes/Product.php:3860
70
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `id_product` != 0 LIMIT 1
0.281 ms 2268 /classes/SpecificPrice.php:297
167
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 1465 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
137
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 54 LIMIT 1
0.275 ms 1 /classes/Product.php:5670
155
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 1693 LIMIT 1
0.272 ms 1 /classes/Pack.php:89
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 1465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.271 ms 1 /classes/stock/StockAvailable.php:453
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` = 993 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` = 993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.269 ms 0 /classes/Cart.php:1430
143
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 1729 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
141
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 1729 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6887
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.262 ms 1 /src/Adapter/EntityMapper.php:71
122
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` = 2097
AND image_shop.`cover` = 1 LIMIT 1
0.261 ms 1 /classes/Product.php:3570
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 1729) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
238
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` = 993) AND (b.`id_shop` = 1) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
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.257 ms 1 /classes/Product.php:5670
136
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` = 54 LIMIT 1
0.257 ms 1 /classes/Category.php:1378
76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 4195 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6887
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 3688) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
71
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `from` BETWEEN '2026-04-23 00:00:00' AND '2026-04-23 23:59:59' LIMIT 1
0.256 ms 1 /classes/SpecificPrice.php:377
149
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.255 ms 1 /classes/Product.php:5670
4
SELECT SQL_NO_CACHE *
FROM `dl_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:71
93
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 3688 LIMIT 1
0.252 ms 1 /classes/Pack.php:89
161
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.252 ms 1 /classes/Product.php:5670
153
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 1693 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6887
150
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 1693
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:259
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.249 ms 1 /classes/Product.php:5670
138
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 1729
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.249 ms 1 /classes/SpecificPrice.php:259
194
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` = 991 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` = 991 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.248 ms 0 /classes/Cart.php:1430
100
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 2683
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:259
88
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 3688
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.246 ms 1 /classes/SpecificPrice.php:259
234
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` = 1693) AND (b.`id_shop` = 1) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
144
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 1729 LIMIT 1
0.243 ms 1 /classes/Pack.php:90
242
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` = 128) AND (b.`id_shop` = 1) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
119
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 2682) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
168
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 1465 LIMIT 1
0.242 ms 1 /classes/Pack.php:90
230
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` = 2097) AND (b.`id_shop` = 1) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 2683 LIMIT 1
0.241 ms 1 /classes/Pack.php:90
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` = 2097)
0.241 ms 1 /classes/Product.php:3860
224
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` = 3688) AND (b.`id_shop` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
165
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 1465 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6887
35
SELECT SQL_NO_CACHE name, alias FROM `dl_hook_alias`
0.238 ms 88 /classes/Hook.php:342
162
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 1465
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:259
220
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` = 4195) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
154
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 1693 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
73
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 4195
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:259
91
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 3688 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6887
117
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 2682 LIMIT 1
0.232 ms 1 /classes/Pack.php:89
103
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 2683 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6887
142
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 1729 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
72
SELECT SQL_NO_CACHE 1 FROM `dl_specific_price` WHERE `to` BETWEEN '2026-04-23 00:00:00' AND '2026-04-23 23:59:59' LIMIT 1
0.229 ms 1 /classes/SpecificPrice.php:381
68
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.228 ms 1 /classes/Manufacturer.php:316
166
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 1465 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:156
240
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` = 991) AND (b.`id_shop` = 1) LIMIT 1
0.228 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 3688 LIMIT 1
0.227 ms 1 /classes/Pack.php:90
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 (1729) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.224 ms 1 Yes Yes /classes/Product.php:4524
104
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 2683 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
92
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 3688 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
111
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.222 ms 1 /classes/Product.php:5670
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.218 ms 1 /classes/shop/Shop.php:218
83
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 4195) 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
228
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` = 2682) AND (b.`id_shop` = 1) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 2097) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.217 ms 1 /classes/stock/StockAvailable.php:453
232
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` = 1729) AND (b.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
130
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 2097 LIMIT 1
0.214 ms 1 /classes/Pack.php:89
112
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 2682
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.211 ms 1 /classes/SpecificPrice.php:259
123
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.211 ms 1 /classes/Product.php:5670
236
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` = 1465) AND (b.`id_shop` = 1) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
118
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 2682 LIMIT 1
0.207 ms 1 /classes/Pack.php:90
125
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 2097
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 1 /classes/SpecificPrice.php:259
128
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 2097 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6887
80
SELECT SQL_NO_CACHE `reduction`
FROM `dl_group`
WHERE `id_group` = 1 LIMIT 1
0.203 ms 1 /classes/Group.php:154
116
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 2682 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
129
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 2097 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
124
SELECT SQL_NO_CACHE `name`
FROM `dl_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.201 ms 1 /classes/Manufacturer.php:316
131
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 2097 LIMIT 1
0.201 ms 1 /classes/Pack.php:90
227
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` = 2683
ORDER BY `position`
0.192 ms 1 Yes /classes/Product.php:3545
225
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` = 3688
ORDER BY `position`
0.182 ms 2 Yes /classes/Product.php:3545
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 = 993
ORDER BY f.position ASC
0.181 ms 1 Yes /classes/Product.php:6032
195
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 = 991
ORDER BY f.position ASC
0.180 ms 1 Yes /classes/Product.php:6032
219
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 = 124
ORDER BY f.position ASC
0.180 ms 1 Yes /classes/Product.php:6032
239
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` = 993
ORDER BY `position`
0.177 ms 1 Yes /classes/Product.php:3545
19
SELECT SQL_NO_CACHE `id_lang` FROM `dl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.174 ms 5 /classes/Language.php:883
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.174 ms 1 /classes/Category.php:1754
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.165 ms 1 /src/Adapter/EntityMapper.php:71
231
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` = 2097
ORDER BY `position`
0.165 ms 1 Yes /classes/Product.php:3545
233
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` = 1729
ORDER BY `position`
0.165 ms 4 Yes /classes/Product.php:3545
20
SELECT SQL_NO_CACHE c.id_currency
FROM `dl_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.164 ms 1 /classes/Currency.php:893
243
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` = 128
ORDER BY `position`
0.164 ms 1 Yes /classes/Product.php:3545
245
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` = 124
ORDER BY `position`
0.163 ms 1 Yes /classes/Product.php:3545
235
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` = 1693
ORDER BY `position`
0.163 ms 1 Yes /classes/Product.php:3545
241
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` = 991
ORDER BY `position`
0.162 ms 1 Yes /classes/Product.php:3545
37
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 260 AND `id_shop` = 1 LIMIT 1
0.160 ms 0 /classes/module/Module.php:2137
237
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` = 1465
ORDER BY `position`
0.159 ms 3 Yes /classes/Product.php:3545
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` = 993)
0.150 ms 1 /classes/Product.php:3860
38
SELECT SQL_NO_CACHE * FROM `dl_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.149 ms 7 Yes /classes/ImageType.php:109
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.145 ms 1 /src/Adapter/EntityMapper.php:71
8
SELECT SQL_NO_CACHE *
FROM `dl_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.133 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.123 ms 1 /src/Adapter/EntityMapper.php:71
271
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 280 AND `id_shop` = 1 LIMIT 1
0.123 ms 1 /classes/module/Module.php:2137
196
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` = 128
AND image_shop.`cover` = 1 LIMIT 1
0.120 ms 1 /classes/Product.php:3570
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` = 991
AND image_shop.`cover` = 1 LIMIT 1
0.118 ms 1 /classes/Product.php:3570
203
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 128 LIMIT 1
0.108 ms 1 /classes/Pack.php:89
205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 128) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
24
SELECT SQL_NO_CACHE *
FROM `dl_currency_lang`
WHERE `id_currency` = 1
0.107 ms 5 /src/Adapter/EntityMapper.php:79
295
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 240 AND `id_shop` = 1 LIMIT 1
0.106 ms 1 /classes/module/Module.php:2137
188
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` = 991)
0.103 ms 1 /classes/Product.php:3860
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.100 ms 1 /src/Adapter/EntityMapper.php:71
200
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` = 128)
0.099 ms 1 /classes/Product.php:3860
27
SELECT SQL_NO_CACHE *
FROM `dl_group_lang`
WHERE `id_group` = 1
0.097 ms 5 /src/Adapter/EntityMapper.php:79
179
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 993 LIMIT 1
0.092 ms 1 /classes/Pack.php:89
43
SELECT SQL_NO_CACHE *
FROM `dl_country_lang`
WHERE `id_country` = 6
0.088 ms 5 /src/Adapter/EntityMapper.php:79
215
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 124 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
22
SELECT SQL_NO_CACHE `id_lang` FROM `dl_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.087 ms 5 /classes/Language.php:883
198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 128
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.085 ms 1 /classes/SpecificPrice.php:259
204
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 128 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
269
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 236 AND `id_shop` = 1 LIMIT 1
0.085 ms 1 /classes/module/Module.php:2137
181
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 993) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 991) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
202
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 128 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:156
217
SELECT SQL_NO_CACHE SUM(quantity)
FROM `dl_stock_available`
WHERE (id_product = 124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:453
25
SELECT SQL_NO_CACHE id_shop
FROM `dl_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.082 ms 1 /classes/ObjectModel.php:1732
28
SELECT SQL_NO_CACHE id_shop
FROM `dl_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.081 ms 1 /classes/ObjectModel.php:1732
257
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 287 AND `id_shop` = 1 LIMIT 1
0.080 ms 1 /classes/module/Module.php:2137
191
SELECT SQL_NO_CACHE COUNT(*) FROM `dl_pack` WHERE id_product_pack = 991 LIMIT 1
0.077 ms 1 /classes/Pack.php:89
178
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 993 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:156
223
SELECT SQL_NO_CACHE * FROM `dl_image_type`
0.076 ms 7 /classes/ImageType.php:161
49
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "CronLastExecutionTime") AND (id_shop = 1) LIMIT 1
0.076 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
267
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 248 AND `id_shop` = 1 LIMIT 1
0.076 ms 1 /classes/module/Module.php:2137
261
SELECT SQL_NO_CACHE `id_module` FROM `dl_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.075 ms 1 /classes/module/Module.php:2664
213
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 124 AND id_shop=1 LIMIT 1
0.074 ms 1 /classes/Product.php:6887
197
SELECT SQL_NO_CACHE name FROM dl_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.073 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.073 ms 1 /classes/Product.php:5670
180
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 993 LIMIT 1
0.072 ms 1 /classes/Pack.php:90
186
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `dl_specific_price_priority`
WHERE `id_product` = 991
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.072 ms 1 /classes/SpecificPrice.php:259
48
SELECT SQL_NO_CACHE value
FROM `dl_correos_oficial_configuration`
WHERE (name = "CronInterval") AND (id_shop = 1) LIMIT 1
0.071 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:58
189
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `dl_product_shop`
WHERE `id_product` = 991 AND id_shop=1 LIMIT 1
0.071 ms 1 /classes/Product.php:6887
262
SELECT SQL_NO_CACHE `id_module` FROM `dl_module_shop` WHERE `id_module` = 247 AND `id_shop` = 1 LIMIT 1
0.071 ms 1 /classes/module/Module.php:2137
40
SELECT SQL_NO_CACHE `need_identification_number`
FROM `dl_country`
WHERE `id_country` = 6 LIMIT 1
0.070 ms 1 /classes/Country.php:405
216
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 124 LIMIT 1
0.068 ms 1 /classes/Pack.php:90
192
SELECT SQL_NO_CACHE product_type FROM `dl_product` WHERE id_product = 991 LIMIT 1
0.067 ms 1 /classes/Pack.php:90
214
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 124 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:156
44
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM dl_required_field
0.063 ms 2 /classes/ObjectModel.php:1595
190
SELECT SQL_NO_CACHE `reduction`
FROM `dl_product_group_reduction_cache`
WHERE `id_product` = 991 AND `id_group` = 1 LIMIT 1
0.062 ms 0 /classes/GroupReduction.php:156

Doubles

13 queries
SELECT `id_module` FROM `dl_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
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;
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 cl.`link_rewrite`
			FROM `dl_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
				SELECT `name`
				FROM `dl_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
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
2 queries
            SELECT COUNT(*) FROM `dl_orders` o
            LEFT JOIN `dl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
            WHERE o.`id_customer` = XX
            AND ocr.`deleted` = XX AND ocr.`id_cart_rule` = XX LIMIT XX

Tables stress

54 product
42 product_shop
26 cart_product
24 image
24 image_shop
24 pack
23 category_lang
16 module
16 stock_available
16 specific_price
15 module_shop
15 category
15 product_attribute
15 product_attribute_combination
13 feature
13 feature_shop
13 feature_lang
13 feature_product
13 feature_value_lang
13 product_lang
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 hook
5 lang
5 country
5 currency
4 shop_url
4 shop
4 lang_shop
4 currency_shop
4 correos_oficial_configuration
4 manufacturer
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 orders
2 order_cart_rule
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

ObjectModel instances

Name Instances Source
Product 12 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4195]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3688]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2683]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2682]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2097]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1729]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1693]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1465]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 993]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 991]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 128]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 124]
Country 8 /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]
/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 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/File/YamlParser.php
152 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
153 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
154 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
155 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
156 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
158 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
160 /var/cache/prod/yaml/26c7b760e195df8d9780bbc04f6e7189.php
161 /src/Core/Util/ArrayFinder.php
162 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
163 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
168 /config/defines_uri.inc.php
169 /classes/Language.php
170 /src/Core/Language/LanguageInterface.php
171 /classes/Country.php
172 /classes/PrestaShopCollection.php
173 /classes/shop/ShopGroup.php
174 /classes/Cookie.php
175 /classes/PhpEncryption.php
176 /classes/PhpEncryptionEngine.php
177 /vendor/defuse/php-encryption/src/Key.php
178 /vendor/defuse/php-encryption/src/Encoding.php
179 /vendor/defuse/php-encryption/src/Core.php
180 /vendor/defuse/php-encryption/src/Crypto.php
181 /vendor/defuse/php-encryption/src/KeyOrPassword.php
182 /vendor/defuse/php-encryption/src/RuntimeTests.php
183 /vendor/defuse/php-encryption/src/DerivedKeys.php
184 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
185 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
186 /src/Core/Session/SessionHandler.php
187 /src/Core/Session/SessionHandlerInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
201 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
202 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
203 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
204 /config/smarty.config.inc.php
205 /vendor/smarty/smarty/libs/Smarty.class.php
206 /vendor/smarty/smarty/libs/functions.php
207 /vendor/smarty/smarty/libs/Autoloader.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
217 /config/smartyfront.config.inc.php
218 /classes/Smarty/SmartyResourceModule.php
219 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
220 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
221 /classes/Smarty/SmartyResourceParent.php
222 /classes/Smarty/SmartyLazyRegister.php
223 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
224 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
225 /classes/Customer.php
226 /classes/Group.php
227 /classes/Link.php
228 /classes/shop/ShopUrl.php
229 /classes/Dispatcher.php
230 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
231 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
237 /src/Adapter/SymfonyContainer.php
238 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
239 /config/db_slave_server.inc.php
240 /src/Adapter/ContainerBuilder.php
241 /src/Adapter/Environment.php
242 /src/Core/EnvironmentInterface.php
243 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
248 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
249 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
250 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
251 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
253 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
254 /vendor/symfony/contracts/Service/ResetInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
256 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
257 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
258 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
260 /vendor/symfony/contracts/Cache/ItemInterface.php
261 /vendor/psr/cache/src/CacheItemInterface.php
262 /vendor/psr/cache/src/CacheItemPoolInterface.php
263 /vendor/symfony/contracts/Cache/CacheInterface.php
264 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
265 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
266 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
267 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
268 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
269 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
270 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
271 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
272 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
273 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
326 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
327 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
328 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
329 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
332 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
333 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
334 /var/cache/prod/FrontContainer.php
335 /src/Adapter/Container/LegacyContainer.php
336 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
340 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
341 /vendor/psr/container/src/ContainerExceptionInterface.php
342 /vendor/psr/container/src/NotFoundExceptionInterface.php
343 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
346 /src/Adapter/Container/LegacyContainerInterface.php
347 /modules/ps_distributionapiclient/vendor/autoload.php
348 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
349 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
350 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
351 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
352 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
353 /modules/statsstock/vendor/autoload.php
354 /modules/statsstock/vendor/composer/autoload_real.php
355 /modules/statsstock/vendor/composer/platform_check.php
356 /modules/statsstock/vendor/composer/autoload_static.php
357 /modules/autoupgrade/vendor/autoload.php
358 /modules/autoupgrade/vendor/composer/autoload_real.php
359 /modules/autoupgrade/vendor/composer/autoload_static.php
360 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
361 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
362 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
363 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
364 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
365 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
366 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
367 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
368 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
369 /modules/ps_searchbar/vendor/autoload.php
370 /modules/ps_searchbar/vendor/composer/autoload_real.php
371 /modules/ps_searchbar/vendor/composer/platform_check.php
372 /modules/ps_searchbar/vendor/composer/autoload_static.php
373 /modules/ps_imageslider/vendor/autoload.php
374 /modules/ps_imageslider/vendor/composer/autoload_real.php
375 /modules/ps_imageslider/vendor/composer/platform_check.php
376 /modules/ps_imageslider/vendor/composer/autoload_static.php
377 /modules/ps_featuredproducts/vendor/autoload.php
378 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
379 /modules/ps_featuredproducts/vendor/composer/platform_check.php
380 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
381 /modules/ps_emailsubscription/vendor/autoload.php
382 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
383 /modules/ps_emailsubscription/vendor/composer/platform_check.php
384 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
385 /modules/ps_linklist/vendor/autoload.php
386 /modules/ps_linklist/vendor/composer/autoload_real.php
387 /modules/ps_linklist/vendor/composer/platform_check.php
388 /modules/ps_linklist/vendor/composer/autoload_static.php
389 /modules/ps_customtext/vendor/autoload.php
390 /modules/ps_customtext/vendor/composer/autoload_real.php
391 /modules/ps_customtext/vendor/composer/platform_check.php
392 /modules/ps_customtext/vendor/composer/autoload_static.php
393 /modules/ps_shoppingcart/vendor/autoload.php
394 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
395 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
396 /modules/ps_customeraccountlinks/vendor/autoload.php
397 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
398 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
399 /modules/ps_customersignin/vendor/autoload.php
400 /modules/ps_customersignin/vendor/composer/autoload_real.php
401 /modules/ps_customersignin/vendor/composer/autoload_static.php
402 /modules/ps_mainmenu/vendor/autoload.php
403 /modules/ps_mainmenu/vendor/composer/autoload_real.php
404 /modules/ps_mainmenu/vendor/composer/platform_check.php
405 /modules/ps_mainmenu/vendor/composer/autoload_static.php
406 /modules/correosoficial/vendor/autoload.php
407 /modules/correosoficial/vendor/composer/autoload_real.php
408 /modules/correosoficial/vendor/composer/autoload_static.php
409 /modules/motive/vendor/autoload.php
410 /modules/motive/vendor/composer/autoload_real.php
411 /modules/motive/vendor/composer/autoload_static.php
412 /modules/sequra/vendor/autoload.php
413 /modules/sequra/vendor/composer/autoload_real.php
414 /modules/sequra/vendor/composer/platform_check.php
415 /modules/sequra/vendor/composer/autoload_static.php
416 /modules/ps_emailalerts/vendor/autoload.php
417 /modules/ps_emailalerts/vendor/composer/autoload_real.php
418 /modules/ps_emailalerts/vendor/composer/autoload_static.php
419 /modules/ps_dataprivacy/vendor/autoload.php
420 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
421 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
422 /modules/psgdpr/vendor/autoload.php
423 /modules/psgdpr/vendor/composer/autoload_real.php
424 /modules/psgdpr/vendor/composer/autoload_static.php
425 /modules/gsitemap/vendor/autoload.php
426 /modules/gsitemap/vendor/composer/autoload_real.php
427 /modules/gsitemap/vendor/composer/platform_check.php
428 /modules/gsitemap/vendor/composer/autoload_static.php
429 /modules/gridhtml/vendor/autoload.php
430 /modules/gridhtml/vendor/composer/autoload_real.php
431 /modules/gridhtml/vendor/composer/autoload_static.php
432 /modules/ps_faviconnotificationbo/vendor/autoload.php
433 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
434 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
435 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
436 /modules/ps_newproducts/vendor/autoload.php
437 /modules/ps_newproducts/vendor/composer/autoload_real.php
438 /modules/ps_newproducts/vendor/composer/platform_check.php
439 /modules/ps_newproducts/vendor/composer/autoload_static.php
440 /modules/ps_specials/vendor/autoload.php
441 /modules/ps_specials/vendor/composer/autoload_real.php
442 /modules/ps_specials/vendor/composer/platform_check.php
443 /modules/ps_specials/vendor/composer/autoload_static.php
444 /modules/ps_wirepayment/vendor/autoload.php
445 /modules/ps_wirepayment/vendor/composer/autoload_real.php
446 /modules/ps_wirepayment/vendor/composer/platform_check.php
447 /modules/ps_wirepayment/vendor/composer/autoload_static.php
448 /modules/ps_sharebuttons/vendor/autoload.php
449 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
450 /modules/ps_sharebuttons/vendor/composer/platform_check.php
451 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
452 /modules/ps_facetedsearch/vendor/autoload.php
453 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
454 /modules/ps_facetedsearch/vendor/composer/platform_check.php
455 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
456 /modules/blockwishlist/vendor/autoload.php
457 /modules/blockwishlist/vendor/composer/autoload_real.php
458 /modules/blockwishlist/vendor/composer/autoload_static.php
459 /modules/ps_categorytree/vendor/autoload.php
460 /modules/ps_categorytree/vendor/composer/autoload_real.php
461 /modules/ps_categorytree/vendor/composer/platform_check.php
462 /modules/ps_categorytree/vendor/composer/autoload_static.php
463 /modules/blockreassurance/vendor/autoload.php
464 /modules/blockreassurance/vendor/composer/autoload_real.php
465 /modules/blockreassurance/vendor/composer/autoload_static.php
466 /modules/paypal/vendor/autoload.php
467 /modules/paypal/vendor/composer/autoload_real.php
468 /modules/paypal/vendor/composer/autoload_static.php
469 /modules/ps_contactinfo/vendor/autoload.php
470 /modules/ps_contactinfo/vendor/composer/autoload_real.php
471 /modules/ps_contactinfo/vendor/composer/autoload_static.php
472 /modules/contactform/vendor/autoload.php
473 /modules/contactform/vendor/composer/autoload_real.php
474 /modules/contactform/vendor/composer/autoload_static.php
475 /modules/ps_themecusto/vendor/autoload.php
476 /modules/ps_themecusto/vendor/composer/autoload_real.php
477 /modules/ps_themecusto/vendor/composer/autoload_static.php
478 /modules/ps_languageselector/vendor/autoload.php
479 /modules/ps_languageselector/vendor/composer/autoload_real.php
480 /modules/ps_languageselector/vendor/composer/autoload_static.php
481 /modules/ps_currencyselector/vendor/autoload.php
482 /modules/ps_currencyselector/vendor/composer/autoload_real.php
483 /modules/ps_currencyselector/vendor/composer/autoload_static.php
484 /modules/ps_socialfollow/vendor/autoload.php
485 /modules/ps_socialfollow/vendor/composer/autoload_real.php
486 /modules/ps_socialfollow/vendor/composer/platform_check.php
487 /modules/ps_socialfollow/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 /modules/ps_emailsubscription/ps_emailsubscription.php
602 /src/Core/Module/WidgetInterface.php
603 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
604 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
605 /src/PrestaShopBundle/Translation/DomainNormalizer.php
606 /classes/Media.php
607 /modules/ps_emailalerts/ps_emailalerts.php
608 /modules/ps_emailalerts/MailAlert.php
609 /modules/blockwishlist/blockwishlist.php
610 /modules/blockreassurance/blockreassurance.php
611 /modules/ps_socialfollow/ps_socialfollow.php
612 /src/Adapter/Presenter/Cart/CartLazyArray.php
613 /src/Adapter/Presenter/AbstractLazyArray.php
614 /src/Adapter/Product/PriceFormatter.php
615 /src/Core/Util/Inflector.php
616 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
617 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
618 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
619 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
620 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
621 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
622 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
623 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
636 /classes/Gender.php
637 /classes/Risk.php
638 /classes/Meta.php
639 /classes/Address.php
640 /classes/ImageType.php
641 /classes/State.php
642 /src/Core/Security/PasswordPolicyConfiguration.php
643 /src/Core/Configuration/DataConfigurationInterface.php
644 /src/Core/Security/Hashing.php
645 /src/Core/Filter/FrontEndObject/MainFilter.php
646 /src/Core/Filter/FilterInterface.php
647 /src/Core/Filter/FrontEndObject/CartFilter.php
648 /src/Core/Filter/HashMapWhitelistFilter.php
649 /src/Core/Filter/CollectionFilter.php
650 /src/Core/Filter/FrontEndObject/ProductFilter.php
651 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
652 /src/Core/Filter/FrontEndObject/CustomerFilter.php
653 /src/Core/Filter/FrontEndObject/ShopFilter.php
654 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
655 /modules/ps_searchbar/ps_searchbar.php
656 /modules/ps_imageslider/ps_imageslider.php
657 /modules/ps_imageslider/Ps_HomeSlide.php
658 /modules/ps_shoppingcart/ps_shoppingcart.php
659 /modules/correosoficial/correosoficial.php
660 /modules/correosoficial/classes/CorreosOficialCheckout.php
661 /modules/correosoficial/classes/CorreosOficialCarrier.php
662 /modules/correosoficial/classes/CorreosOficialSenders.php
663 /classes/module/CarrierModule.php
664 /modules/correosoficial/classes/CorreosOficialOrders.php
665 /modules/correosoficial/classes/CorreosOficialPickupAddress.php
666 /modules/correosoficial/classes/Analitica.php
667 /modules/correosoficial/vendor/ecommerce_common_lib/config.inc.php
668 /modules/correosoficial/vendor/ecommerce_common_lib/DetectPlatform.php
669 /modules/correosoficial/src/CorreosProducts.php
670 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialUtils.php
671 /modules/correosoficial/vendor/ecommerce_common_lib/functions.php
672 /modules/correosoficial/config.php
673 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosRest.php
674 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCustomerDataDao.php
675 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosDaoObject.php
676 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO.php
677 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO_PS.php
678 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosSoap.php
679 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialCrypto.php
680 /modules/correosoficial/vendor/ecommerce_common_lib/WSValidationResponse.php
681 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareOrderRequests.php
682 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialConfigDao.php
683 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialSendersDao.php
684 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialSmarty.php
685 /modules/correosoficial/classes/CorreosOficialOrder.php
686 /classes/order/Order.php
687 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareRequestsDocAduanera.php
688 /modules/correosoficial/classes/CorreosOficialErrorManager.php
689 /modules/correosoficial/vendor/ecommerce_common_lib/Cex/CexRest.php
690 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/BridgeCEXAdapter.php
691 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/NeedCustoms.php
692 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/Normalization.php
693 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/ShippingMethodZoneRules.php
694 /modules/correosoficial/sql/CorreosOficialIndexes.php
695 /classes/Translate.php
696 /modules/correosoficial/translations/es.php
697 /modules/correosoficial/models/CorreosOficialConfig.php
698 /modules/sequra/sequra.php
699 /classes/PaymentModule.php
700 /modules/sequra/translations/es.php
701 /modules/sequra/src/Logger.php
702 /classes/log/FileLogger.php
703 /classes/log/AbstractLogger.php
704 /classes/log/PrestaShopLoggerInterface.php
705 /modules/sequra/src/Crontab.php
706 /modules/sequra/src/PreQualifier.php
707 /vendor/prestashop/decimal/src/DecimalNumber.php
708 /vendor/prestashop/decimal/src/Builder.php
709 /modules/sequra/src/Entities/DeploymentTarget.php
710 /modules/sequra/src/Entities/DataTransferObject.php
711 /modules/sequra/src/Entities/EnvironmentDetails.php
712 /modules/sequra/src/Entities/Credential.php
713 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
714 /var/cache/prod/smarty/compile/classic_leprechaun/04/55/1d/04551d146034c5b89fb7bf469f96ba9337ddc068_2.file.header.tpl.php
715 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
716 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
717 /modules/paypal/paypal.php
718 /modules/paypal/config_dev.php
719 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
720 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
721 /modules/paypal/translations/es.php
722 /modules/paypal/services/ToolKit.php
723 /modules/paypal/classes/Constants/PaypalConfigurations.php
724 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
725 /modules/paypal/classes/Constants/WebHookConf.php
726 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
727 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
728 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
729 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
730 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
731 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
732 /modules/paypal/diagnostic.php
733 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
734 /modules/paypal/classes/AbstractMethodPaypal.php
735 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
736 /modules/paypal/classes/MethodEC.php
737 /modules/paypal/classes/WhiteList/WhiteListService.php
738 /modules/paypal/classes/API/PaypalApiManager.php
739 /modules/paypal/classes/API/PaypalApiManagerInterface.php
740 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
741 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
742 /modules/paypal/classes/API/PaypalClient.php
743 /modules/paypal/classes/API/Client/HttpClient.php
744 /modules/paypal/classes/API/ClientInterface.php
745 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
746 /modules/paypal/classes/API/EnvironmentInterface.php
747 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
748 /modules/paypal/classes/API/InjectorInterface.php
749 /modules/paypal/classes/API/Injector/BnCodeInjector.php
750 /modules/paypal/classes/API/Injector/UserAgentInjector.php
751 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
752 /src/Core/Product/Search/ProductSearchContext.php
753 /src/Core/Product/Search/ProductSearchQuery.php
754 /src/Core/Product/Search/SortOrder.php
755 /modules/ps_facetedsearch/ps_facetedsearch.php
756 /modules/ps_facetedsearch/src/HookDispatcher.php
757 /modules/ps_facetedsearch/src/Hook/Attribute.php
758 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
759 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
760 /modules/ps_facetedsearch/src/Hook/Category.php
761 /modules/ps_facetedsearch/src/Hook/Configuration.php
762 /modules/ps_facetedsearch/src/Hook/Design.php
763 /modules/ps_facetedsearch/src/Hook/Feature.php
764 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
765 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
766 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
767 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
768 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
769 /modules/ps_facetedsearch/src/Hook/Product.php
770 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
771 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
772 /modules/ps_facetedsearch/src/Filters/Provider.php
773 /modules/ps_facetedsearch/src/URLSerializer.php
774 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
775 /modules/ps_facetedsearch/src/Product/SearchProvider.php
776 /src/Core/Product/Search/FacetsRendererInterface.php
777 /src/Core/Product/Search/ProductSearchProviderInterface.php
778 /modules/ps_facetedsearch/src/Filters/Converter.php
779 /modules/ps_facetedsearch/src/Product/SearchFactory.php
780 /src/Core/Product/Search/ProductSearchResult.php
781 /classes/Manufacturer.php
782 /src/Core/Util/String/StringModifier.php
783 /src/Core/Util/String/StringModifierInterface.php
784 /modules/ps_facetedsearch/src/Product/Search.php
785 /modules/ps_facetedsearch/src/Adapter/MySQL.php
786 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
787 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
788 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
789 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
790 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
791 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
792 /modules/ps_facetedsearch/src/Filters/Products.php
793 /classes/stock/StockAvailable.php
794 /modules/ps_facetedsearch/src/Filters/Block.php
795 /src/Core/Product/Search/Facet.php
796 /src/Core/Product/Search/Filter.php
797 /src/Core/Product/Search/FacetCollection.php
798 /classes/ProductAssembler.php
799 /classes/Combination.php
800 /classes/tax/Tax.php
801 /src/Core/Localization/CLDR/ComputingPrecision.php
802 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
803 /classes/SpecificPrice.php
804 /classes/tax/TaxManagerFactory.php
805 /classes/tax/TaxRulesTaxManager.php
806 /classes/tax/TaxManagerInterface.php
807 /classes/tax/TaxCalculator.php
808 /classes/GroupReduction.php
809 /classes/Pack.php
810 /classes/Feature.php
811 /classes/ProductPresenterFactory.php
812 /src/Adapter/Presenter/Product/ProductListingPresenter.php
813 /src/Adapter/Presenter/Product/ProductPresenter.php
814 /src/Adapter/Product/ProductColorsRetriever.php
815 /src/Adapter/HookManager.php
816 /src/Core/Product/ProductPresentationSettings.php
817 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
818 /src/Adapter/Presenter/Product/ProductLazyArray.php
819 /classes/Image.php
820 /src/Core/Image/ImageFormatConfiguration.php
821 /src/Core/Image/ImageFormatConfigurationInterface.php
822 /classes/FeatureFlag.php
823 /src/Core/FeatureFlag/FeatureFlagSettings.php
824 /vendor/prestashop/decimal/src/Operation/Multiplication.php
825 /var/cache/prod/smarty/compile/classic_leprechaun/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
826 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
827 /vendor/smarty/smarty/libs/plugins/modifier.count.php
828 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
829 /var/cache/prod/smarty/compile/classic_leprechaun/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
830 /src/Core/Product/Search/Pagination.php
831 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/03/0d/9e/030d9ef1277321cbdaf8b4de70fb3672743e05df_2.file.category.tpl.php
832 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/40/40/60/404060e6c49dcf42698cd6e25b36f941ad39a7ff_2.file.product-list.tpl.php
833 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/e6/18/2e/e6182e14b7a443084f29d28336311941ee00a616_2.file.layout-left-column.tpl.php
834 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/c5/ec/fa/c5ecfa6fa6d4ff3934091d19cbd355a77def1342_2.file.layout-both-columns.tpl.php
835 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/91/02/0b/91020bbf8e0187c1c5dccfae187caf2894aade10_2.file.helpers.tpl.php
836 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
837 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/b1/a8/d8/b1a8d86184a71da7dae4cdca5a69478bc8edf927_2.file.head.tpl.php
838 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/23/ba/fe/23bafeeb2b5ab673568b4ac990fc4389bbffd631_2.file.head-jsonld.tpl.php
839 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/89/b7/9f/89b79fc2c71f1700a0357c9e682ea2c028cd9c2e_2.file.product-list-jsonld.tpl.php
840 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/ae/b7/12/aeb7126cd493cd561c3e933ab4d5b9df2bc7af45_2.file.pagination-seo.tpl.php
841 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
842 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
843 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/37/6e/a2/376ea26d7a160d081f8fd4554414638cd6c27bd6_2.file.stylesheets.tpl.php
844 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/22/bd/98/22bd9841d07bfa271122886eef969aa9f599749b_2.file.javascript.tpl.php
845 /classes/ProductDownload.php
846 /src/Core/Cart/Calculator.php
847 /src/Core/Cart/CartRowCollection.php
848 /src/Core/Cart/Fees.php
849 /src/Core/Cart/AmountImmutable.php
850 /src/Core/Cart/CartRuleCollection.php
851 /src/Core/Cart/CartRuleCalculator.php
852 /src/Adapter/Product/PriceCalculator.php
853 /src/Core/Cart/CartRow.php
854 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
855 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/a4/74/1d/a4741d36e53e78f2e0f958831de3818ee7dbf697_2.file.product-activation.tpl.php
856 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/5e/ba/bf/5ebabf6d3ceebeab9fde841539646a3d29b81829_2.file.header.tpl.php
857 /modules/ps_contactinfo/ps_contactinfo.php
858 /var/cache/prod/smarty/compile/classic_leprechaun/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
859 /modules/ps_languageselector/ps_languageselector.php
860 /modules/ps_currencyselector/ps_currencyselector.php
861 /modules/ps_customersignin/ps_customersignin.php
862 /var/cache/prod/smarty/compile/classic_leprechaun/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
863 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
864 /var/cache/prod/smarty/compile/classic_leprechaun/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
865 /modules/ps_mainmenu/ps_mainmenu.php
866 /modules/ps_mainmenu/ps_menutoplinks.class.php
867 /var/cache/prod/smarty/compile/classic_leprechaun/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
868 /var/cache/prod/smarty/compile/classic_leprechaun/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
869 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/b6/ad/21/b6ad21fbfdbc1816e2a9163f3c67c6928746796a_2.file.notifications.tpl.php
870 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/33/73/41/337341e62ffd6fbbe62116381057f7ca0e37668f_2.file.breadcrumb.tpl.php
871 /modules/ps_categorytree/ps_categorytree.php
872 /var/cache/prod/smarty/compile/classic_leprechaun/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
873 /var/cache/prod/smarty/compile/classic_leprechaun/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
874 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/72/fc/d2/72fcd2184827a0c55bdd48265ccfce2651ca0d66_2.file.category-header.tpl.php
875 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/a9/8c/4f/a98c4f716cbaaaaa0a95b6c0d23f83aeac82f8e5_2.file.products-top.tpl.php
876 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/97/9c/98/979c984ee95426370edfe9d1ef774d109d4cc1ed_2.file.sort-orders.tpl.php
877 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/ec/c6/d0/ecc6d0b29d5e43baec2345d13f90e9e9f87f5dbe_2.file.products.tpl.php
878 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/f3/38/29/f3382975a4e2b4d7c4434ddec350bafad19b1203_2.file.productlist.tpl.php
879 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
880 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/e3/e2/32/e3e232006fc51d7e33172aade9263fe6761b202e_2.file.product.tpl.php
881 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/0b/19/d8/0b19d8c69ef6802a75538c3b39430d515f22d9d9_2.file.product-flags.tpl.php
882 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/ab/6d/7f/ab6d7ff1d2c7ad82f177fd839fb8cfb8e679c435_2.file.pagination.tpl.php
883 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/f1/e4/d1/f1e4d1a27e18a7f2c69eb500d86543b059a2d3be_2.file.products-bottom.tpl.php
884 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/b4/c4/89/b4c489f7d95e90dadf4a4f3e72cc7f5f17cd5d07_2.file.category-footer.tpl.php
885 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/91/73/ac/9173ac38f69d5bad7fc6087991503dd6e76d0652_2.file.footer.tpl.php
886 /var/cache/prod/smarty/compile/classic_leprechaun/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
887 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
888 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
889 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
890 /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/6/classic_leprechaun/f7/55/06/f75506b3269b4a8ee3d31dbe0ae3aa6b71acf629.ps_socialfollowps_socialfollow.tpl.php
891 /modules/ps_linklist/ps_linklist.php
892 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
893 /modules/ps_linklist/src/Filter/LinkFilter.php
894 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
895 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
896 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
897 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/6/classic_leprechaun/36/8b/30/368b309b9144c07f60a0a7fa618d9aff34bdba9d.ps_linklistviewstemplateshooklinkblock.tpl.php
898 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
899 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/6/classic_leprechaun/9d/e5/28/9de528026c606322f1886c485ca35009aca08e61.ps_customeraccountlinksps_customeraccountlinks.tpl.php
900 /var/cache/prod/smarty/compile/classic_leprechaun/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
901 /vendor/smarty/smarty/libs/plugins/function.mailto.php
902 /var/cache/prod/smarty/compile/classic_leprechaun/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
903 /var/cache/prod/smarty/compile/classic_leprechaun/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
904 /var/cache/prod/smarty/compile/classic_leprechaun/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
905 /var/cache/prod/smarty/compile/classic_leprechaun/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
906 /var/cache/prod/smarty/compile/classic_leprechaun/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
907 /var/cache/prod/smarty/compile/classic_leprechaun/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
908 /var/cache/prod/smarty/compile/classic_leprechaunlayouts_layout_left_column_tpl/bd/34/92/bd349205bb21544a7cab88125e665175ac1c6ad9_2.file.password-policy-template.tpl.php