JOYAS DE PLATA

Utilizamos cookies propias y de terceros para mejorar nuestros servicios y mostrarle publicidad

relacionada con sus preferencias mediante el análisis de sus hábitos de navegación. Puede

consultar nuestra Política de cookies  aquí

Load Time 3974 ms
Querying Time 2855 ms
Queries 1186
Memory Peak Usage 27.1 Mb
Included Files 1207 files - 11.89 Mb
PrestaShop Cache - Mb
Global vars 0.25 Mb
PrestaShop Version 8.2.4
PHP Version 8.2.30
MySQL Version 10.3.39-MariaDB
Memory Limit 256M
Max Execution Time 120s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 463.569 ms 463.569 ms 2.23 Mb 2.2 Mb
__construct 97.158 ms 560.727 ms 1.74 Mb 5.6 Mb
init 367.185 ms 928 ms 0.92 Mb 5.6 Mb
checkAccess 0.002 ms 928 ms - Mb 5.6 Mb
setMedia 2.725 ms 931 ms 0.15 Mb 5.6 Mb
postProcess 0.001 ms 931 ms - Mb 5.6 Mb
initHeader 0.001 ms 931 ms - Mb 5.6 Mb
initContent 2561 ms 3491 ms 12.56 Mb 17.7 Mb
initFooter 0.002 ms 3491 ms - Mb 17.7 Mb
display 482.325 ms 3974 ms 8.78 Mb 27.1 Mb
Hook Time Memory Usage
DisplayHeader 925 ms 5.11 Mb
displayMainMenu 166.239 ms 4.07 Mb
displayAfterBreadcrumb 41.336 ms 0.03 Mb
IsJustElementor 15.512 ms 0.02 Mb
DisplayBeforeBodyClosingTag 14.152 ms 0.14 Mb
displayNav2 5.613 ms 0.08 Mb
displayNav1 5.567 ms 0.20 Mb
displayFooter 4.182 ms 0.40 Mb
DisplayFooter 2.428 ms 0.06 Mb
DisplayGDPRConsent 1.142 ms 0.11 Mb
displayBeforeBodyClosingTag 0.835 ms 0.05 Mb
ProductSearchProvider 0.690 ms - Mb
ActionFrontControllerSetMedia 0.410 ms 0.01 Mb
DisplayLeftColumn 0.407 ms 0.04 Mb
ActionDispatcher 0.017 ms - Mb
displayVerticalMenu 0.011 ms - Mb
ActionProductSearchAfter 0.007 ms - Mb
Header 0.005 ms - Mb
18 hook(s) 1184 ms 10.31 Mb
Module Time Memory Usage
iqitthemeeditor 23.053 ms 0.11 Mb
ps_emailsubscription 4.170 ms 0.39 Mb
ps_facebook 923 ms 5.06 Mb
ps_emailalerts 0.182 ms 0.01 Mb
productcomments 0.323 ms 0.01 Mb
ps_shoppingcart 0.123 ms 0.01 Mb
ps_accounts 6.544 ms 0.01 Mb
psxmarketingwithgoogle 2.067 ms 0.08 Mb
iqitcookielaw 1.821 ms 0.08 Mb
iqitmegamenu 167.322 ms 4.11 Mb
iqitelementor 16.697 ms 0.08 Mb
nacex 1.517 ms 0.11 Mb
ps_facetedsearch 2.655 ms 0.05 Mb
iqitlinksmanager 7.431 ms 0.37 Mb
ps_languageselector 4.807 ms 0.07 Mb
ps_currencyselector 1.429 ms 0.07 Mb
iqitsearch 0.775 ms 0.04 Mb
ps_customersignin 0.223 ms 0.04 Mb
iqitproductsnav 41.837 ms 0.07 Mb
corewhatsapp 2.928 ms 0.12 Mb
psgdpr 2.828 ms 0.31 Mb
statsdata 14.288 ms 0.16 Mb
22 module(s) 1226 ms 11.33 Mb

Stopwatch SQL - 1186 queries

# Query Time (ms) Rows Filesort Group By Location
451
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_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' GROUP BY p.id_product) p INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.nleft>103 AND c.nright<152 GROUP BY cp.id_category
179.635 ms 16102 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
8
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
91.877 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2026-04-13 00:00:00",
INTERVAL 30 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `prstshp_category_product` cp
LEFT JOIN `prstshp_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `prstshp_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `prstshp_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `prstshp_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `prstshp_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `prstshp_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `prstshp_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 18 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 168,24
86.604 ms 2349 /classes/Category.php:1062
971
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1579
ORDER BY `position`
84.235 ms 1 Yes /classes/Product.php:3539
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang)
77.236 ms 2 /classes/Language.php:1080
448
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="865516c7685df894c5df6a2f4e339157" LIMIT 1
70.383 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
514
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2065
ORDER BY f.position ASC
61.702 ms 1 Yes /classes/Product.php:6024
21
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC
61.672 ms 2 Yes /classes/Currency.php:708
524
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2064) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
53.593 ms 1 /classes/stock/StockAvailable.php:453
734
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1623 LIMIT 1
47.380 ms 1 /classes/SpecificPrice.php:435
447
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 prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_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 cp.id_category IN (47, 51, 63) GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC
45.362 ms 599076 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1137
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitproductsnav" LIMIT 1
40.744 ms 1 /classes/module/Module.php:2664
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
37.423 ms 1 /classes/shop/ShopUrl.php:178
650
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1686 LIMIT 1
35.548 ms 1 /classes/SpecificPrice.php:435
941
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1685
ORDER BY `position`
34.480 ms 1 Yes /classes/Product.php:3539
1136
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` c
INNER JOIN prstshp_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
31.174 ms 2 Yes /classes/Currency.php:687
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook`
30.176 ms 1097 /classes/Hook.php:1348
1140
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2073) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
30.093 ms 1 Yes /classes/Product.php:4513
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_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 `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_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`
29.939 ms 114 Yes Yes /classes/Hook.php:1289
87
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name
29.606 ms 0 /classes/Hook.php:1348
746
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1618 LIMIT 1
25.053 ms 1 /classes/SpecificPrice.php:435
929
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1690
ORDER BY `position`
23.112 ms 1 Yes /classes/Product.php:3539
452
REPLACE INTO prstshp_layered_filter_block (hash, data) VALUES ("865516c7685df894c5df6a2f4e339157", "a:1:{s:7:\"filters\";a:2:{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:299;s:3:\"min\";d:8;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:375;s:5:\"value\";N;}i:1;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Categorías\";s:6:\"values\";a:19:{i:19;a:2:{s:4:\"name\";s:6:\"BRONCE\";s:3:\"nbr\";s:1:\"5\";}i:46;a:2:{s:4:\"name\";s:9:\"TOBILLERA\";s:3:\"nbr\";s:2:\"13\";}i:47;a:3:{s:4:\"name\";s:26:\"JOYAS PERSONALIZADAS PLATA\";s:3:\"nbr\";s:2:\"16\";s:7:\"checked\";b:1;}i:48;a:2:{s:4:\"name\";s:19:\"COLECCIÓN INFANTIL\";s:3:\"nbr\";s:2:\"29\";}i:49;a:2:{s:4:\"name\";s:13:\"PULSERA PLATA\";s:3:\"nbr\";s:3:\"157\";}i:50;a:2:{s:4:\"name\";s:13:\"ANILLOS PLATA\";s:3:\"nbr\";s:3:\"188\";}i:51;a:3:{s:4:\"name\";s:16:\"PENDIENTES PLATA\";s:3:\"nbr\";s:3:\"356\";s:7:\"checked\";b:1;}i:52;a:2:{s:4:\"name\";s:4:\"AROS\";s:3:\"nbr\";s:1:\"6\";}i:53;a:2:{s:4:\"name\";s:8:\"PIERCING\";s:3:\"nbr\";s:2:\"25\";}i:55;a:2:{s:4:\"name\";s:17:\"GARGANTILLA PLATA\";s:3:\"nbr\";s:3:\"205\";}i:56;a:2:{s:4:\"name\";s:22:\"GARGANTILLAS INICIALES\";s:3:\"nbr\";s:1:\"4\";}i:57;a:2:{s:4:\"name\";s:6:\"CHOKER\";s:3:\"nbr\";s:1:\"1\";}i:61;a:2:{s:4:\"name\";s:8:\"EAR CUFF\";s:3:\"nbr\";s:1:\"5\";}i:63;a:3:{s:4:\"name\";s:18:\"LLAMADOR DE ÁNGEL\";s:3:\"nbr\";s:1:\"3\";s:7:\"checked\";b:1;}i:64;a:2:{s:4:\"name\";s:14:\"COLGANTE PLATA\";s:3:\"nbr\";s:2:\"15\";}i:66;a:2:{s:4:\"name\";s:24:\"DETALLES PARA PROFESORES\";s:3:\"nbr\";s:2:\"21\";}i:92;a:2:{s:4:\"name\";s:15:\"COLECCIÓN ané\";s:3:\"nbr\";s:1:\"5\";}i:94;a:2:{s:4:\"name\";s:9:\"TOBILLERA\";s:3:\"nbr\";s:1:\"4\";}i:105;a:2:{s:4:\"name\";s:7:\"ALIANZA\";s:3:\"nbr\";s:2:\"15\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
22.941 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
653
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1686)
22.079 ms 1 /classes/Product.php:3860
520
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2064 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
21.793 ms 1 Yes /classes/SpecificPrice.php:576
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
21.573 ms 102 /classes/module/Module.php:341
162
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 583 LIMIT 1
20.090 ms 1 /classes/SpecificPrice.php:435
725
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1679)
19.930 ms 1 /classes/Product.php:3860
975
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1512
18.508 ms 1 /classes/Product.php:2899
492
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
18.153 ms 1 /classes/Product.php:5670
489
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2069 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2069 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
17.441 ms 0 /classes/Cart.php:1430
488
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2069) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
17.434 ms 1 /classes/stock/StockAvailable.php:453
638
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1687 LIMIT 1
17.162 ms 1 /classes/SpecificPrice.php:435
43
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1
17.085 ms 1 /src/Adapter/EntityMapper.php:71
933
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1689
17.062 ms 1 /classes/Product.php:2899
972
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1579
16.963 ms 1 /classes/Product.php:2899
789
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1579 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1579 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
16.799 ms 0 /classes/Cart.php:1430
974
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1512
ORDER BY `position`
16.245 ms 1 Yes /classes/Product.php:3539
6
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
16.010 ms 1 /src/Adapter/EntityMapper.php:71
19
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias`
15.651 ms 88 /classes/Hook.php:342
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 570) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
15.628 ms 1 /classes/stock/StockAvailable.php:453
995
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1313
ORDER BY `position`
15.411 ms 1 Yes /classes/Product.php:3539
998
SELECT SQL_NO_CACHE c.id_elementor FROM prstshp_iqit_elementor_category c WHERE c.id_category = 18 LIMIT 1
15.384 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
1091
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
15.309 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
15.265 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
15.219 ms 2 /classes/Language.php:880
29
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
15.024 ms 1 /src/Adapter/EntityMapper.php:71
28
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'USD') LIMIT 1
14.965 ms 1 /classes/Currency.php:893
443
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE controller = 'category'
AND id_category = 18
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
14.730 ms 2 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
168
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 583) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
14.479 ms 1 /classes/stock/StockAvailable.php:453
385
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 607 AND pa.`id_product` = 607 AND pa.`id_product_attribute` = 1711 LIMIT 1
13.975 ms 1 /classes/Product.php:1209
74
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 568
AND image_shop.`cover` = 1 LIMIT 1
13.664 ms 1 /classes/Product.php:3570
141
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 578)
12.930 ms 1 /classes/Product.php:3860
355
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1710 LIMIT 1
12.638 ms 1 /classes/Combination.php:560
382
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
12.568 ms 0 /classes/Cart.php:1430
26
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
12.454 ms 2 /classes/Language.php:880
625
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1689) AND (b.`id_shop` = 1) LIMIT 1
12.430 ms 1 /src/Adapter/EntityMapper.php:71
1184
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('5472', '', 'www.joieriaorfi.es/18-joyas-de-plata?page=8&q=Categor%C3%ADas-JOYAS+PERSONALIZADAS+PLATA-PENDIENTES+PLATA-LLAMADOR+DE+%C3%81NGEL&resultsPerPage=36', '', '2026-04-13 13:48:40')
12.394 ms 1 /classes/ObjectModel.php:622
662
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1685 LIMIT 1
12.317 ms 1 /classes/SpecificPrice.php:435
521
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2064)
12.008 ms 1 /classes/Product.php:3860
90
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1
11.868 ms 1 /src/Adapter/EntityMapper.php:71
657
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1686 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1686 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
11.790 ms 0 /classes/Cart.php:1430
701
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1682)
11.685 ms 1 /classes/Product.php:3860
545
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2059)
11.369 ms 1 /classes/Product.php:3860
977
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1436
ORDER BY `position`
11.343 ms 1 Yes /classes/Product.php:3539
30
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
11.216 ms 2 /classes/Language.php:880
32
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 2
11.085 ms 2 /src/Adapter/EntityMapper.php:79
41
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1
11.013 ms 1 /src/Adapter/EntityMapper.php:71
525
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2064 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2064 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
11.000 ms 0 /classes/Cart.php:1430
1016
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
10.875 ms 12 Yes Yes /classes/Category.php:785
899
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2067
ORDER BY `position`
10.860 ms 1 Yes /classes/Product.php:3539
942
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1685
10.778 ms 1 /classes/Product.php:2899
551
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2055
AND image_shop.`cover` = 1 LIMIT 1
10.619 ms 1 /classes/Product.php:3570
325
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 601 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
10.574 ms 0 /classes/Cart.php:1430
40
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1
10.524 ms 1 /src/Adapter/EntityMapper.php:71
546
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2059 AND id_shop=1 LIMIT 1
10.459 ms 1 /classes/Product.php:6884
230
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 594
ORDER BY f.position ASC
10.259 ms 1 Yes /classes/Product.php:6024
69
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
10.202 ms 1 /modules/ps_accounts/src/Adapter/Configuration.php:278
694
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1683
ORDER BY f.position ASC
9.965 ms 1 Yes /classes/Product.php:6024
976
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1532) AND il.`id_lang` = 2 ORDER by i.`position`
9.759 ms 1 Yes /classes/Product.php:2915
733
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1623) AND (b.`id_shop` = 1) LIMIT 1
9.707 ms 1 /src/Adapter/EntityMapper.php:71
549
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2059 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2059 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
9.534 ms 0 /classes/Cart.php:1430
986
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1398
ORDER BY `position`
9.277 ms 1 Yes /classes/Product.php:3539
353
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
8.993 ms 1 /classes/Product.php:5670
25
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
8.930 ms 1 /src/Adapter/EntityMapper.php:71
1009
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `prstshp_cart_product`
WHERE `id_cart` = 0 LIMIT 1
8.504 ms 1 /classes/Cart.php:1300
552
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
8.109 ms 1 /classes/Product.php:5670
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
8.044 ms 4 /classes/Language.php:1214
397
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 721)
7.457 ms 1 /classes/Product.php:3860
17
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1)
7.133 ms 1 /classes/module/Module.php:2046
782
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1579 LIMIT 1
7.051 ms 1 /classes/SpecificPrice.php:435
817
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
7.037 ms 1 /classes/Product.php:5670
34
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
6.946 ms 1 /src/Adapter/EntityMapper.php:71
944
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1684
ORDER BY `position`
6.639 ms 1 Yes /classes/Product.php:3539
1010
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitmegamenu" LIMIT 1
6.628 ms 1 /classes/module/Module.php:2664
894
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2073
6.276 ms 1 /classes/Product.php:2899
992
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1315
ORDER BY `position`
6.022 ms 1 Yes /classes/Product.php:3539
758
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1615 LIMIT 1
6.010 ms 1 /classes/SpecificPrice.php:435
548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2059) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
5.855 ms 1 /classes/stock/StockAvailable.php:453
441
SELECT SQL_NO_CACHE `name`
FROM `prstshp_hook`
WHERE `id_hook` = 746 LIMIT 1
5.463 ms 1 /classes/Hook.php:244
37
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 18
AND `id_shop` = 1 LIMIT 1
5.341 ms 1 /classes/Category.php:2446
802
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1512 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1512 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
5.194 ms 0 /classes/Cart.php:1430
56
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
5.154 ms 0 /classes/module/Module.php:2664
847
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1398 AND id_shop=1 LIMIT 1
5.113 ms 1 /classes/Product.php:6884
186
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 586 LIMIT 1
4.855 ms 1 /classes/SpecificPrice.php:435
111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 571
AND image_shop.`cover` = 1 LIMIT 1
4.712 ms 1 /classes/Product.php:3570
1095
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1
4.678 ms 1 /src/Adapter/EntityMapper.php:71
403
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1715
AND cp.`id_cart` = 0 AND cp.`id_product` = 721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1715
AND cp.`id_cart` = 0 AND p.`id_product_item` = 721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
4.636 ms 0 /classes/Cart.php:1430
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 `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
4.614 ms 1360 /classes/Configuration.php:180
7
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
4.593 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_facebook" LIMIT 1
4.581 ms 1 /classes/module/Module.php:2664
1005
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_languageselector" LIMIT 1
4.298 ms 1 /classes/module/Module.php:2664
629
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1689)
4.264 ms 1 /classes/Product.php:3860
1119
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) LIMIT 1
4.223 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2062) AND (b.`id_shop` = 1) LIMIT 1
4.152 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2059
ORDER BY f.position ASC
3.885 ms 1 Yes /classes/Product.php:6024
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1)
3.848 ms 1097 /classes/Hook.php:1388
636
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
3.823 ms 1 /classes/Product.php:5670
58
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
3.799 ms 8 Yes /classes/ImageType.php:109
936
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1687
3.783 ms 1 /classes/Product.php:2899
449
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM prstshp_product p INNER JOIN prstshp_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 6) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_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 cp.id_category IN (47, 51, 63)
3.741 ms 774 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
1019
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 98 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
3.686 ms 14 Yes Yes /classes/Category.php:785
23
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
3.646 ms 1 /classes/shop/Shop.php:1183
366
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 606 AND pa.`id_product` = 606 AND pa.`id_product_attribute` = 1710 LIMIT 1
3.628 ms 1 /classes/Product.php:1209
201
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 588)
3.498 ms 1 /classes/Product.php:3860
1139
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2074) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
3.482 ms 1 Yes /classes/Product.php:4513
962
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1618
ORDER BY `position`
3.461 ms 1 Yes /classes/Product.php:3539
398
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 721 AND id_shop=1 LIMIT 1
3.334 ms 1 /classes/Product.php:6884
879
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1313 LIMIT 1
3.241 ms 1 /classes/SpecificPrice.php:435
953
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1681
ORDER BY `position`
3.169 ms 1 Yes /classes/Product.php:3539
1002
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
3.130 ms 1 /classes/module/Module.php:2664
803
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1512
ORDER BY f.position ASC
3.041 ms 1 Yes /classes/Product.php:6024
172
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
2.865 ms 1 /classes/Product.php:5670
973
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1599) AND il.`id_lang` = 2 ORDER by i.`position`
2.813 ms 1 Yes /classes/Product.php:2915
429
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
2.801 ms 1 /classes/Product.php:5670
440
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 103) AND (a0.`nright` > 152) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
2.739 ms 97 Yes /classes/PrestaShopCollection.php:383
383
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 607) AND (id_product_attribute = 1711) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.712 ms 1 /classes/stock/StockAvailable.php:453
980
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1435
ORDER BY `position`
2.673 ms 1 Yes /classes/Product.php:3539
959
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1623
ORDER BY `position`
2.615 ms 1 Yes /classes/Product.php:3539
31
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
2.576 ms 1 /src/Adapter/EntityMapper.php:71
642
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1687 AND id_shop=1 LIMIT 1
2.553 ms 1 /classes/Product.php:6884
88
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 `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.520 ms 516 /classes/Hook.php:455
360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 606 AND id_shop=1 LIMIT 1
2.501 ms 1 /classes/Product.php:6884
78
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1
2.446 ms 1 /classes/SpecificPrice.php:426
163
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 583
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.364 ms 0 /classes/SpecificPrice.php:256
682
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1684
ORDER BY f.position ASC
2.349 ms 1 Yes /classes/Product.php:6024
161
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 583) AND (b.`id_shop` = 1) LIMIT 1
2.277 ms 1 /src/Adapter/EntityMapper.php:71
418
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 722 AND `id_group` = 1 LIMIT 1
2.277 ms 0 /classes/GroupReduction.php:153
659
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1685
AND image_shop.`cover` = 1 LIMIT 1
2.266 ms 1 /classes/Product.php:3570
378
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 607)
2.239 ms 1 /classes/Product.php:3860
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias`
2.222 ms 88 /classes/Hook.php:290
1130
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
2.205 ms 2 /src/Adapter/EntityMapper.php:79
798
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1512)
2.162 ms 1 /classes/Product.php:3860
388
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1711) LIMIT 1
2.135 ms 1 /src/Adapter/EntityMapper.php:71
173
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 585) AND (b.`id_shop` = 1) LIMIT 1
2.132 ms 1 /src/Adapter/EntityMapper.php:71
359
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 606)
2.122 ms 1 /classes/Product.php:3860
658
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1686
ORDER BY f.position ASC
2.096 ms 1 Yes /classes/Product.php:6024
434
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 723)
2.087 ms 1 /classes/Product.php:3860
677
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1684)
2.063 ms 1 /classes/Product.php:3860
445
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'PENDIENTES PLATA'
AND c.`id_category` != 2
AND c.`id_parent` = 18 LIMIT 1
2.024 ms 7 /classes/Category.php:1492
647
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1686
AND image_shop.`cover` = 1 LIMIT 1
2.004 ms 1 /classes/Product.php:3570
190
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 586 AND id_shop=1 LIMIT 1
1.997 ms 1 /classes/Product.php:6884
417
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 722 AND id_shop=1 LIMIT 1
1.994 ms 1 /classes/Product.php:6884
1083
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1
1.969 ms 1 /src/Adapter/EntityMapper.php:71
737
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1623)
1.956 ms 1 /classes/Product.php:3860
439
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 723
ORDER BY f.position ASC
1.893 ms 1 Yes /classes/Product.php:6024
1001
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-04-13 00:00:00" AND date_to <= "2026-04-13 23:59:59") OR (date_from >= "2026-04-13 00:00:00" AND date_from <= "2026-04-13 23:59:59") OR (date_from < "2026-04-13 00:00:00" AND date_to > "2026-04-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.876 ms 7 /classes/CartRule.php:357
686
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1683 LIMIT 1
1.875 ms 1 /classes/SpecificPrice.php:435
526
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2064
ORDER BY f.position ASC
1.872 ms 1 Yes /classes/Product.php:6024
874
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1315 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1315 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.857 ms 0 /classes/Cart.php:1430
785
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1579)
1.848 ms 1 /classes/Product.php:3860
1097
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1
1.848 ms 1 /src/Adapter/EntityMapper.php:71
39
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 `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2  AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 18
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.831 ms 21 Yes Yes /classes/Category.php:916
965
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1615
ORDER BY `position`
1.814 ms 1 Yes /classes/Product.php:3539
189
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 586)
1.806 ms 1 /classes/Product.php:3860
1012
SELECT SQL_NO_CACHE `width`, `height`
FROM prstshp_image_type
WHERE `name` = 'small_default' LIMIT 1
1.789 ms 1 /classes/Image.php:560
698
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1682 LIMIT 1
1.777 ms 1 /classes/SpecificPrice.php:435
726
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1679 AND id_shop=1 LIMIT 1
1.771 ms 1 /classes/Product.php:6884
670
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1685
ORDER BY f.position ASC
1.769 ms 1 Yes /classes/Product.php:6024
178
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 585 AND id_shop=1 LIMIT 1
1.761 ms 1 /classes/Product.php:6884
9
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
1.747 ms 1 /classes/ObjectModel.php:1727
424
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 722
ORDER BY f.position ASC
1.728 ms 1 Yes /classes/Product.php:6024
755
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1615
AND image_shop.`cover` = 1 LIMIT 1
1.715 ms 1 /classes/Product.php:3570
183
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 586
AND image_shop.`cover` = 1 LIMIT 1
1.712 ms 1 /classes/Product.php:3570
683
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1683
AND image_shop.`cover` = 1 LIMIT 1
1.706 ms 1 /classes/Product.php:3570
347
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 605 AND pa.`id_product` = 605 AND pa.`id_product_attribute` = 1709 LIMIT 1
1.698 ms 1 /classes/Product.php:1209
518
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2064 LIMIT 1
1.687 ms 1 /classes/SpecificPrice.php:435
33
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1
1.668 ms 1 /classes/ObjectModel.php:1727
626
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1689 LIMIT 1
1.667 ms 1 /classes/SpecificPrice.php:435
816
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1435
AND image_shop.`cover` = 1 LIMIT 1
1.666 ms 1 /classes/Product.php:3570
1175
SELECT SQL_NO_CACHE * FROM prstshp_corewhatsapp WHERE core_status=1 AND FIND_IN_SET('2', `core_language`)  LIMIT 0,1
1.653 ms 1 /modules/corewhatsapp/corewhatsapp.php:169
692
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1683) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.646 ms 1 /classes/stock/StockAvailable.php:453
792
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 47 LIMIT 1
1.642 ms 1 /classes/Category.php:1373
64
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field
1.629 ms 1 /classes/ObjectModel.php:1592
810
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1436)
1.621 ms 1 /classes/Product.php:3860
1092
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 14 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
1.603 ms 11 Yes Yes /classes/Category.php:785
1084
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
1.590 ms 2 /src/Adapter/EntityMapper.php:79
635
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1687
AND image_shop.`cover` = 1 LIMIT 1
1.575 ms 1 /classes/Product.php:3570
63
SELECT SQL_NO_CACHE *
FROM `prstshp_state` a
WHERE (a.`id_state` = 362) LIMIT 1
1.563 ms 1 /src/Adapter/EntityMapper.php:71
182
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 585
ORDER BY f.position ASC
1.551 ms 1 Yes /classes/Product.php:6024
672
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
1.542 ms 1 /classes/Product.php:5670
864
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1315
AND image_shop.`cover` = 1 LIMIT 1
1.525 ms 1 /classes/Product.php:3570
960
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1623
1.511 ms 1 /classes/Product.php:2899
939
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1686
1.511 ms 1 /classes/Product.php:2899
20
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1
1.510 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.498 ms 56 Yes /classes/Dispatcher.php:654
689
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1683)
1.498 ms 1 /classes/Product.php:3860
634
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1689
ORDER BY f.position ASC
1.458 ms 1 Yes /classes/Product.php:6024
718
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1681
ORDER BY f.position ASC
1.442 ms 1 Yes /classes/Product.php:6024
747
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1618
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.440 ms 0 /classes/SpecificPrice.php:256
368
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 606
AND pac.`id_product_attribute` = 1710
AND agl.`id_lang` = 2
1.418 ms 2 /classes/Product.php:7528
762
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1615 AND id_shop=1 LIMIT 1
1.402 ms 1 /classes/Product.php:6884
430
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 723) AND (b.`id_shop` = 1) LIMIT 1
1.398 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.390 ms 1 /classes/stock/StockAvailable.php:453
1123
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1
1.389 ms 1 /src/Adapter/EntityMapper.php:71
622
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1690
ORDER BY f.position ASC
1.383 ms 1 Yes /classes/Product.php:6024
780
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
1.365 ms 1 /classes/Product.php:5670
707
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1681
AND image_shop.`cover` = 1 LIMIT 1
1.363 ms 1 /classes/Product.php:3570
766
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1615
ORDER BY f.position ASC
1.349 ms 1 Yes /classes/Product.php:6024
742
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1623
ORDER BY f.position ASC
1.348 ms 1 Yes /classes/Product.php:6024
369
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1710) LIMIT 1
1.346 ms 1 /src/Adapter/EntityMapper.php:71
730
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1679
ORDER BY f.position ASC
1.346 ms 1 Yes /classes/Product.php:6024
35
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1
1.337 ms 2 /src/Adapter/EntityMapper.php:79
669
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1685 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.332 ms 0 /classes/Cart.php:1430
422
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1717
AND cp.`id_cart` = 0 AND cp.`id_product` = 722 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1717
AND cp.`id_cart` = 0 AND p.`id_product_item` = 722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.327 ms 0 /classes/Cart.php:1430
646
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1687
ORDER BY f.position ASC
1.324 ms 1 Yes /classes/Product.php:6024
164
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 583 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.323 ms 1 Yes /classes/SpecificPrice.php:576
188
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 586 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.317 ms 1 Yes /classes/SpecificPrice.php:576
328
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 601 AND pa.`id_product` = 601 AND pa.`id_product_attribute` = 1706 LIMIT 1
1.317 ms 1 /classes/Product.php:1209
671
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1684
AND image_shop.`cover` = 1 LIMIT 1
1.309 ms 1 /classes/Product.php:3570
394
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 721 LIMIT 1
1.297 ms 1 /classes/SpecificPrice.php:435
364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 606) AND (id_product_attribute = 1710) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.285 ms 1 /classes/stock/StockAvailable.php:453
731
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1623
AND image_shop.`cover` = 1 LIMIT 1
1.284 ms 1 /classes/Product.php:3570
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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
1.279 ms 1 Yes /classes/shop/Shop.php:715
340
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 605)
1.273 ms 1 /classes/Product.php:3860
665
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1685)
1.249 ms 1 /classes/Product.php:3860
678
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1684 AND id_shop=1 LIMIT 1
1.232 ms 1 /classes/Product.php:6884
544
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2059 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.231 ms 1 Yes /classes/SpecificPrice.php:576
502
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2067
ORDER BY f.position ASC
1.229 ms 1 Yes /classes/Product.php:6024
617
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1690)
1.222 ms 1 /classes/Product.php:3860
1108
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
1.218 ms 46 Yes Yes /classes/Category.php:785
387
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 607
AND pac.`id_product_attribute` = 1711
AND agl.`id_lang` = 2
1.214 ms 2 /classes/Product.php:7528
1046
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
1.210 ms 37 Yes Yes /classes/Category.php:785
799
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1512 AND id_shop=1 LIMIT 1
1.204 ms 1 /classes/Product.php:6884
1142
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2067) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.184 ms 1 Yes /classes/Product.php:4513
934
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1952) AND il.`id_lang` = 2 ORDER by i.`position`
1.179 ms 1 Yes /classes/Product.php:2915
968
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1588
ORDER BY `position`
1.176 ms 2 Yes /classes/Product.php:3539
205
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 588 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.172 ms 0 /classes/Cart.php:1430
774
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1588 AND id_shop=1 LIMIT 1
1.172 ms 1 /classes/Product.php:6884
649
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1686) AND (b.`id_shop` = 1) LIMIT 1
1.171 ms 1 /src/Adapter/EntityMapper.php:71
348
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 605
ORDER BY f.position ASC
1.169 ms 1 Yes /classes/Product.php:6024
1000
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2026-04-13 00:00:00" AND date_to <= "2026-04-13 23:59:59") OR (date_from >= "2026-04-13 00:00:00" AND date_from <= "2026-04-13 23:59:59") OR (date_from < "2026-04-13 00:00:00" AND date_to > "2026-04-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.167 ms 7 /classes/CartRule.php:357
453
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-13 00:00:00',
INTERVAL 30 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN prstshp_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2074,2073,2069,2067,2065,2064,2062,2059,2055,2053,1694,1693,1691,1690,1689,1687,1686,1685,1684,1683,1682,1681,1679,1623,1618,1615,1588,1579,1512,1436,1435,1410,1398,1350,1315,1313)
1.166 ms 36 /classes/ProductAssembler.php:95
786
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1579 AND id_shop=1 LIMIT 1
1.164 ms 1 /classes/Product.php:6884
513
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2065 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2065 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.163 ms 0 /classes/Cart.php:1430
773
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1588)
1.158 ms 1 /classes/Product.php:3860
396
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 721 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.150 ms 1 Yes /classes/SpecificPrice.php:576
645
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1687 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.150 ms 0 /classes/Cart.php:1430
770
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1588 LIMIT 1
1.149 ms 1 /classes/SpecificPrice.php:435
1109
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1
1.147 ms 1 /src/Adapter/EntityMapper.php:71
1086
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1
1.146 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
1.143 ms 1 /classes/Product.php:5670
431
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 723 LIMIT 1
1.136 ms 1 /classes/SpecificPrice.php:435
814
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1436 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1436 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.135 ms 0 /classes/Cart.php:1430
61
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
1.132 ms 1 /src/Adapter/EntityMapper.php:71
849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1398) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.131 ms 1 /classes/stock/StockAvailable.php:453
59
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 6 LIMIT 1
1.131 ms 1 /classes/AddressFormat.php:653
435
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 723 AND id_shop=1 LIMIT 1
1.131 ms 1 /classes/Product.php:6884
777
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1588 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.117 ms 0 /classes/Cart.php:1430
641
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1687)
1.114 ms 1 /classes/Product.php:3860
674
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1684 LIMIT 1
1.108 ms 1 /classes/SpecificPrice.php:435
695
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1682
AND image_shop.`cover` = 1 LIMIT 1
1.093 ms 1 /classes/Product.php:3570
391
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
1.083 ms 1 /classes/Product.php:5670
362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 606) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.079 ms 1 /classes/stock/StockAvailable.php:453
1117
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1
1.073 ms 1 /src/Adapter/EntityMapper.php:71
356
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 606 LIMIT 1
1.072 ms 1 /classes/SpecificPrice.php:435
639
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1687
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.064 ms 0 /classes/SpecificPrice.php:256
807
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1436 LIMIT 1
1.062 ms 1 /classes/SpecificPrice.php:435
767
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1588
AND image_shop.`cover` = 1 LIMIT 1
1.052 ms 2 /classes/Product.php:3570
633
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1689 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.048 ms 0 /classes/Cart.php:1430
875
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1315
ORDER BY f.position ASC
1.046 ms 1 Yes /classes/Product.php:6024
772
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1588 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
1.045 ms 1 Yes /classes/SpecificPrice.php:576
741
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1623 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.043 ms 0 /classes/Cart.php:1430
332
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1706
1.035 ms 2 /src/Adapter/EntityMapper.php:79
990
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1350
1.034 ms 1 /classes/Product.php:2899
790
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1579
ORDER BY f.position ASC
1.028 ms 1 Yes /classes/Product.php:6024
735
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1623
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.017 ms 0 /classes/SpecificPrice.php:256
673
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1684) AND (b.`id_shop` = 1) LIMIT 1
1.016 ms 1 /src/Adapter/EntityMapper.php:71
1160
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1681) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.012 ms 1 Yes /classes/Product.php:4513
1169
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1435) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.008 ms 1 Yes /classes/Product.php:4513
1043
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 32 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
1.006 ms 24 Yes Yes /classes/Category.php:785
346
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1709
AND cp.`id_cart` = 0 AND cp.`id_product` = 605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1709
AND cp.`id_cart` = 0 AND p.`id_product_item` = 605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.992 ms 0 /classes/Cart.php:1430
326
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 601) AND (id_product_attribute = 1706) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.991 ms 1 /classes/stock/StockAvailable.php:453
1090
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.989 ms 2 /src/Adapter/EntityMapper.php:79
508
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.988 ms 1 Yes /classes/SpecificPrice.php:576
706
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1682
ORDER BY f.position ASC
0.978 ms 1 Yes /classes/Product.php:6024
343
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.971 ms 1 /classes/stock/StockAvailable.php:453
65
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 103) AND (a0.`nright` > 152) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.965 ms 97 Yes /classes/PrestaShopCollection.php:383
631
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1689 AND `id_group` = 1 LIMIT 1
0.965 ms 0 /classes/GroupReduction.php:153
713
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1681)
0.962 ms 1 /classes/Product.php:3860
44
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.961 ms 1 /src/Adapter/EntityMapper.php:71
1131
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) LIMIT 1
0.951 ms 1 /src/Adapter/EntityMapper.php:71
801
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.945 ms 1 /classes/stock/StockAvailable.php:453
922
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1957) AND il.`id_lang` = 2 ORDER by i.`position`
0.941 ms 1 Yes /classes/Product.php:2915
743
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1618
AND image_shop.`cover` = 1 LIMIT 1
0.934 ms 1 /classes/Product.php:3570
433
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 723 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.932 ms 1 Yes /classes/SpecificPrice.php:576
690
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1683 AND id_shop=1 LIMIT 1
0.929 ms 1 /classes/Product.php:6884
331
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1706) LIMIT 1
0.927 ms 1 /src/Adapter/EntityMapper.php:71
393
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1715 LIMIT 1
0.925 ms 1 /classes/Combination.php:560
812
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1436 AND `id_group` = 1 LIMIT 1
0.919 ms 0 /classes/GroupReduction.php:153
1082
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 33 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.916 ms 1 Yes Yes /classes/Category.php:785
1088
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.897 ms 3 Yes Yes /classes/Category.php:785
685
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1683) AND (b.`id_shop` = 1) LIMIT 1
0.896 ms 1 /src/Adapter/EntityMapper.php:71
765
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1615 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1615 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.896 ms 0 /classes/Cart.php:1430
450
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.892 ms 97 Yes /classes/Category.php:710
1007
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.892 ms 1 /classes/module/Module.php:2664
231
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 596
AND image_shop.`cover` = 1 LIMIT 1
0.886 ms 1 /classes/Product.php:3570
1040
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.882 ms 24 Yes Yes /classes/Category.php:785
1034
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 31 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.880 ms 24 Yes Yes /classes/Category.php:785
722
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1679 LIMIT 1
0.879 ms 1 /classes/SpecificPrice.php:435
327
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1706
AND cp.`id_cart` = 0 AND cp.`id_product` = 601 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1706
AND cp.`id_cart` = 0 AND p.`id_product_item` = 601 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.876 ms 0 /classes/Cart.php:1430
42
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
0.875 ms 1 /src/Adapter/EntityMapper.php:71
870
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1315)
0.875 ms 1 /classes/Product.php:3860
753
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1618 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1618 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.871 ms 0 /classes/Cart.php:1430
751
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1618 AND `id_group` = 1 LIMIT 1
0.863 ms 0 /classes/GroupReduction.php:153
889
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2074
0.862 ms 1 /classes/Product.php:2899
806
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1436) AND (b.`id_shop` = 1) LIMIT 1
0.860 ms 1 /src/Adapter/EntityMapper.php:71
763
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1615 AND `id_group` = 1 LIMIT 1
0.857 ms 0 /classes/GroupReduction.php:153
352
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 606
AND image_shop.`cover` = 1 LIMIT 1
0.856 ms 2 /classes/Product.php:3570
656
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1686) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.855 ms 1 /classes/stock/StockAvailable.php:453
497
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2067)
0.845 ms 1 /classes/Product.php:3860
226
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 594 AND id_shop=1 LIMIT 1
0.843 ms 1 /classes/Product.php:6884
428
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 723
AND image_shop.`cover` = 1 LIMIT 1
0.841 ms 1 /classes/Product.php:3570
365
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1710
AND cp.`id_cart` = 0 AND cp.`id_product` = 606 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1710
AND cp.`id_cart` = 0 AND p.`id_product_item` = 606 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.839 ms 0 /classes/Cart.php:1430
754
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1618
ORDER BY f.position ASC
0.837 ms 1 Yes /classes/Product.php:6024
233
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 596) AND (b.`id_shop` = 1) LIMIT 1
0.832 ms 1 /src/Adapter/EntityMapper.php:71
719
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1679
AND image_shop.`cover` = 1 LIMIT 1
0.826 ms 1 /classes/Product.php:3570
358
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 606 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.824 ms 1 Yes /classes/SpecificPrice.php:576
432
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 723
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.824 ms 0 /classes/SpecificPrice.php:256
140
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 578 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.823 ms 1 Yes /classes/SpecificPrice.php:576
745
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1618) AND (b.`id_shop` = 1) LIMIT 1
0.823 ms 1 /src/Adapter/EntityMapper.php:71
705
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1682 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1682 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.817 ms 0 /classes/Cart.php:1430
357
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 606
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.814 ms 0 /classes/SpecificPrice.php:256
618
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1690 AND id_shop=1 LIMIT 1
0.813 ms 1 /classes/Product.php:6884
547
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2059 AND `id_group` = 1 LIMIT 1
0.810 ms 0 /classes/GroupReduction.php:153
363
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 606 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 606 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.806 ms 0 /classes/Cart.php:1430
175
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 585
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.797 ms 0 /classes/SpecificPrice.php:256
202
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 588 AND id_shop=1 LIMIT 1
0.794 ms 1 /classes/Product.php:6884
808
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1436
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.792 ms 0 /classes/SpecificPrice.php:256
643
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1687 AND `id_group` = 1 LIMIT 1
0.789 ms 0 /classes/GroupReduction.php:153
983
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1410
ORDER BY `position`
0.787 ms 1 Yes /classes/Product.php:3539
1170
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1410) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.785 ms 1 Yes /classes/Product.php:4513
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.joieriaorfi.es' OR su.domain_ssl = 'www.joieriaorfi.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.784 ms 1 Yes /classes/shop/Shop.php:1364
687
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1683
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.783 ms 0 /classes/SpecificPrice.php:256
752
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1618) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.780 ms 1 /classes/stock/StockAvailable.php:453
699
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1682
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.778 ms 0 /classes/SpecificPrice.php:256
144
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 578) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.777 ms 1 /classes/stock/StockAvailable.php:453
528
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.769 ms 1 /classes/Product.php:5670
351
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1709
0.766 ms 2 /src/Adapter/EntityMapper.php:79
1013
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM prstshp_iqitmegamenu_tabs_shop hs
LEFT JOIN prstshp_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN prstshp_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 2
ORDER BY hss.position
0.764 ms 18 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
736
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1623 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.764 ms 1 Yes /classes/SpecificPrice.php:576
344
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.762 ms 0 /classes/Cart.php:1430
779
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1579
AND image_shop.`cover` = 1 LIMIT 1
0.755 ms 1 /classes/Product.php:3570
684
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.748 ms 1 /classes/Product.php:5670
676
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1684 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.747 ms 1 Yes /classes/SpecificPrice.php:576
194
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 586
ORDER BY f.position ASC
0.742 ms 1 Yes /classes/Product.php:6024
655
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1686 AND `id_group` = 1 LIMIT 1
0.739 ms 0 /classes/GroupReduction.php:153
757
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1615) AND (b.`id_shop` = 1) LIMIT 1
0.739 ms 1 /src/Adapter/EntityMapper.php:71
147
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 579
AND image_shop.`cover` = 1 LIMIT 1
0.736 ms 1 /classes/Product.php:3570
614
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1690 LIMIT 1
0.736 ms 1 /classes/SpecificPrice.php:435
795
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1512 LIMIT 1
0.734 ms 1 /classes/SpecificPrice.php:435
198
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 588 LIMIT 1
0.732 ms 1 /classes/SpecificPrice.php:435
679
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1684 AND `id_group` = 1 LIMIT 1
0.729 ms 0 /classes/GroupReduction.php:153
709
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1681) AND (b.`id_shop` = 1) LIMIT 1
0.726 ms 1 /src/Adapter/EntityMapper.php:71
876
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1313
AND image_shop.`cover` = 1 LIMIT 1
0.720 ms 1 /classes/Product.php:3570
760
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1615 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.718 ms 1 Yes /classes/SpecificPrice.php:576
1141
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2069) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.711 ms 1 Yes /classes/Product.php:4513
371
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 607
AND image_shop.`cover` = 1 LIMIT 1
0.708 ms 1 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2065 AND id_shop=1 LIMIT 1
0.703 ms 1 /classes/Product.php:6884
711
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1681
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.695 ms 0 /classes/SpecificPrice.php:256
381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 607) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.688 ms 1 /classes/stock/StockAvailable.php:453
624
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.687 ms 1 /classes/Product.php:5670
809
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1436 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.685 ms 1 Yes /classes/SpecificPrice.php:576
24
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.683 ms 1 /classes/Currency.php:893
664
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1685 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.680 ms 1 Yes /classes/SpecificPrice.php:576
350
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1709) LIMIT 1
0.676 ms 1 /src/Adapter/EntityMapper.php:71
616
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1690 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.671 ms 1 Yes /classes/SpecificPrice.php:576
623
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1689
AND image_shop.`cover` = 1 LIMIT 1
0.669 ms 1 /classes/Product.php:3570
377
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 607 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.667 ms 1 Yes /classes/SpecificPrice.php:576
748
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1618 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.667 ms 1 Yes /classes/SpecificPrice.php:576
384
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1711
AND cp.`id_cart` = 0 AND cp.`id_product` = 607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1711
AND cp.`id_cart` = 0 AND p.`id_product_item` = 607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.665 ms 0 /classes/Cart.php:1430
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 723) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.664 ms 1 /classes/stock/StockAvailable.php:453
444
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'JOYAS PERSONALIZADAS PLATA'
AND c.`id_category` != 2
AND c.`id_parent` = 18 LIMIT 1
0.663 ms 3 /classes/Category.php:1492
128
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 576 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.659 ms 1 Yes /classes/SpecificPrice.php:576
935
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1687
ORDER BY `position`
0.658 ms 1 Yes /classes/Product.php:3539
138
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 578 LIMIT 1
0.657 ms 1 /classes/SpecificPrice.php:435
637
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1687) AND (b.`id_shop` = 1) LIMIT 1
0.655 ms 1 /src/Adapter/EntityMapper.php:71
648
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.654 ms 1 /classes/Product.php:5670
691
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1683 AND `id_group` = 1 LIMIT 1
0.654 ms 0 /classes/GroupReduction.php:153
783
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1579
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.651 ms 0 /classes/SpecificPrice.php:256
169
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 583 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 583 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.648 ms 0 /classes/Cart.php:1430
197
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 588) AND (b.`id_shop` = 1) LIMIT 1
0.646 ms 1 /src/Adapter/EntityMapper.php:71
776
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1588) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.646 ms 1 /classes/stock/StockAvailable.php:453
886
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1313 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.646 ms 0 /classes/Cart.php:1430
71
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration` a
WHERE (a.`id_configuration` = 1315) LIMIT 1
0.644 ms 1 /src/Adapter/EntityMapper.php:71
438
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 723 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 723 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.639 ms 0 /classes/Cart.php:1430
729
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1679 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1679 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.639 ms 0 /classes/Cart.php:1430
1015
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.635 ms 1 /src/Adapter/EntityMapper.php:71
501
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2067 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2067 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.633 ms 0 /classes/Cart.php:1430
329
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 601
ORDER BY f.position ASC
0.631 ms 1 Yes /classes/Product.php:6024
696
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.627 ms 1 /classes/Product.php:5670
700
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1682 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.624 ms 1 Yes /classes/SpecificPrice.php:576
126
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 576 LIMIT 1
0.618 ms 1 /classes/SpecificPrice.php:435
116
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 571 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.616 ms 1 Yes /classes/SpecificPrice.php:576
515
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2064
AND image_shop.`cover` = 1 LIMIT 1
0.607 ms 1 /classes/Product.php:3570
612
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.607 ms 1 /classes/Product.php:5670
761
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1615)
0.603 ms 1 /classes/Product.php:3860
1022
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 99 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.602 ms 15 Yes Yes /classes/Category.php:785
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 576) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.601 ms 1 /classes/stock/StockAvailable.php:453
721
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1679) AND (b.`id_shop` = 1) LIMIT 1
0.599 ms 1 /src/Adapter/EntityMapper.php:71
150
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 579 LIMIT 1
0.597 ms 1 /classes/SpecificPrice.php:435
157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 579 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 579 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.597 ms 0 /classes/Cart.php:1430
154
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 579 AND id_shop=1 LIMIT 1
0.595 ms 1 /classes/Product.php:6884
506
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2065 LIMIT 1
0.594 ms 1 /classes/SpecificPrice.php:435
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 606
ORDER BY f.position ASC
0.594 ms 1 Yes /classes/Product.php:6024
652
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1686 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.593 ms 1 Yes /classes/SpecificPrice.php:576
702
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1682 AND id_shop=1 LIMIT 1
0.590 ms 1 /classes/Product.php:6884
181
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 585 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 585 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1430
759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1615
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.585 ms 0 /classes/SpecificPrice.php:256
794
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1512) AND (b.`id_shop` = 1) LIMIT 1
0.584 ms 1 /src/Adapter/EntityMapper.php:71
621
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1690 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1690 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.583 ms 0 /classes/Cart.php:1430
728
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1679) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.582 ms 1 /classes/stock/StockAvailable.php:453
401
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.578 ms 0 /classes/Cart.php:1430
191
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 586 AND `id_group` = 1 LIMIT 1
0.577 ms 0 /classes/GroupReduction.php:153
200
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 588 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.577 ms 1 Yes /classes/SpecificPrice.php:576
784
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1579 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.572 ms 1 Yes /classes/SpecificPrice.php:576
375
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 607 LIMIT 1
0.568 ms 1 /classes/SpecificPrice.php:435
114
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 571 LIMIT 1
0.567 ms 1 /classes/SpecificPrice.php:435
386
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 607
ORDER BY f.position ASC
0.567 ms 1 Yes /classes/Product.php:6024
818
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1435) AND (b.`id_shop` = 1) LIMIT 1
0.567 ms 1 /src/Adapter/EntityMapper.php:71
1038
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) LIMIT 1
0.562 ms 1 /src/Adapter/EntityMapper.php:71
1116
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1
0.555 ms 2 /src/Adapter/EntityMapper.php:79
750
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1618 AND id_shop=1 LIMIT 1
0.554 ms 1 /classes/Product.php:6884
1047
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1
0.553 ms 1 /src/Adapter/EntityMapper.php:71
1037
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 95 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.551 ms 24 Yes Yes /classes/Category.php:785
615
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1690
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.548 ms 0 /classes/SpecificPrice.php:256
336
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1709 LIMIT 1
0.545 ms 1 /classes/Combination.php:560
70
SELECT SQL_NO_CACHE `id_configuration`
FROM `prstshp_configuration`
WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.545 ms 1 /classes/Configuration.php:133
420
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 722 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.543 ms 0 /classes/Cart.php:1430
137
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 578) AND (b.`id_shop` = 1) LIMIT 1
0.542 ms 1 /src/Adapter/EntityMapper.php:71
703
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1682 AND `id_group` = 1 LIMIT 1
0.542 ms 0 /classes/GroupReduction.php:153
710
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1681 LIMIT 1
0.540 ms 1 /classes/SpecificPrice.php:435
805
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.538 ms 1 /classes/Product.php:5670
1014
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1
0.538 ms 1 /src/Adapter/EntityMapper.php:71
109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 570 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 570 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.535 ms 0 /classes/Cart.php:1430
379
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 607 AND id_shop=1 LIMIT 1
0.533 ms 1 /classes/Product.php:6884
1051
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1
0.532 ms 1 /src/Adapter/EntityMapper.php:71
1085
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 29 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.532 ms 2 Yes Yes /classes/Category.php:785
661
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1685) AND (b.`id_shop` = 1) LIMIT 1
0.528 ms 1 /src/Adapter/EntityMapper.php:71
804
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1436
AND image_shop.`cover` = 1 LIMIT 1
0.524 ms 1 /classes/Product.php:3570
866
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1315) AND (b.`id_shop` = 1) LIMIT 1
0.522 ms 1 /src/Adapter/EntityMapper.php:71
869
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1315 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.522 ms 1 Yes /classes/SpecificPrice.php:576
415
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 722 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.519 ms 1 Yes /classes/SpecificPrice.php:576
505
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2065) AND (b.`id_shop` = 1) LIMIT 1
0.519 ms 1 /src/Adapter/EntityMapper.php:71
958
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1942) AND il.`id_lang` = 2 ORDER by i.`position`
0.518 ms 1 Yes /classes/Product.php:2915
361
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 606 AND `id_group` = 1 LIMIT 1
0.516 ms 0 /classes/GroupReduction.php:153
815
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1436
ORDER BY f.position ASC
0.516 ms 1 Yes /classes/Product.php:6024
680
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1684) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.514 ms 1 /classes/stock/StockAvailable.php:453
1168
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1436) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.511 ms 1 Yes /classes/Product.php:4513
914
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2055
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3539
509
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2065)
0.501 ms 1 /classes/Product.php:3860
494
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2067 LIMIT 1
0.500 ms 1 /classes/SpecificPrice.php:435
206
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 588
ORDER BY f.position ASC
0.499 ms 1 Yes /classes/Product.php:6024
1089
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1
0.498 ms 1 /src/Adapter/EntityMapper.php:71
496
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2067 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.496 ms 1 Yes /classes/SpecificPrice.php:576
800
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1512 AND `id_group` = 1 LIMIT 1
0.496 ms 0 /classes/GroupReduction.php:153
1031
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 100 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.496 ms 24 Yes Yes /classes/Category.php:785
248
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 597 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.494 ms 1 Yes /classes/SpecificPrice.php:576
253
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 597 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 597 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1430
498
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2067 AND id_shop=1 LIMIT 1
0.494 ms 1 /classes/Product.php:6884
118
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 571 AND id_shop=1 LIMIT 1
0.493 ms 1 /classes/Product.php:6884
697
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1682) AND (b.`id_shop` = 1) LIMIT 1
0.493 ms 1 /src/Adapter/EntityMapper.php:71
724
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1679 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.489 ms 1 Yes /classes/SpecificPrice.php:576
1025
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 28 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.489 ms 16 Yes Yes /classes/Category.php:785
349
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 605
AND pac.`id_product_attribute` = 1709
AND agl.`id_lang` = 2
0.488 ms 2 /classes/Product.php:7528
345
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 605) AND (id_product_attribute = 1709) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.487 ms 1 /classes/stock/StockAvailable.php:453
688
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1683 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.484 ms 1 Yes /classes/SpecificPrice.php:576
537
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2062 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2062 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.483 ms 0 /classes/Cart.php:1430
723
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1679
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.483 ms 0 /classes/SpecificPrice.php:256
999
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.483 ms 1 /classes/Cart.php:4250
749
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1618)
0.481 ms 1 /classes/Product.php:3860
1053
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:71
517
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2064) AND (b.`id_shop` = 1) LIMIT 1
0.477 ms 1 /src/Adapter/EntityMapper.php:71
75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 18 LIMIT 1
0.473 ms 1 /classes/Category.php:1373
619
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1690 AND `id_group` = 1 LIMIT 1
0.472 ms 0 /classes/GroupReduction.php:153
791
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1512
AND image_shop.`cover` = 1 LIMIT 1
0.470 ms 1 /classes/Product.php:3570
714
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1681 AND id_shop=1 LIMIT 1
0.469 ms 1 /classes/Product.php:6884
756
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.468 ms 1 /classes/Product.php:5670
1028
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 27 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
0.468 ms 17 Yes Yes /classes/Category.php:785
797
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1512 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.466 ms 1 Yes /classes/SpecificPrice.php:576
1138
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.466 ms 1 /classes/module/Module.php:2137
89
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 53
AND tr.`id_state` IN (0, 362)
AND ('08720' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '08720')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.463 ms 2 /classes/tax/TaxRulesTaxManager.php:100
1017
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
821
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1435 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.458 ms 1 Yes /classes/SpecificPrice.php:576
845
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1398 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.457 ms 1 Yes /classes/SpecificPrice.php:576
236
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 596 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.456 ms 1 Yes /classes/SpecificPrice.php:576
778
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1588
ORDER BY f.position ASC
0.456 ms 1 Yes /classes/Product.php:6024
170
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 583
ORDER BY f.position ASC
0.454 ms 1 Yes /classes/Product.php:6024
416
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 722)
0.453 ms 1 /classes/Product.php:3860
651
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1686
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.452 ms 0 /classes/SpecificPrice.php:256
122
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 571
ORDER BY f.position ASC
0.448 ms 1 Yes /classes/Product.php:6024
1049
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
153
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 579)
0.444 ms 1 /classes/Product.php:3860
693
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1683 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1683 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.444 ms 0 /classes/Cart.php:1430
171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 585
AND image_shop.`cover` = 1 LIMIT 1
0.441 ms 1 /classes/Product.php:3570
666
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1685 AND id_shop=1 LIMIT 1
0.439 ms 1 /classes/Product.php:6884
390
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 721
AND image_shop.`cover` = 1 LIMIT 1
0.438 ms 1 /classes/Product.php:3570
152
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 579 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.437 ms 1 Yes /classes/SpecificPrice.php:576
472
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2073 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.435 ms 1 Yes /classes/SpecificPrice.php:576
882
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1313)
0.435 ms 1 /classes/Product.php:3860
1143
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2065) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.432 ms 1 Yes /classes/Product.php:4513
484
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2069 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.431 ms 1 Yes /classes/SpecificPrice.php:576
504
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.431 ms 1 /classes/Product.php:5670
738
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1623 AND id_shop=1 LIMIT 1
0.428 ms 1 /classes/Product.php:6884
668
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1685) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.427 ms 1 /classes/stock/StockAvailable.php:453
892
SELECT SQL_NO_CACHE * FROM `prstshp_image_type`
0.426 ms 8 /classes/ImageType.php:161
908
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2062
ORDER BY `position`
0.426 ms 1 Yes /classes/Product.php:3539
203
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 588 AND `id_group` = 1 LIMIT 1
0.423 ms 0 /classes/GroupReduction.php:153
833
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1410 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.423 ms 1 Yes /classes/SpecificPrice.php:576
769
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1588) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
811
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1436 AND id_shop=1 LIMIT 1
0.421 ms 1 /classes/Product.php:6884
335
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 605) AND (b.`id_shop` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 721
AND pac.`id_product_attribute` = 1715
AND agl.`id_lang` = 2
0.418 ms 2 /classes/Product.php:7528
613
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1690) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
241
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 596 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 596 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
826
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1435 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1435 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
586
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1694
ORDER BY f.position ASC
0.413 ms 1 Yes /classes/Product.php:6024
212
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 591 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.412 ms 1 Yes /classes/SpecificPrice.php:576
425
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 722
AND pac.`id_product_attribute` = 1717
AND agl.`id_lang` = 2
0.411 ms 2 /classes/Product.php:7528
888
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2074
ORDER BY `position`
0.411 ms 1 Yes /classes/Product.php:3539
1144
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2064) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.409 ms 1 Yes /classes/Product.php:4513
373
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 607) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
330
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 601
AND pac.`id_product_attribute` = 1706
AND agl.`id_lang` = 2
0.408 ms 2 /classes/Product.php:7528
395
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 721
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.407 ms 1 /classes/SpecificPrice.php:256
632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.405 ms 1 /classes/stock/StockAvailable.php:453
830
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1410) AND (b.`id_shop` = 1) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
715
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1681 AND `id_group` = 1 LIMIT 1
0.400 ms 0 /classes/GroupReduction.php:153
374
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1711 LIMIT 1
0.398 ms 1 /classes/Combination.php:560
113
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 571) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 598 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.395 ms 1 Yes /classes/SpecificPrice.php:576
873
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1315) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.395 ms 1 /classes/stock/StockAvailable.php:453
268
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 598 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
788
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.393 ms 1 /classes/stock/StockAvailable.php:453
516
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.391 ms 1 /classes/Product.php:5670
185
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 586) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
891
SELECT SQL_NO_CACHE state FROM prstshp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.389 ms 1 /classes/FeatureFlag.php:105
838
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1410 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1410 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
667
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1685 AND `id_group` = 1 LIMIT 1
0.386 ms 0 /classes/GroupReduction.php:153
1166
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1579) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.385 ms 1 Yes /classes/Product.php:4513
174
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 585 LIMIT 1
0.384 ms 1 /classes/SpecificPrice.php:435
862
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1350 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1350 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1430
1157
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1684) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.381 ms 1 Yes /classes/Product.php:4513
592
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 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-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.379 ms 1 Yes /classes/SpecificPrice.php:576
850
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1398 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1398 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
145
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 578 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 578 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.377 ms 0 /classes/Cart.php:1430
1145
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2062) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.374 ms 1 Yes /classes/Product.php:4513
989
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1350
ORDER BY `position`
0.374 ms 1 Yes /classes/Product.php:3539
227
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 594 AND `id_group` = 1 LIMIT 1
0.373 ms 0 /classes/GroupReduction.php:153
640
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1687 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.372 ms 1 Yes /classes/SpecificPrice.php:576
392
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 721) AND (b.`id_shop` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
543
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2059
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.372 ms 0 /classes/SpecificPrice.php:256
1171
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1398) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.372 ms 1 Yes /classes/Product.php:4513
176
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 585 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.370 ms 1 Yes /classes/SpecificPrice.php:576
902
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2065
ORDER BY `position`
0.370 ms 1 Yes /classes/Product.php:3539
1156
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1685) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.370 ms 1 Yes /classes/Product.php:4513
229
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 594 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 594 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
1151
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1691) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.368 ms 1 Yes /classes/Product.php:4513
266
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 598 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.368 ms 1 Yes /classes/SpecificPrice.php:576
354
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 606) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
556
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2055 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.365 ms 1 Yes /classes/SpecificPrice.php:576
828
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1410
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
881
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1313 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.361 ms 1 Yes /classes/SpecificPrice.php:576
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 568 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.361 ms 0 /classes/Cart.php:1430
301
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 600 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.360 ms 1 Yes /classes/SpecificPrice.php:576
1159
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1682) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.360 ms 1 Yes /classes/Product.php:4513
490
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2069
ORDER BY f.position ASC
0.360 ms 1 Yes /classes/Product.php:6024
495
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2067
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.359 ms 0 /classes/SpecificPrice.php:256
320
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 601 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.359 ms 1 Yes /classes/SpecificPrice.php:576
121
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 571 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 571 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
1147
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2055) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.357 ms 1 Yes /classes/Product.php:4513
628
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1689 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.357 ms 1 Yes /classes/SpecificPrice.php:576
1148
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2053) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.356 ms 1 Yes /classes/Product.php:4513
104
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 570 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.356 ms 1 Yes /classes/SpecificPrice.php:576
224
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 594 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.355 ms 1 Yes /classes/SpecificPrice.php:576
493
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2067) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
771
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1588
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.355 ms 0 /classes/SpecificPrice.php:256
1165
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.354 ms 1 Yes /classes/Product.php:4513
282
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 599 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.353 ms 1 Yes /classes/SpecificPrice.php:576
465
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2074 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2074 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
1162
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.353 ms 1 Yes /classes/Product.php:4513
768
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.352 ms 1 /classes/Product.php:5670
84
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 568 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.351 ms 1 Yes /classes/SpecificPrice.php:576
842
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1398) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
1154
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1687) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.351 ms 1 Yes /classes/Product.php:4513
1161
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1679) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.351 ms 1 Yes /classes/Product.php:4513
878
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1313) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 605 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.350 ms 1 Yes /classes/SpecificPrice.php:576
813
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.350 ms 1 /classes/stock/StockAvailable.php:453
887
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1313
ORDER BY f.position ASC
0.349 ms 1 Yes /classes/Product.php:6024
289
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1704
AND cp.`id_cart` = 0 AND cp.`id_product` = 599 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1704
AND cp.`id_cart` = 0 AND p.`id_product_item` = 599 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.348 ms 0 /classes/Cart.php:1430
839
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1410
ORDER BY f.position ASC
0.348 ms 1 Yes /classes/Product.php:6024
1146
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2059) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.348 ms 1 Yes /classes/Product.php:4513
1164
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1615) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.348 ms 1 Yes /classes/Product.php:4513
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 576 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 576 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.348 ms 0 /classes/Cart.php:1430
1174
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1313) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.348 ms 1 Yes /classes/Product.php:4513
1149
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1694) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.347 ms 1 Yes /classes/Product.php:4513
1158
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1683) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.347 ms 1 Yes /classes/Product.php:4513
460
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2074 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.346 ms 1 Yes /classes/SpecificPrice.php:576
744
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.346 ms 1 /classes/Product.php:5670
1155
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1686) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.346 ms 1 Yes /classes/Product.php:4513
217
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 591 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 591 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.345 ms 0 /classes/Cart.php:1430
1153
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.344 ms 1 Yes /classes/Product.php:4513
411
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 722) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
499
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2067 AND `id_group` = 1 LIMIT 1
0.342 ms 0 /classes/GroupReduction.php:153
857
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1350 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.342 ms 1 Yes /classes/SpecificPrice.php:576
273
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 598
AND pac.`id_product_attribute` = 1703
AND agl.`id_lang` = 2
0.341 ms 2 /classes/Product.php:7528
380
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 607 AND `id_group` = 1 LIMIT 1
0.341 ms 0 /classes/GroupReduction.php:153
834
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1410)
0.341 ms 1 /classes/Product.php:3860
1172
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1350) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.341 ms 1 Yes /classes/Product.php:4513
242
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 596
ORDER BY f.position ASC
0.340 ms 1 Yes /classes/Product.php:6024
1150
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_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`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.340 ms 1 Yes /classes/Product.php:4513
1167
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1512) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.340 ms 1 Yes /classes/Product.php:4513
1152
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1690) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.339 ms 1 Yes /classes/Product.php:4513
1173
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1315) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.339 ms 1 Yes /classes/Product.php:4513
604
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1691 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.338 ms 1 Yes /classes/SpecificPrice.php:576
1163
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN prstshp_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1618) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.337 ms 1 Yes /classes/Product.php:4513
221
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 594) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
287
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 599 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 599 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.336 ms 0 /classes/Cart.php:1430
179
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 585 AND `id_group` = 1 LIMIT 1
0.335 ms 0 /classes/GroupReduction.php:153
561
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2055 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2055 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
956
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1679
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3539
1004
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_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.334 ms 2 /classes/Currency.php:1134
1183
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 5519
AND `date_add` > '2026-04-13 13:18:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.333 ms 1 Yes /classes/Connection.php:168
532
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2062 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.332 ms 1 Yes /classes/SpecificPrice.php:576
580
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1694 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.332 ms 1 Yes /classes/SpecificPrice.php:576
851
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1398
ORDER BY f.position ASC
0.331 ms 1 Yes /classes/Product.php:6024
916
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2541) AND il.`id_lang` = 2 ORDER by i.`position`
0.331 ms 1 Yes /classes/Product.php:2915
110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 570
ORDER BY f.position ASC
0.331 ms 1 Yes /classes/Product.php:6024
405
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 721
ORDER BY f.position ASC
0.331 ms 1 Yes /classes/Product.php:6024
568
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 2053 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.331 ms 1 Yes /classes/SpecificPrice.php:576
601
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1691) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
781
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1579) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 6 LIMIT 1
0.329 ms 1 /classes/Country.php:402
48
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_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
0.328 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 53
0.327 ms 2 /src/Adapter/EntityMapper.php:79
827
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1435
ORDER BY f.position ASC
0.326 ms 1 Yes /classes/Product.php:6024
124
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.326 ms 1 /classes/Product.php:5670
905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2064
ORDER BY `position`
0.326 ms 1 Yes /classes/Product.php:3539
306
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 600 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 600 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.321 ms 0 /classes/Cart.php:1430
630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1689 AND id_shop=1 LIMIT 1
0.319 ms 1 /classes/Product.php:6884
796
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1512
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:256
1036
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
0.317 ms 2 /src/Adapter/EntityMapper.php:79
376
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 607
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.316 ms 0 /classes/SpecificPrice.php:256
47
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
311
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 600
AND pac.`id_product_attribute` = 1705
AND agl.`id_lang` = 2
0.316 ms 2 /classes/Product.php:7528
68
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_accounts" LIMIT 1
0.315 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
193
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 586 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 586 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.315 ms 0 /classes/Cart.php:1430
477
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2073 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2073 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.315 ms 0 /classes/Cart.php:1430
199
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 588
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.314 ms 1 /classes/SpecificPrice.php:256
573
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2053 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2053 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
292
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 599
AND pac.`id_product_attribute` = 1704
AND agl.`id_lang` = 2
0.313 ms 2 /classes/Product.php:7528
46
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
712
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 2, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `prstshp_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 2) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1681 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-04-13 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.312 ms 1 Yes /classes/SpecificPrice.php:576
72
SELECT SQL_NO_CACHE *
FROM `prstshp_configuration_lang`
WHERE `id_configuration` = 1315
0.311 ms 1 /src/Adapter/EntityMapper.php:79
270
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1703
AND cp.`id_cart` = 0 AND cp.`id_product` = 598 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1703
AND cp.`id_cart` = 0 AND p.`id_product_item` = 598 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.310 ms 0 /classes/Cart.php:1430
585
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1694 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1694 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.310 ms 0 /classes/Cart.php:1430
609
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1691 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.310 ms 0 /classes/Cart.php:1430
938
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1686
ORDER BY `position`
0.310 ms 1 Yes /classes/Product.php:3539
45
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
1032
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
237
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 596)
0.307 ms 1 /classes/Product.php:3860
823
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1435 AND id_shop=1 LIMIT 1
0.305 ms 1 /classes/Product.php:6884
597
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 `prstshp_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 `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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 0 = 1
))) as q LIMIT 1
0.304 ms 0 /classes/Cart.php:1430
101
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 570) AND (b.`id_shop` = 1) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 591) AND (b.`id_shop` = 1) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
308
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 1705
AND cp.`id_cart` = 0 AND cp.`id_product` = 600 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1705
AND cp.`id_cart` = 0 AND p.`id_product_item` = 600 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.303 ms 0 /classes/Cart.php:1430
77
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 568) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
57
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.301 ms 0 /classes/module/Module.php:2137
297
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 600) AND (b.`id_shop` = 1) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2064 AND id_shop=1 LIMIT 1
0.300 ms 1 /classes/Product.php:6884
159
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 583
AND image_shop.`cover` = 1 LIMIT 1
0.300 ms 1 /classes/Product.php:3570
160
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.298 ms 1 /classes/Product.php:5670
370
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1710
0.296 ms 2 /src/Adapter/EntityMapper.php:79
553
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2055) AND (b.`id_shop` = 1) LIMIT 1
0.295 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2055
ORDER BY f.position ASC
0.293 ms 1 Yes /classes/Product.php:6024
654
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1686 AND id_shop=1 LIMIT 1
0.292 ms 1 /classes/Product.php:6884
917
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2053
ORDER BY `position`
0.292 ms 1 Yes /classes/Product.php:3539
1070
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.292 ms 2 /src/Adapter/EntityMapper.php:79
824
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1435 AND `id_group` = 1 LIMIT 1
0.291 ms 0 /classes/GroupReduction.php:153
681
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1684 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1684 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.291 ms 0 /classes/Cart.php:1430
1054
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.290 ms 2 /src/Adapter/EntityMapper.php:79
949
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1946) AND il.`id_lang` = 2 ORDER by i.`position`
0.289 ms 1 Yes /classes/Product.php:2915
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 571) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
423
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 722 AND pa.`id_product` = 722 AND pa.`id_product_attribute` = 1717 LIMIT 1
0.287 ms 1 /classes/Product.php:1209
519
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2064
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.287 ms 0 /classes/SpecificPrice.php:256
1134
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
338
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 605
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.286 ms 0 /classes/SpecificPrice.php:256
717
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1681 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 1681 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.286 ms 0 /classes/Cart.php:1430
50
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
852
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1350
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
1094
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.285 ms 2 /src/Adapter/EntityMapper.php:79
291
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 599
ORDER BY f.position ASC
0.284 ms 1 Yes /classes/Product.php:6024
825
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
893
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2073
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3539
446
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `name` = 'LLAMADOR DE ÁNGEL'
AND c.`id_category` != 2
AND c.`id_parent` = 18 LIMIT 1
0.282 ms 7 /classes/Category.php:1492
254
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 597
ORDER BY f.position ASC
0.281 ms 1 Yes /classes/Product.php:6024
165
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 583)
0.280 ms 1 /classes/Product.php:3860
978
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1436
0.280 ms 1 /classes/Product.php:2899
135
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 578
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 2 /classes/Product.php:3570
245
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 597) AND (b.`id_shop` = 1) LIMIT 1
0.277 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1711
0.277 ms 2 /src/Adapter/EntityMapper.php:79
485
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2069)
0.276 ms 1 /classes/Product.php:3860
97
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 568
ORDER BY f.position ASC
0.276 ms 1 Yes /classes/Product.php:6024
764
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1615) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.276 ms 1 /classes/stock/StockAvailable.php:453
149
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 579) AND (b.`id_shop` = 1) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 598) AND (b.`id_shop` = 1) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
249
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 597)
0.272 ms 1 /classes/Product.php:3860
316
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 601) AND (b.`id_shop` = 1) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:71
469
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2073) AND (b.`id_shop` = 1) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:71
610
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1691
ORDER BY f.position ASC
0.272 ms 1 Yes /classes/Product.php:6024
867
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1315 LIMIT 1
0.272 ms 1 /classes/SpecificPrice.php:435
272
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 598
ORDER BY f.position ASC
0.271 ms 1 Yes /classes/Product.php:6024
716
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1681) 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
589
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_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.271 ms 1 /src/Adapter/EntityMapper.php:71
278
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 599) AND (b.`id_shop` = 1) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
481
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2069) AND (b.`id_shop` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
207
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 591
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
146
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 578
ORDER BY f.position ASC
0.267 ms 1 Yes /classes/Product.php:6024
218
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 591
ORDER BY f.position ASC
0.267 ms 1 Yes /classes/Product.php:6024
134
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 576
ORDER BY f.position ASC
0.264 ms 1 Yes /classes/Product.php:6024
739
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1623 AND `id_group` = 1 LIMIT 1
0.263 ms 0 /classes/GroupReduction.php:153
675
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1684
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.262 ms 0 /classes/SpecificPrice.php:256
67
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1
0.260 ms 1 /classes/module/Module.php:2137
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_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.259 ms 1 /classes/shop/Shop.php:214
503
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2065
AND image_shop.`cover` = 1 LIMIT 1
0.258 ms 1 /classes/Product.php:3570
1039
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1
0.257 ms 2 /src/Adapter/EntityMapper.php:79
204
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 588) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
158
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 579
ORDER BY f.position ASC
0.252 ms 1 Yes /classes/Product.php:6024
125
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 576) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1694) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
466
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2074
ORDER BY f.position ASC
0.250 ms 1 Yes /classes/Product.php:6024
1052
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.249 ms 2 /src/Adapter/EntityMapper.php:79
598
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_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.247 ms 1 Yes /classes/Product.php:6024
854
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1350) AND (b.`id_shop` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
464
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2074) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
527
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2062
AND image_shop.`cover` = 1 LIMIT 1
0.246 ms 1 /classes/Product.php:3570
915
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2055
0.245 ms 1 /classes/Product.php:2899
574
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2053
ORDER BY f.position ASC
0.244 ms 1 Yes /classes/Product.php:6024
310
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 600
ORDER BY f.position ASC
0.243 ms 1 Yes /classes/Product.php:6024
1055
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
404
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 721 AND pa.`id_product` = 721 AND pa.`id_product_attribute` = 1715 LIMIT 1
0.240 ms 1 /classes/Product.php:1209
819
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1435 LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:435
478
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2073
ORDER BY f.position ASC
0.238 ms 1 Yes /classes/Product.php:6024
565
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2053) AND (b.`id_shop` = 1) LIMIT 1
0.238 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
456
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2074) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2055 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:435
840
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1398
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1350
ORDER BY f.position ASC
0.233 ms 1 Yes /classes/Product.php:6024
243
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 597
AND image_shop.`cover` = 1 LIMIT 1
0.232 ms 1 /classes/Product.php:3570
1087
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.231 ms 2 /src/Adapter/EntityMapper.php:79
541
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2059) AND (b.`id_shop` = 1) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
117
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 571)
0.229 ms 1 /classes/Product.php:3860
538
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2062
ORDER BY f.position ASC
0.227 ms 1 Yes /classes/Product.php:6024
196
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.226 ms 1 /classes/Product.php:5670
55
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.226 ms 1 /src/Adapter/EntityMapper.php:71
932
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1689
ORDER BY `position`
0.225 ms 1 Yes /classes/Product.php:3539
979
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1456) AND il.`id_lang` = 2 ORDER by i.`position`
0.225 ms 1 Yes /classes/Product.php:2915
36
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.224 ms 1 /classes/ObjectModel.php:1727
584
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1694) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:453
22
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
0.222 ms 2 /classes/Language.php:880
98
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 53
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.222 ms 1 /classes/tax/TaxRulesTaxManager.php:100
85
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 568)
0.221 ms 1 /classes/Product.php:3860
232
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.221 ms 1 /classes/Product.php:5670
947
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1683
ORDER BY `position`
0.220 ms 1 Yes /classes/Product.php:3539
896
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2069
ORDER BY `position`
0.218 ms 1 Yes /classes/Product.php:3539
409
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 722
AND image_shop.`cover` = 1 LIMIT 1
0.217 ms 1 /classes/Product.php:3570
911
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 2059
ORDER BY `position`
0.217 ms 1 Yes /classes/Product.php:3539
283
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 599)
0.216 ms 1 /classes/Product.php:3860
512
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
909
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2062
0.214 ms 1 /classes/Product.php:2899
38
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 18 AND ctg.`id_group` = 1 LIMIT 1
0.212 ms 1 /classes/Category.php:1751
177
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 585)
0.212 ms 1 /classes/Product.php:3860
49
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
950
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1682
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
1018
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.210 ms 2 /src/Adapter/EntityMapper.php:79
901
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2553) AND il.`id_lang` = 2 ORDER by i.`position`
0.209 ms 1 Yes /classes/Product.php:2915
895
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2559) AND il.`id_lang` = 2 ORDER by i.`position`
0.208 ms 1 Yes /classes/Product.php:2915
923
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1693
ORDER BY `position`
0.208 ms 1 Yes /classes/Product.php:3539
80
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `id_product` != 0 LIMIT 1
0.207 ms 1808 /classes/SpecificPrice.php:297
957
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1679
0.206 ms 1 /classes/Product.php:2899
602
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1691 LIMIT 1
0.203 ms 1 /classes/SpecificPrice.php:435
426
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1717) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:71
225
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 594)
0.201 ms 1 /classes/Product.php:3860
263
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 598)
0.201 ms 1 /classes/Product.php:3860
937
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1950) AND il.`id_lang` = 2 ORDER by i.`position`
0.201 ms 1 Yes /classes/Product.php:2915
213
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 591)
0.199 ms 1 /classes/Product.php:3860
997
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1333) AND il.`id_lang` = 2 ORDER by i.`position`
0.199 ms 1 Yes /classes/Product.php:2915
704
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1682) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
940
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1949) AND il.`id_lang` = 2 ORDER by i.`position`
0.199 ms 1 Yes /classes/Product.php:2915
407
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1715) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
276
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 599
AND image_shop.`cover` = 1 LIMIT 1
0.197 ms 2 /classes/Product.php:3570
926
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1691
ORDER BY `position`
0.197 ms 1 Yes /classes/Product.php:3539
904
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2551) AND il.`id_lang` = 2 ORDER by i.`position`
0.197 ms 1 Yes /classes/Product.php:2915
454
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2074
AND image_shop.`cover` = 1 LIMIT 1
0.195 ms 1 /classes/Product.php:3570
274
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1703) LIMIT 1
0.194 ms 1 /src/Adapter/EntityMapper.php:71
793
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 47 LIMIT 1
0.194 ms 1 /classes/Product.php:5670
920
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 1694
ORDER BY `position`
0.194 ms 1 Yes /classes/Product.php:3539
302
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 600)
0.193 ms 1 /classes/Product.php:3860
1079
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
491
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2067
AND image_shop.`cover` = 1 LIMIT 1
0.191 ms 1 /classes/Product.php:3570
511
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2065 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:153
115
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 571
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.190 ms 0 /classes/SpecificPrice.php:256
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 597) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
105
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 570)
0.189 ms 1 /classes/Product.php:3860
94
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 362)
AND ('08720' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '08720')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.189 ms 0 /classes/tax/TaxRulesTaxManager.php:100
500
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2067) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.188 ms 1 /classes/stock/StockAvailable.php:453
994
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1335) AND il.`id_lang` = 2 ORDER by i.`position`
0.188 ms 1 Yes /classes/Product.php:2915
605
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1691)
0.188 ms 1 /classes/Product.php:3860
843
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1398 LIMIT 1
0.188 ms 1 /classes/SpecificPrice.php:435
569
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2053)
0.187 ms 1 /classes/Product.php:3860
943
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1948) AND il.`id_lang` = 2 ORDER by i.`position`
0.187 ms 1 Yes /classes/Product.php:2915
581
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1694)
0.187 ms 1 /classes/Product.php:3860
333
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 605
AND image_shop.`cover` = 1 LIMIT 1
0.186 ms 2 /classes/Product.php:3570
931
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1953) AND il.`id_lang` = 2 ORDER by i.`position`
0.185 ms 1 Yes /classes/Product.php:2915
970
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1849) AND il.`id_lang` = 2 ORDER by i.`position`
0.184 ms 1 Yes /classes/Product.php:2915
295
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 600
AND image_shop.`cover` = 1 LIMIT 1
0.183 ms 2 /classes/Product.php:3570
234
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 596 LIMIT 1
0.182 ms 1 /classes/SpecificPrice.php:435
321
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 601)
0.182 ms 1 /classes/Product.php:3860
593
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1693)
0.182 ms 1 /classes/Product.php:3860
1185
SELECT SQL_NO_CACHE m.* FROM `prstshp_module` m
0.182 ms 102 /classes/module/Module.php:1724
557
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2055)
0.181 ms 1 /classes/Product.php:3860
961
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1885) AND il.`id_lang` = 2 ORDER by i.`position`
0.181 ms 1 Yes /classes/Product.php:2915
255
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 598
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 2 /classes/Product.php:3570
271
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 598 AND pa.`id_product` = 598 AND pa.`id_product_attribute` = 1703 LIMIT 1
0.180 ms 1 /classes/Product.php:1209
523
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2064 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:153
1067
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:71
993
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1315
0.178 ms 1 /classes/Product.php:2899
62
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 6
0.177 ms 2 /src/Adapter/EntityMapper.php:79
461
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2074)
0.177 ms 1 /classes/Product.php:3860
865
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.177 ms 1 /classes/Product.php:5670
1133
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
883
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1313 AND id_shop=1 LIMIT 1
0.176 ms 1 /classes/Product.php:6884
822
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1435)
0.176 ms 1 /classes/Product.php:3860
985
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1430) AND il.`id_lang` = 2 ORDER by i.`position`
0.176 ms 1 Yes /classes/Product.php:2915
479
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2069
AND image_shop.`cover` = 1 LIMIT 1
0.175 ms 1 /classes/Product.php:3570
844
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1398
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.175 ms 0 /classes/SpecificPrice.php:256
219
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 594
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 1 /classes/Product.php:3570
258
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1703 LIMIT 1
0.174 ms 1 /classes/Combination.php:560
836
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1410 AND `id_group` = 1 LIMIT 1
0.173 ms 0 /classes/GroupReduction.php:153
314
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 601
AND image_shop.`cover` = 1 LIMIT 1
0.173 ms 2 /classes/Product.php:3570
473
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2073)
0.173 ms 1 /classes/Product.php:3860
846
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1398)
0.173 ms 1 /classes/Product.php:3860
858
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1350)
0.173 ms 1 /classes/Product.php:3860
988
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1418) AND il.`id_lang` = 2 ORDER by i.`position`
0.172 ms 1 Yes /classes/Product.php:2915
982
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1455) AND il.`id_lang` = 2 ORDER by i.`position`
0.171 ms 1 Yes /classes/Product.php:2915
129
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 576)
0.170 ms 1 /classes/Product.php:3860
663
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1685
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.170 ms 0 /classes/SpecificPrice.php:256
1107
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
1129
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:71
848
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1398 AND `id_group` = 1 LIMIT 1
0.169 ms 0 /classes/GroupReduction.php:153
946
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1947) AND il.`id_lang` = 2 ORDER by i.`position`
0.169 ms 1 Yes /classes/Product.php:2915
309
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 600 AND pa.`id_product` = 600 AND pa.`id_product_attribute` = 1705 LIMIT 1
0.168 ms 1 /classes/Product.php:1209
871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1315 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6884
52
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
563
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2053
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
533
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2062)
0.166 ms 1 /classes/Product.php:3860
99
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 570
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 2 /classes/Product.php:3570
290
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 599 AND pa.`id_product` = 599 AND pa.`id_product_attribute` = 1704 LIMIT 1
0.165 ms 1 /classes/Product.php:1209
467
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2073
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
868
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1315
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.163 ms 0 /classes/SpecificPrice.php:256
967
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1877) AND il.`id_lang` = 2 ORDER by i.`position`
0.162 ms 1 Yes /classes/Product.php:2915
142
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 578 AND id_shop=1 LIMIT 1
0.162 ms 1 /classes/Product.php:6884
1081
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1
0.162 ms 1 /src/Adapter/EntityMapper.php:71
587
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_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.161 ms 1 /classes/Product.php:3570
907
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2550) AND il.`id_lang` = 2 ORDER by i.`position`
0.161 ms 1 Yes /classes/Product.php:2915
442
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 18
AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/Category.php:2446
991
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1370) AND il.`id_lang` = 2 ORDER by i.`position`
0.160 ms 1 Yes /classes/Product.php:2915
214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 591 AND id_shop=1 LIMIT 1
0.159 ms 1 /classes/Product.php:6884
898
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2555) AND il.`id_lang` = 2 ORDER by i.`position`
0.158 ms 1 Yes /classes/Product.php:2915
964
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1880) AND il.`id_lang` = 2 ORDER by i.`position`
0.158 ms 1 Yes /classes/Product.php:2915
412
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1717 LIMIT 1
0.157 ms 1 /classes/Combination.php:560
86
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 568 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6884
54
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
123
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 576
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
872
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1315 AND `id_group` = 1 LIMIT 1
0.156 ms 0 /classes/GroupReduction.php:153
539
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2059
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
890
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2560) AND il.`id_lang` = 2 ORDER by i.`position`
0.156 ms 1 Yes /classes/Product.php:2915
1093
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1111
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
575
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1694
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 1 /classes/Product.php:3570
984
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1410
0.155 ms 1 /classes/Product.php:2899
1096
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1
0.155 ms 2 /src/Adapter/EntityMapper.php:79
251
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 597 AND `id_group` = 1 LIMIT 1
0.154 ms 0 /classes/GroupReduction.php:153
955
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1944) AND il.`id_lang` = 2 ORDER by i.`position`
0.154 ms 1 Yes /classes/Product.php:2915
195
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 588
AND image_shop.`cover` = 1 LIMIT 1
0.152 ms 1 /classes/Product.php:3570
400
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:453
599
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1691
AND image_shop.`cover` = 1 LIMIT 1
0.151 ms 1 /classes/Product.php:3570
1020
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 722) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.151 ms 1 /classes/stock/StockAvailable.php:453
910
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2548) AND il.`id_lang` = 2 ORDER by i.`position`
0.151 ms 1 Yes /classes/Product.php:2915
1115
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 591 LIMIT 1
0.150 ms 1 /classes/SpecificPrice.php:435
267
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.150 ms 1 /classes/stock/StockAvailable.php:453
408
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1715
0.150 ms 2 /src/Adapter/EntityMapper.php:79
611
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1690
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 1 /classes/Product.php:3570
954
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1681
0.150 ms 1 /classes/Product.php:2899
1103
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
1080
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
727
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1679 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:153
1044
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
1102
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
0.147 ms 2 /src/Adapter/EntityMapper.php:79
913
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2545) AND il.`id_lang` = 2 ORDER by i.`position`
0.147 ms 1 Yes /classes/Product.php:2915
53
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
293
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1704) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
324
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.144 ms 1 /classes/stock/StockAvailable.php:453
413
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 722 LIMIT 1
0.144 ms 1 /classes/SpecificPrice.php:435
919
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (2539) AND il.`id_lang` = 2 ORDER by i.`position`
0.144 ms 1 Yes /classes/Product.php:2915
925
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1956) AND il.`id_lang` = 2 ORDER by i.`position`
0.144 ms 1 Yes /classes/Product.php:2915
928
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1954) AND il.`id_lang` = 2 ORDER by i.`position`
0.144 ms 1 Yes /classes/Product.php:2915
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 596) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.143 ms 1 /classes/stock/StockAvailable.php:453
1118
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.143 ms 2 /src/Adapter/EntityMapper.php:79
1180
SELECT SQL_NO_CACHE psgdprl.message FROM `prstshp_psgdpr_consent` psgdpr
LEFT JOIN prstshp_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 22 AND psgdprl.id_lang =2 LIMIT 1
0.143 ms 8 /modules/psgdpr/classes/GDPRConsent.php:108
305
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:453
421
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 722) AND (id_product_attribute = 1717) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:453
775
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1588 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:153
952
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1945) AND il.`id_lang` = 2 ORDER by i.`position`
0.141 ms 1 Yes /classes/Product.php:2915
312
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1705) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1313) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:453
996
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1313
0.139 ms 1 /classes/Product.php:2899
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 594) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.138 ms 1 /classes/stock/StockAvailable.php:453
507
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.137 ms 0 /classes/SpecificPrice.php:256
1029
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 597 AND id_shop=1 LIMIT 1
0.135 ms 1 /classes/Product.php:6884
579
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1694
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.135 ms 0 /classes/SpecificPrice.php:256
1128
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.135 ms 2 /src/Adapter/EntityMapper.php:79
259
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 598 LIMIT 1
0.134 ms 1 /classes/SpecificPrice.php:435
1003
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
0.134 ms 1 /classes/module/Module.php:2137
1110
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1
0.134 ms 2 /src/Adapter/EntityMapper.php:79
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 598) AND (id_product_attribute = 1703) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
1101
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1
0.133 ms 1 /src/Adapter/EntityMapper.php:71
1132
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 1
0.133 ms 2 /src/Adapter/EntityMapper.php:79
1071
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
436
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 723 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:153
402
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 721) AND (id_product_attribute = 1715) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:453
1077
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
220
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.129 ms 1 /classes/Product.php:5670
1126
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1
0.129 ms 2 /src/Adapter/EntityMapper.php:79
246
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 597 LIMIT 1
0.128 ms 1 /classes/SpecificPrice.php:435
260
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.128 ms 2 /classes/SpecificPrice.php:297
275
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1703
0.128 ms 2 /src/Adapter/EntityMapper.php:79
427
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1717
0.128 ms 2 /src/Adapter/EntityMapper.php:79
590
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1693 LIMIT 1
0.128 ms 1 /classes/SpecificPrice.php:435
837
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1410) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.128 ms 1 /classes/stock/StockAvailable.php:453
900
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2067
0.128 ms 1 /classes/Product.php:2899
1064
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.128 ms 2 /src/Adapter/EntityMapper.php:79
1114
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
0.128 ms 2 /src/Adapter/EntityMapper.php:79
285
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 599 AND `id_group` = 1 LIMIT 1
0.127 ms 0 /classes/GroupReduction.php:153
987
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1398
0.127 ms 1 /classes/Product.php:2899
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 599) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:453
1041
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.126 ms 1 /classes/stock/StockAvailable.php:453
317
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1706 LIMIT 1
0.126 ms 1 /classes/Combination.php:560
334
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.126 ms 1 /classes/Product.php:5670
906
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2064
0.125 ms 1 /classes/Product.php:2899
1023
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
1062
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.125 ms 2 /src/Adapter/EntityMapper.php:79
1105
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
1113
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
594
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1693 AND id_shop=1 LIMIT 1
0.124 ms 1 /classes/Product.php:6884
1099
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
1120
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 119 AND `id_shop` = 1
0.124 ms 2 /src/Adapter/EntityMapper.php:79
298
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1705 LIMIT 1
0.124 ms 1 /classes/Combination.php:560
414
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 722
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.124 ms 1 /classes/SpecificPrice.php:256
1112
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1
0.124 ms 2 /src/Adapter/EntityMapper.php:79
92
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 568 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
530
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2062 LIMIT 1
0.123 ms 1 /classes/SpecificPrice.php:435
620
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1690) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:453
1026
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1
0.123 ms 1 /src/Adapter/EntityMapper.php:71
222
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 594 LIMIT 1
0.123 ms 1 /classes/SpecificPrice.php:435
279
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1704 LIMIT 1
0.122 ms 1 /classes/Combination.php:560
458
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2074 LIMIT 1
0.122 ms 1 /classes/SpecificPrice.php:435
1048
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.122 ms 2 /src/Adapter/EntityMapper.php:79
1030
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
0.122 ms 2 /src/Adapter/EntityMapper.php:79
192
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 586) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:453
596
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1693) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:453
856
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1350
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.121 ms 0 /classes/SpecificPrice.php:256
1098
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
0.121 ms 2 /src/Adapter/EntityMapper.php:79
966
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1615
0.121 ms 1 /classes/Product.php:2899
180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 585) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
410
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.120 ms 1 /classes/Product.php:5670
102
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 570 LIMIT 1
0.120 ms 1 /classes/SpecificPrice.php:435
208
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.120 ms 1 /classes/Product.php:5670
1074
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.120 ms 2 /src/Adapter/EntityMapper.php:79
167
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 583 AND `id_group` = 1 LIMIT 1
0.119 ms 0 /classes/GroupReduction.php:153
644
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1687) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
1021
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 98 AND `id_shop` = 1
0.119 ms 2 /src/Adapter/EntityMapper.php:79
1104
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.119 ms 2 /src/Adapter/EntityMapper.php:79
861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1350) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.118 ms 1 /classes/stock/StockAvailable.php:453
1065
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
1073
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
1121
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
1125
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:71
1050
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 105 AND `id_shop` = 1
0.118 ms 2 /src/Adapter/EntityMapper.php:79
184
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.117 ms 1 /classes/Product.php:5670
1027
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
0.117 ms 2 /src/Adapter/EntityMapper.php:79
1106
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1
0.117 ms 2 /src/Adapter/EntityMapper.php:79
1100
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
0.117 ms 2 /src/Adapter/EntityMapper.php:79
1124
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.117 ms 2 /src/Adapter/EntityMapper.php:79
187
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 586
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.116 ms 0 /classes/SpecificPrice.php:256
399
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 721 AND `id_group` = 1 LIMIT 1
0.116 ms 0 /classes/GroupReduction.php:153
1024
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1
0.116 ms 2 /src/Adapter/EntityMapper.php:79
1042
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.116 ms 2 /src/Adapter/EntityMapper.php:79
1057
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
76
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.116 ms 1 /classes/Product.php:5670
244
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.116 ms 1 /classes/Product.php:5670
1075
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
139
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 578
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:256
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 599 AND id_shop=1 LIMIT 1
0.115 ms 1 /classes/Product.php:6884
1059
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
1127
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
1135
SELECT SQL_NO_CACHE `width`, `height`
FROM prstshp_image_type
WHERE `name` = 'home_default' LIMIT 1
0.115 ms 1 /classes/Image.php:560
457
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 17
AND `active` = 1 LIMIT 1
0.114 ms 0 /classes/Manufacturer.php:312
1045
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.114 ms 2 /src/Adapter/EntityMapper.php:79
1063
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:71
1072
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1
0.114 ms 2 /src/Adapter/EntityMapper.php:79
280
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 599 LIMIT 1
0.113 ms 1 /classes/SpecificPrice.php:435
288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 599) AND (id_product_attribute = 1704) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2055) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
912
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2059
0.113 ms 1 /classes/Product.php:2899
1033
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1
0.113 ms 2 /src/Adapter/EntityMapper.php:79
1035
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1
0.113 ms 1 /src/Adapter/EntityMapper.php:71
112
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.112 ms 1 /classes/Product.php:5670
981
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1435
0.112 ms 1 /classes/Product.php:2899
1056
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1
0.112 ms 2 /src/Adapter/EntityMapper.php:79
1061
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:71
1122
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.112 ms 2 /src/Adapter/EntityMapper.php:79
470
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2073 LIMIT 1
0.112 ms 1 /classes/SpecificPrice.php:435
166
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 583 AND id_shop=1 LIMIT 1
0.111 ms 1 /classes/Product.php:6884
566
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2053 LIMIT 1
0.111 ms 1 /classes/SpecificPrice.php:435
930
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1690
0.111 ms 1 /classes/Product.php:2899
1069
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
0.111 ms 1 /src/Adapter/EntityMapper.php:71
1181
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.111 ms 1 /classes/module/Module.php:2664
1078
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.110 ms 2 /src/Adapter/EntityMapper.php:79
322
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 601 AND id_shop=1 LIMIT 1
0.110 ms 1 /classes/Product.php:6884
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1623) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
1179
SELECT SQL_NO_CACHE psgdpr.active FROM `prstshp_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
0.109 ms 8 /modules/psgdpr/classes/GDPRConsent.php:130
79
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 568 LIMIT 1
0.109 ms 1 /classes/SpecificPrice.php:435
313
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1705
0.109 ms 2 /src/Adapter/EntityMapper.php:79
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2053 AND id_shop=1 LIMIT 1
0.109 ms 1 /classes/Product.php:6884
855
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1350 LIMIT 1
0.109 ms 1 /classes/SpecificPrice.php:435
1068
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.109 ms 2 /src/Adapter/EntityMapper.php:79
1076
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.109 ms 2 /src/Adapter/EntityMapper.php:79
307
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 600) AND (id_product_attribute = 1705) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2074 AND id_shop=1 LIMIT 1
0.108 ms 1 /classes/Product.php:6884
578
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1694 LIMIT 1
0.108 ms 1 /classes/SpecificPrice.php:435
921
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1694
0.108 ms 1 /classes/Product.php:2899
963
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1618
0.108 ms 1 /classes/Product.php:2899
1060
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1
0.108 ms 2 /src/Adapter/EntityMapper.php:79
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2073) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
482
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2069 LIMIT 1
0.107 ms 1 /classes/SpecificPrice.php:435
572
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2053) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
969
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1588
0.107 ms 1 /classes/Product.php:2899
1006
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.107 ms 1 /classes/module/Module.php:2137
1058
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.107 ms 2 /src/Adapter/EntityMapper.php:79
81
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `from` BETWEEN '2026-04-13 00:00:00' AND '2026-04-13 23:59:59' LIMIT 1
0.106 ms 1 /classes/SpecificPrice.php:377
299
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 600 LIMIT 1
0.106 ms 1 /classes/SpecificPrice.php:435
542
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2059 LIMIT 1
0.106 ms 1 /classes/SpecificPrice.php:435
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2062) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
318
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 601 LIMIT 1
0.105 ms 1 /classes/SpecificPrice.php:435
1008
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.105 ms 1 /classes/module/Module.php:2137
1066
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.105 ms 2 /src/Adapter/EntityMapper.php:79
337
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 605 LIMIT 1
0.104 ms 1 /classes/SpecificPrice.php:435
304
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 600 AND `id_group` = 1 LIMIT 1
0.104 ms 0 /classes/GroupReduction.php:153
608
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 1691) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.104 ms 1 /classes/stock/StockAvailable.php:453
945
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1684
0.104 ms 1 /classes/Product.php:2899
127
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 576
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.103 ms 1 /classes/SpecificPrice.php:256
256
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.103 ms 1 /classes/Product.php:5670
660
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.103 ms 1 /classes/Product.php:5670
1011
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
0.103 ms 1 /classes/module/Module.php:2137
148
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.102 ms 1 /classes/Product.php:5670
277
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.102 ms 1 /classes/Product.php:5670
294
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 1704
0.102 ms 2 /src/Adapter/EntityMapper.php:79
1177
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.102 ms 1 /classes/module/Module.php:2664
1176
SELECT SQL_NO_CACHE domain,physical_uri FROM prstshp_shop_url
0.102 ms 1 /modules/corewhatsapp/corewhatsapp.php:179
948
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1683
0.101 ms 1 /classes/Product.php:2899
831
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 1410 LIMIT 1
0.100 ms 1 /classes/SpecificPrice.php:435
235
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 596
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.100 ms 0 /classes/SpecificPrice.php:256
296
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.099 ms 1 /classes/Product.php:5670
600
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.099 ms 1 /classes/Product.php:5670
238
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 596 AND id_shop=1 LIMIT 1
0.098 ms 1 /classes/Product.php:6884
558
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2055 AND id_shop=1 LIMIT 1
0.098 ms 1 /classes/Product.php:6884
829
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.098 ms 1 /classes/Product.php:5670
903
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2065
0.098 ms 1 /classes/Product.php:2899
341
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 605 AND id_shop=1 LIMIT 1
0.097 ms 1 /classes/Product.php:6884
820
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1435
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.097 ms 0 /classes/SpecificPrice.php:256
924
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1693
0.096 ms 1 /classes/Product.php:2899
606
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1691 AND id_shop=1 LIMIT 1
0.096 ms 1 /classes/Product.php:6884
897
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2069
0.096 ms 1 /classes/Product.php:2899
211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 591
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.095 ms 0 /classes/SpecificPrice.php:256
835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1410 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6884
918
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2053
0.095 ms 1 /classes/Product.php:2899
100
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.094 ms 1 /classes/Product.php:5670
315
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.094 ms 1 /classes/Product.php:5670
486
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2069 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6884
264
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 598 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6884
559
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2055 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
303
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 600 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6884
455
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.092 ms 1 /classes/Product.php:5670
720
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.092 ms 1 /classes/Product.php:5670
927
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1691
0.092 ms 1 /classes/Product.php:2899
951
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 1682
0.092 ms 1 /classes/Product.php:2899
261
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 598
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.091 ms 0 /classes/SpecificPrice.php:256
540
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.091 ms 1 /classes/Product.php:5670
588
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.091 ms 1 /classes/Product.php:5670
143
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 578 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
480
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.090 ms 1 /classes/Product.php:5670
576
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.090 ms 1 /classes/Product.php:5670
880
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1313
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.089 ms 0 /classes/SpecificPrice.php:256
136
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.089 ms 1 /classes/Product.php:5670
247
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 597
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.088 ms 0 /classes/SpecificPrice.php:256
281
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 599
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.088 ms 0 /classes/SpecificPrice.php:256
468
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.088 ms 1 /classes/Product.php:5670
564
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.088 ms 1 /classes/Product.php:5670
151
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 579
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.087 ms 0 /classes/SpecificPrice.php:256
300
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 600
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.087 ms 0 /classes/SpecificPrice.php:256
732
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.087 ms 1 /classes/Product.php:5670
853
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.086 ms 1 /classes/Product.php:5670
859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1350 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6884
877
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.086 ms 1 /classes/Product.php:5670
82
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE `to` BETWEEN '2026-04-13 00:00:00' AND '2026-04-13 23:59:59' LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:381
130
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 576 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6884
474
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2073 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6884
841
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.086 ms 1 /classes/Product.php:5670
119
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 571 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
534
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2062 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6884
483
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2069
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.084 ms 0 /classes/SpecificPrice.php:256
555
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2055
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.084 ms 0 /classes/SpecificPrice.php:256
582
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 1694 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6884
708
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 18 LIMIT 1
0.084 ms 1 /classes/Product.php:5670
319
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 601
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.083 ms 0 /classes/SpecificPrice.php:256
215
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 591 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
1178
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2137
567
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2053
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.082 ms 0 /classes/SpecificPrice.php:256
595
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1693 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
627
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1689
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.082 ms 0 /classes/SpecificPrice.php:256
832
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1410
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.082 ms 0 /classes/SpecificPrice.php:256
106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 570 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6884
223
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 594
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.081 ms 0 /classes/SpecificPrice.php:256
155
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 579 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
1182
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.081 ms 1 /classes/module/Module.php:2137
83
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 568
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.080 ms 0 /classes/SpecificPrice.php:256
103
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 570
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.080 ms 0 /classes/SpecificPrice.php:256
459
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2074
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.080 ms 0 /classes/SpecificPrice.php:256
591
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1693
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.080 ms 0 /classes/SpecificPrice.php:256
93
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1
0.079 ms 1 /classes/Group.php:151
265
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 598 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
323
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 601 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
471
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2073
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.077 ms 0 /classes/SpecificPrice.php:256
531
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 2062
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.076 ms 0 /classes/SpecificPrice.php:256
603
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `prstshp_specific_price_priority`
WHERE `id_product` = 1691
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.076 ms 0 /classes/SpecificPrice.php:256
239
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 596 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
787
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1579 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
475
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2073 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
571
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2053 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
131
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 576 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
342
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 605 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
463
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2074 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
487
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2069 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
607
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1691 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
884
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1313 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
107
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 570 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
535
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2062 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
860
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1350 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
583
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 1694 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153

Doubles

69 queries
SELECT SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
69 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 `prstshp_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 `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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
61 queries
SELECT XX FROM `prstshp_specific_price` WHERE id_product = XX LIMIT XX
61 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 `prstshp_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
60 queries
SELECT image_shop.`id_image`
                    FROM `prstshp_image` i
                     INNER JOIN prstshp_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
60 queries
SELECT name FROM prstshp_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
60 queries
SELECT *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
60 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `prstshp_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
60 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `prstshp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
60 queries
                            SELECT `id_tax_rules_group`
                            FROM `prstshp_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
60 queries
			SELECT `reduction`
			FROM `prstshp_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
60 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM prstshp_feature_product pf
                LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN prstshp_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
48 queries
SELECT *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
48 queries
SELECT *
							FROM `prstshp_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
36 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `prstshp_image` i
             INNER JOIN prstshp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
36 queries
SELECT `id_product_attribute`
            FROM `prstshp_product_attribute`
            WHERE `id_product` = XX
36 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `prstshp_product_attribute_image` pai
            LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX) AND il.`id_lang` = XX ORDER by i.`position`
36 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, XX)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `prstshp_product_attribute` pa
             INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN prstshp_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
            JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `prstshp_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`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
26 queries
SELECT *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
16 queries
				SELECT c.*, cl.*
				FROM `prstshp_category` c
				 INNER JOIN prstshp_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `prstshp_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC, cl.`name` ASC
				
				
9 queries
SELECT `id_module` FROM `prstshp_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
9 queries
SELECT product_attribute_shop.`price`
			FROM `prstshp_product_attribute` pa
			 INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
9 queries
SELECT pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
9 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `prstshp_attribute` a
            LEFT JOIN `prstshp_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `prstshp_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `prstshp_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            LEFT JOIN `prstshp_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `prstshp_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
9 queries
SELECT *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
9 queries
SELECT *
							FROM `prstshp_product_attribute_lang`
							WHERE `id_product_attribute` = XX
4 queries
SELECT `id_lang` FROM `prstshp_lang`
                    WHERE `locale` = 'es-es'
                    OR `language_code` = 'es-es' LIMIT XX
3 queries
				SELECT tr.*
				FROM `prstshp_tax_rule` tr
				JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT XX
2 queries
SELECT *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
2 queries
		SELECT `id_category`
		FROM `prstshp_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `prstshp_category` aXX
LEFT JOIN `prstshp_category_lang` `aXX` ON (aXX.`id_category` = aXX.`id_category`)
WHERE (aXX.`nleft` < XX) AND (aXX.`nright` > XX) AND (aXX.`id_lang` = XX) AND (aXX.`id_shop` = XX)
ORDER BY aXX.`nleft` asc
2 queries
			SELECT cl.`link_rewrite`
			FROM `prstshp_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
SELECT XX FROM `prstshp_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX

Tables stress

204 product
195 product_shop
160 category_lang
140 cart_product
133 product_attribute_shop
132 image
126 specific_price
117 category
110 product_attribute
109 stock_available
97 image_shop
94 category_shop
73 image_lang
69 pack
62 product_lang
60 specific_price_priority
60 product_group_reduction_cache
60 feature_product
60 feature_lang
60 feature_value_lang
60 feature
60 feature_shop
47 product_attribute_combination
45 attribute
45 attribute_lang
36 product_attribute_image
36 attribute_group
22 category_group
18 product_attribute_lang
14 module
11 module_shop
9 attribute_group_lang
8 currency
7 lang
7 hook
6 currency_shop
5 shop_url
5 configuration
5 category_product
4 shop
4 lang_shop
4 image_type
3 country
3 hook_alias
3 currency_lang
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration_lang
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 manufacturer
2 product_sale
2 cart_rule
2 psgdpr_consent
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 state
1 required_field
1 tax
1 tax_lang
1 layered_category
1 layered_filter_block
1 layered_price_index
1 feature_flag
1 iqit_elementor_category
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 corewhatsapp
1 psgdpr_consent_lang
1 connections

ObjectModel instances

Name Instances Source
Product 132 /classes/Link.php:113 (__construct) [id: 568]
/classes/Link.php:113 (__construct) [id: 570]
/classes/Link.php:113 (__construct) [id: 571]
/classes/Link.php:113 (__construct) [id: 576]
/classes/Link.php:113 (__construct) [id: 578]
/classes/Link.php:113 (__construct) [id: 579]
/classes/Link.php:113 (__construct) [id: 583]
/classes/Link.php:113 (__construct) [id: 585]
/classes/Link.php:113 (__construct) [id: 586]
/classes/Link.php:113 (__construct) [id: 588]
/classes/Link.php:113 (__construct) [id: 591]
/classes/Link.php:113 (__construct) [id: 594]
/classes/Link.php:113 (__construct) [id: 596]
/classes/Link.php:113 (__construct) [id: 597]
/classes/Link.php:113 (__construct) [id: 598]
/classes/Link.php:113 (__construct) [id: 599]
/classes/Link.php:113 (__construct) [id: 600]
/classes/Link.php:113 (__construct) [id: 601]
/classes/Link.php:113 (__construct) [id: 605]
/classes/Link.php:113 (__construct) [id: 606]
/classes/Link.php:113 (__construct) [id: 607]
/classes/Link.php:113 (__construct) [id: 721]
/classes/Link.php:113 (__construct) [id: 722]
/classes/Link.php:113 (__construct) [id: 723]
/classes/Link.php:113 (__construct) [id: 2074]
/classes/Link.php:113 (__construct) [id: 2073]
/classes/Link.php:113 (__construct) [id: 2069]
/classes/Link.php:113 (__construct) [id: 2067]
/classes/Link.php:113 (__construct) [id: 2065]
/classes/Link.php:113 (__construct) [id: 2064]
/classes/Link.php:113 (__construct) [id: 2062]
/classes/Link.php:113 (__construct) [id: 2059]
/classes/Link.php:113 (__construct) [id: 2055]
/classes/Link.php:113 (__construct) [id: 2053]
/classes/Link.php:113 (__construct) [id: 1694]
/classes/Link.php:113 (__construct) [id: 1693]
/classes/Link.php:113 (__construct) [id: 1691]
/classes/Link.php:113 (__construct) [id: 1690]
/classes/Link.php:113 (__construct) [id: 1689]
/classes/Link.php:113 (__construct) [id: 1687]
/classes/Link.php:113 (__construct) [id: 1686]
/classes/Link.php:113 (__construct) [id: 1685]
/classes/Link.php:113 (__construct) [id: 1684]
/classes/Link.php:113 (__construct) [id: 1683]
/classes/Link.php:113 (__construct) [id: 1682]
/classes/Link.php:113 (__construct) [id: 1681]
/classes/Link.php:113 (__construct) [id: 1679]
/classes/Link.php:113 (__construct) [id: 1623]
/classes/Link.php:113 (__construct) [id: 1618]
/classes/Link.php:113 (__construct) [id: 1615]
/classes/Link.php:113 (__construct) [id: 1588]
/classes/Link.php:113 (__construct) [id: 1579]
/classes/Link.php:113 (__construct) [id: 1512]
/classes/Link.php:113 (__construct) [id: 1436]
/classes/Link.php:113 (__construct) [id: 1435]
/classes/Link.php:113 (__construct) [id: 1410]
/classes/Link.php:113 (__construct) [id: 1398]
/classes/Link.php:113 (__construct) [id: 1350]
/classes/Link.php:113 (__construct) [id: 1315]
/classes/Link.php:113 (__construct) [id: 1313]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2074]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2073]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2069]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2067]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2065]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2064]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2062]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2059]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2055]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2053]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1694]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1693]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1691]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1690]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1689]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1687]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1686]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1685]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1684]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1683]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1682]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1681]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1679]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1623]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1618]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1615]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1588]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1579]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1512]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1436]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1435]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1410]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1398]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1350]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1315]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1313]
/classes/Link.php:113 (__construct) [id: 2074]
/classes/Link.php:113 (__construct) [id: 2073]
/classes/Link.php:113 (__construct) [id: 2069]
/classes/Link.php:113 (__construct) [id: 2067]
/classes/Link.php:113 (__construct) [id: 2065]
/classes/Link.php:113 (__construct) [id: 2064]
/classes/Link.php:113 (__construct) [id: 2062]
/classes/Link.php:113 (__construct) [id: 2059]
/classes/Link.php:113 (__construct) [id: 2055]
/classes/Link.php:113 (__construct) [id: 2053]
/classes/Link.php:113 (__construct) [id: 1694]
/classes/Link.php:113 (__construct) [id: 1693]
/classes/Link.php:113 (__construct) [id: 1691]
/classes/Link.php:113 (__construct) [id: 1690]
/classes/Link.php:113 (__construct) [id: 1689]
/classes/Link.php:113 (__construct) [id: 1687]
/classes/Link.php:113 (__construct) [id: 1686]
/classes/Link.php:113 (__construct) [id: 1685]
/classes/Link.php:113 (__construct) [id: 1684]
/classes/Link.php:113 (__construct) [id: 1683]
/classes/Link.php:113 (__construct) [id: 1682]
/classes/Link.php:113 (__construct) [id: 1681]
/classes/Link.php:113 (__construct) [id: 1679]
/classes/Link.php:113 (__construct) [id: 1623]
/classes/Link.php:113 (__construct) [id: 1618]
/classes/Link.php:113 (__construct) [id: 1615]
/classes/Link.php:113 (__construct) [id: 1588]
/classes/Link.php:113 (__construct) [id: 1579]
/classes/Link.php:113 (__construct) [id: 1512]
/classes/Link.php:113 (__construct) [id: 1436]
/classes/Link.php:113 (__construct) [id: 1435]
/classes/Link.php:113 (__construct) [id: 1410]
/classes/Link.php:113 (__construct) [id: 1398]
/classes/Link.php:113 (__construct) [id: 1350]
/classes/Link.php:113 (__construct) [id: 1315]
/classes/Link.php:113 (__construct) [id: 1313]
Category 83 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 18]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 46]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 48]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 47]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 49]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 50]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 51]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 52]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 53]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 55]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 66]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 56]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 61]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 63]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 64]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 92]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 105]
/classes/Meta.php:379 (__construct) [id: 18]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/Link.php:402 (__construct) [id: 18]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 125]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 34]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 98]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 99]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 28]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 27]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 100]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 31]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 95]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 32]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 18]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 105]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 50]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 52]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 92]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 48]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 64]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 66]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 61]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 56]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 47]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 63]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 51]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 49]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 93]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 59]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 96]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 14]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 14]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 21]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 25]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 26]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 23]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 24]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 20]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 17]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 17]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 107]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 41]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 106]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 44]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 119]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 40]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 45]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 43]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 62]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 42]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 118]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 16]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 122]
/classes/Link.php:402 (__construct) [id: 18]
Combination 9 /classes/Product.php:5923 (__construct) [id: 1703]
/classes/Product.php:5923 (__construct) [id: 1704]
/classes/Product.php:5923 (__construct) [id: 1705]
/classes/Product.php:5923 (__construct) [id: 1706]
/classes/Product.php:5923 (__construct) [id: 1709]
/classes/Product.php:5923 (__construct) [id: 1710]
/classes/Product.php:5923 (__construct) [id: 1711]
/classes/Product.php:5923 (__construct) [id: 1715]
/classes/Product.php:5923 (__construct) [id: 1717]
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: ]
Currency 3 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:691 (getCurrencyInstance) [id: 2]
Country 3 /config/config.inc.php:146 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/classes/controller/FrontController.php:1769 (__construct) [id: 6]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 362]
/classes/controller/FrontController.php:1768 (__construct) [id: 362]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:561 (__construct) [id: 2]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 53]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 53]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:784 (isJustElementor) [id: ]
Configuration 1 /modules/ps_accounts/src/Adapter/Configuration.php:239 (__construct) [id: 1315]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1692 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [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/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /vendor/smarty/smarty/libs/Smarty.class.php
196 /vendor/smarty/smarty/libs/functions.php
197 /vendor/smarty/smarty/libs/Autoloader.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
207 /config/smartyfront.config.inc.php
208 /classes/Smarty/SmartyResourceModule.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
211 /classes/Smarty/SmartyResourceParent.php
212 /classes/Smarty/SmartyLazyRegister.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
214 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
215 /classes/Customer.php
216 /classes/Group.php
217 /classes/Link.php
218 /classes/shop/ShopUrl.php
219 /classes/Dispatcher.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
227 /src/Adapter/SymfonyContainer.php
228 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
229 /config/db_slave_server.inc.php
230 /src/Adapter/ContainerBuilder.php
231 /src/Adapter/Environment.php
232 /src/Core/EnvironmentInterface.php
233 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
234 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
236 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
237 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
238 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
245 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
246 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
247 /vendor/symfony/contracts/Service/ResetInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
250 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
253 /vendor/symfony/contracts/Cache/ItemInterface.php
254 /vendor/psr/cache/src/CacheItemInterface.php
255 /vendor/psr/cache/src/CacheItemPoolInterface.php
256 /vendor/symfony/contracts/Cache/CacheInterface.php
257 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
258 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
259 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
260 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
261 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
262 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
263 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
264 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
265 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
266 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
267 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
268 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
318 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
319 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
321 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
325 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
326 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
327 /var/cache/prod/FrontContainer.php
328 /src/Adapter/Container/LegacyContainer.php
329 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
330 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
331 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
333 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
334 /vendor/psr/container/src/ContainerExceptionInterface.php
335 /vendor/psr/container/src/NotFoundExceptionInterface.php
336 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
339 /src/Adapter/Container/LegacyContainerInterface.php
340 /modules/blockwishlist/vendor/autoload.php
341 /modules/blockwishlist/vendor/composer/autoload_real.php
342 /modules/blockwishlist/vendor/composer/autoload_static.php
343 /modules/contactform/vendor/autoload.php
344 /modules/contactform/vendor/composer/autoload_real.php
345 /modules/contactform/vendor/composer/autoload_static.php
346 /modules/dashactivity/vendor/autoload.php
347 /modules/dashactivity/vendor/composer/autoload_real.php
348 /modules/dashactivity/vendor/composer/autoload_static.php
349 /modules/dashtrends/vendor/autoload.php
350 /modules/dashtrends/vendor/composer/autoload_real.php
351 /modules/dashtrends/vendor/composer/autoload_static.php
352 /modules/dashgoals/vendor/autoload.php
353 /modules/dashgoals/vendor/composer/autoload_real.php
354 /modules/dashgoals/vendor/composer/autoload_static.php
355 /modules/dashproducts/vendor/autoload.php
356 /modules/dashproducts/vendor/composer/autoload_real.php
357 /modules/dashproducts/vendor/composer/platform_check.php
358 /modules/dashproducts/vendor/composer/autoload_static.php
359 /modules/graphnvd3/vendor/autoload.php
360 /modules/graphnvd3/vendor/composer/autoload_real.php
361 /modules/graphnvd3/vendor/composer/autoload_static.php
362 /modules/gridhtml/vendor/autoload.php
363 /modules/gridhtml/vendor/composer/autoload_real.php
364 /modules/gridhtml/vendor/composer/autoload_static.php
365 /modules/gsitemap/vendor/autoload.php
366 /modules/gsitemap/vendor/composer/autoload_real.php
367 /modules/gsitemap/vendor/composer/platform_check.php
368 /modules/gsitemap/vendor/composer/autoload_static.php
369 /modules/pagesnotfound/vendor/autoload.php
370 /modules/pagesnotfound/vendor/composer/autoload_real.php
371 /modules/pagesnotfound/vendor/composer/platform_check.php
372 /modules/pagesnotfound/vendor/composer/autoload_static.php
373 /modules/productcomments/vendor/autoload.php
374 /modules/productcomments/vendor/composer/autoload_real.php
375 /modules/productcomments/vendor/composer/platform_check.php
376 /modules/productcomments/vendor/composer/autoload_static.php
377 /modules/ps_checkpayment/vendor/autoload.php
378 /modules/ps_checkpayment/vendor/composer/autoload_real.php
379 /modules/ps_checkpayment/vendor/composer/autoload_static.php
380 /modules/ps_contactinfo/vendor/autoload.php
381 /modules/ps_contactinfo/vendor/composer/autoload_real.php
382 /modules/ps_contactinfo/vendor/composer/autoload_static.php
383 /modules/ps_crossselling/vendor/autoload.php
384 /modules/ps_crossselling/vendor/composer/autoload_real.php
385 /modules/ps_crossselling/vendor/composer/platform_check.php
386 /modules/ps_crossselling/vendor/composer/autoload_static.php
387 /modules/ps_currencyselector/vendor/autoload.php
388 /modules/ps_currencyselector/vendor/composer/autoload_real.php
389 /modules/ps_currencyselector/vendor/composer/autoload_static.php
390 /modules/ps_customeraccountlinks/vendor/autoload.php
391 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
392 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
393 /modules/ps_customtext/vendor/autoload.php
394 /modules/ps_customtext/vendor/composer/autoload_real.php
395 /modules/ps_customtext/vendor/composer/platform_check.php
396 /modules/ps_customtext/vendor/composer/autoload_static.php
397 /modules/ps_dataprivacy/vendor/autoload.php
398 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
399 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
400 /modules/ps_emailsubscription/vendor/autoload.php
401 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
402 /modules/ps_emailsubscription/vendor/composer/platform_check.php
403 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
404 /modules/ps_faviconnotificationbo/vendor/autoload.php
405 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
406 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
407 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
408 /modules/ps_featuredproducts/vendor/autoload.php
409 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
410 /modules/ps_featuredproducts/vendor/composer/platform_check.php
411 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
412 /modules/ps_imageslider/vendor/autoload.php
413 /modules/ps_imageslider/vendor/composer/autoload_real.php
414 /modules/ps_imageslider/vendor/composer/platform_check.php
415 /modules/ps_imageslider/vendor/composer/autoload_static.php
416 /modules/ps_languageselector/vendor/autoload.php
417 /modules/ps_languageselector/vendor/composer/autoload_real.php
418 /modules/ps_languageselector/vendor/composer/autoload_static.php
419 /modules/ps_linklist/vendor/autoload.php
420 /modules/ps_linklist/vendor/composer/autoload_real.php
421 /modules/ps_linklist/vendor/composer/autoload_static.php
422 /modules/ps_mainmenu/vendor/autoload.php
423 /modules/ps_mainmenu/vendor/composer/autoload_real.php
424 /modules/ps_mainmenu/vendor/composer/platform_check.php
425 /modules/ps_mainmenu/vendor/composer/autoload_static.php
426 /modules/ps_searchbar/vendor/autoload.php
427 /modules/ps_searchbar/vendor/composer/autoload_real.php
428 /modules/ps_searchbar/vendor/composer/autoload_static.php
429 /modules/ps_sharebuttons/vendor/autoload.php
430 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
431 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
432 /modules/ps_shoppingcart/vendor/autoload.php
433 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
434 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
435 /modules/ps_socialfollow/vendor/autoload.php
436 /modules/ps_socialfollow/vendor/composer/autoload_real.php
437 /modules/ps_socialfollow/vendor/composer/platform_check.php
438 /modules/ps_socialfollow/vendor/composer/autoload_static.php
439 /modules/ps_themecusto/vendor/autoload.php
440 /modules/ps_themecusto/vendor/composer/autoload_real.php
441 /modules/ps_themecusto/vendor/composer/autoload_static.php
442 /modules/ps_wirepayment/vendor/autoload.php
443 /modules/ps_wirepayment/vendor/composer/autoload_real.php
444 /modules/ps_wirepayment/vendor/composer/platform_check.php
445 /modules/ps_wirepayment/vendor/composer/autoload_static.php
446 /modules/statsbestcategories/vendor/autoload.php
447 /modules/statsbestcategories/vendor/composer/autoload_real.php
448 /modules/statsbestcategories/vendor/composer/platform_check.php
449 /modules/statsbestcategories/vendor/composer/autoload_static.php
450 /modules/statsbestcustomers/vendor/autoload.php
451 /modules/statsbestcustomers/vendor/composer/autoload_real.php
452 /modules/statsbestcustomers/vendor/composer/platform_check.php
453 /modules/statsbestcustomers/vendor/composer/autoload_static.php
454 /modules/statsbestproducts/vendor/autoload.php
455 /modules/statsbestproducts/vendor/composer/autoload_real.php
456 /modules/statsbestproducts/vendor/composer/platform_check.php
457 /modules/statsbestproducts/vendor/composer/autoload_static.php
458 /modules/statsbestsuppliers/vendor/autoload.php
459 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
460 /modules/statsbestsuppliers/vendor/composer/platform_check.php
461 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
462 /modules/statsbestvouchers/vendor/autoload.php
463 /modules/statsbestvouchers/vendor/composer/autoload_real.php
464 /modules/statsbestvouchers/vendor/composer/platform_check.php
465 /modules/statsbestvouchers/vendor/composer/autoload_static.php
466 /modules/statscarrier/vendor/autoload.php
467 /modules/statscarrier/vendor/composer/autoload_real.php
468 /modules/statscarrier/vendor/composer/platform_check.php
469 /modules/statscarrier/vendor/composer/autoload_static.php
470 /modules/statscatalog/vendor/autoload.php
471 /modules/statscatalog/vendor/composer/autoload_real.php
472 /modules/statscatalog/vendor/composer/platform_check.php
473 /modules/statscatalog/vendor/composer/autoload_static.php
474 /modules/statsdata/vendor/autoload.php
475 /modules/statsdata/vendor/composer/autoload_real.php
476 /modules/statsdata/vendor/composer/platform_check.php
477 /modules/statsdata/vendor/composer/autoload_static.php
478 /modules/statsforecast/vendor/autoload.php
479 /modules/statsforecast/vendor/composer/autoload_real.php
480 /modules/statsforecast/vendor/composer/platform_check.php
481 /modules/statsforecast/vendor/composer/autoload_static.php
482 /modules/statsnewsletter/vendor/autoload.php
483 /modules/statsnewsletter/vendor/composer/autoload_real.php
484 /modules/statsnewsletter/vendor/composer/platform_check.php
485 /modules/statsnewsletter/vendor/composer/autoload_static.php
486 /modules/statspersonalinfos/vendor/autoload.php
487 /modules/statspersonalinfos/vendor/composer/autoload_real.php
488 /modules/statspersonalinfos/vendor/composer/platform_check.php
489 /modules/statspersonalinfos/vendor/composer/autoload_static.php
490 /modules/statsproduct/vendor/autoload.php
491 /modules/statsproduct/vendor/composer/autoload_real.php
492 /modules/statsproduct/vendor/composer/platform_check.php
493 /modules/statsproduct/vendor/composer/autoload_static.php
494 /modules/statsregistrations/vendor/autoload.php
495 /modules/statsregistrations/vendor/composer/autoload_real.php
496 /modules/statsregistrations/vendor/composer/platform_check.php
497 /modules/statsregistrations/vendor/composer/autoload_static.php
498 /modules/statssales/vendor/autoload.php
499 /modules/statssales/vendor/composer/autoload_real.php
500 /modules/statssales/vendor/composer/platform_check.php
501 /modules/statssales/vendor/composer/autoload_static.php
502 /modules/statssearch/vendor/autoload.php
503 /modules/statssearch/vendor/composer/autoload_real.php
504 /modules/statssearch/vendor/composer/platform_check.php
505 /modules/statssearch/vendor/composer/autoload_static.php
506 /modules/statsstock/vendor/autoload.php
507 /modules/statsstock/vendor/composer/autoload_real.php
508 /modules/statsstock/vendor/composer/platform_check.php
509 /modules/statsstock/vendor/composer/autoload_static.php
510 /modules/psgdpr/vendor/autoload.php
511 /modules/psgdpr/vendor/composer/autoload_real.php
512 /modules/psgdpr/vendor/composer/autoload_static.php
513 /modules/ps_metrics/vendor/autoload.php
514 /modules/ps_metrics/vendor/composer/autoload_real.php
515 /modules/ps_metrics/vendor/composer/autoload_static.php
516 /modules/ps_metrics/vendor/symfony/polyfill-php80/bootstrap.php
517 /modules/ps_metrics/vendor/symfony/deprecation-contracts/function.php
518 /modules/ps_metrics/vendor/symfony/polyfill-mbstring/bootstrap.php
519 /modules/ps_metrics/vendor/symfony/polyfill-mbstring/bootstrap80.php
520 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap.php
521 /modules/ps_metrics/vendor/symfony/polyfill-ctype/bootstrap80.php
522 /modules/ps_metrics/vendor/symfony/polyfill-php73/bootstrap.php
523 /modules/ps_metrics/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
524 /modules/ps_metrics/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
525 /modules/ps_metrics/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
526 /modules/ps_metrics/vendor/symfony/string/Resources/functions.php
527 /modules/ps_metrics/vendor/clue/stream-filter/src/functions_include.php
528 /modules/ps_metrics/vendor/clue/stream-filter/src/functions.php
529 /modules/ps_metrics/vendor/ralouphie/getallheaders/src/getallheaders.php
530 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions_include.php
531 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions.php
532 /modules/ps_metrics/vendor/php-http/message/src/filters.php
533 /modules/ps_metrics/vendor/symfony/polyfill-php81/bootstrap.php
534 /modules/ps_metrics/vendor/phpstan/phpstan/bootstrap.php
535 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment.php
536 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Client.php
537 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
538 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
539 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
540 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
541 /modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
542 /modules/ps_facebook/vendor/autoload.php
543 /modules/ps_facebook/vendor/composer/autoload_real.php
544 /modules/ps_facebook/vendor/composer/autoload_static.php
545 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment.php
546 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Client.php
547 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
548 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
549 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
550 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
551 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
552 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
553 /modules/ps_facebook/vendor/segmentio/analytics-php/lib/Segment/Version.php
554 /modules/psxmarketingwithgoogle/vendor/autoload.php
555 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
556 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
557 /modules/blockreassurance/vendor/autoload.php
558 /modules/blockreassurance/vendor/composer/autoload_real.php
559 /modules/blockreassurance/vendor/composer/autoload_static.php
560 /modules/ps_facetedsearch/vendor/autoload.php
561 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
562 /modules/ps_facetedsearch/vendor/composer/platform_check.php
563 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
564 /modules/ps_emailalerts/vendor/autoload.php
565 /modules/ps_emailalerts/vendor/composer/autoload_real.php
566 /modules/ps_emailalerts/vendor/composer/autoload_static.php
567 /modules/ps_eventbus/vendor/autoload.php
568 /modules/ps_eventbus/vendor/composer/autoload_real.php
569 /modules/ps_eventbus/vendor/composer/autoload_static.php
570 /modules/ps_distributionapiclient/vendor/autoload.php
571 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
572 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
573 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
574 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
575 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
576 /src/Core/Hook/HookModuleFilter.php
577 /src/Core/Hook/HookModuleFilterInterface.php
578 /controllers/front/listing/CategoryController.php
579 /classes/controller/ProductListingFrontController.php
580 /classes/controller/ProductPresentingFrontController.php
581 /classes/controller/FrontController.php
582 /src/PrestaShopBundle/Translation/TranslatorComponent.php
583 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
584 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
585 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
586 /vendor/symfony/contracts/Translation/TranslatorInterface.php
587 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
588 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
589 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
590 /src/PrestaShopBundle/Translation/TranslatorInterface.php
591 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
592 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
593 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
594 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
595 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
596 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
597 /vendor/symfony/contracts/Translation/TranslatorTrait.php
598 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
599 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
600 /var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
601 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
602 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
603 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
604 /src/Adapter/Presenter/Object/ObjectPresenter.php
605 /src/Adapter/Presenter/PresenterInterface.php
606 /src/Adapter/Presenter/Cart/CartPresenter.php
607 /src/Adapter/Image/ImageRetriever.php
608 /classes/tax/TaxConfiguration.php
609 /classes/Smarty/TemplateFinder.php
610 /classes/assets/StylesheetManager.php
611 /classes/assets/AbstractAssetManager.php
612 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
613 /classes/assets/JavascriptManager.php
614 /classes/assets/CccReducer.php
615 /modules/iqitthemeeditor/iqitthemeeditor.php
616 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
617 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
618 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
619 /classes/Translate.php
620 /modules/iqitthemeeditor/translations/es.php
621 /classes/Category.php
622 /classes/webservice/WebserviceRequest.php
623 /src/Core/Localization/Locale/Repository.php
624 /src/Core/Localization/Locale/RepositoryInterface.php
625 /src/Core/Localization/CLDR/LocaleRepository.php
626 /src/Core/Localization/CLDR/LocaleDataSource.php
627 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
628 /src/Core/Data/Layer/AbstractDataLayer.php
629 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
630 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
631 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
632 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
633 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
634 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
635 /vendor/symfony/contracts/Cache/CacheTrait.php
636 /vendor/psr/cache/src/InvalidArgumentException.php
637 /vendor/psr/cache/src/CacheException.php
638 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
639 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
640 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
641 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
642 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
643 /src/Core/Localization/CLDR/Reader.php
644 /src/Core/Localization/CLDR/ReaderInterface.php
645 /src/Core/Localization/Currency/Repository.php
646 /src/Core/Localization/Currency/RepositoryInterface.php
647 /src/Core/Localization/Currency/CurrencyDataSource.php
648 /src/Core/Localization/Currency/DataSourceInterface.php
649 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
650 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
651 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
652 /src/Adapter/Currency/CurrencyDataProvider.php
653 /src/Core/Currency/CurrencyDataProviderInterface.php
654 /src/Adapter/LegacyContext.php
655 /src/Adapter/Tools.php
656 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
657 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
658 /vendor/prestashop/decimal/src/Operation/Rounding.php
659 /src/Core/Localization/Locale.php
660 /src/Core/Localization/LocaleInterface.php
661 /src/Core/Localization/Specification/Price.php
662 /src/Core/Localization/Specification/Number.php
663 /src/Core/Localization/Specification/NumberInterface.php
664 /src/Core/Localization/Specification/Factory.php
665 /src/Core/Localization/CLDR/LocaleData.php
666 /src/Core/Localization/CLDR/NumberSymbolsData.php
667 /src/Core/Localization/CLDR/CurrencyData.php
668 /src/Core/Localization/CLDR/Locale.php
669 /src/Core/Localization/CLDR/LocaleInterface.php
670 /src/Core/Localization/Specification/NumberSymbolList.php
671 /classes/Currency.php
672 /src/Core/Localization/Currency/LocalizedCurrencyId.php
673 /src/Core/Localization/Currency/CurrencyData.php
674 /src/Core/Localization/Currency/CurrencyCollection.php
675 /src/Core/Localization/Currency.php
676 /src/Core/Localization/CurrencyInterface.php
677 /src/Core/Localization/Specification/NumberCollection.php
678 /src/Core/Localization/Number/Formatter.php
679 /classes/Cart.php
680 /src/Adapter/AddressFactory.php
681 /classes/CartRule.php
682 /classes/Product.php
683 /src/Core/Domain/Product/ValueObject/RedirectType.php
684 /src/Core/Util/DateTime/DateTime.php
685 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
686 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
687 /src/Core/Domain/Product/ValueObject/ProductType.php
688 /src/Core/Domain/Product/ValueObject/Reference.php
689 /src/Core/Domain/Product/ValueObject/Ean13.php
690 /src/Core/Domain/Product/ValueObject/Isbn.php
691 /src/Core/Domain/Product/ValueObject/Upc.php
692 /src/Core/Domain/Product/ProductSettings.php
693 /src/Core/Domain/Shop/ValueObject/ShopId.php
694 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
695 /modules/ps_emailsubscription/ps_emailsubscription.php
696 /src/Core/Module/WidgetInterface.php
697 /src/PrestaShopBundle/Translation/DomainNormalizer.php
698 /classes/Media.php
699 /modules/ps_facebook/ps_facebook.php
700 /modules/ps_facebook/translations/es.php
701 /modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
702 /modules/ps_metrics/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
703 /modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
704 /var/cache/prod/Ps_facebookFrontContainer.php
705 /modules/ps_facebook/classes/Buffer/TemplateBuffer.php
706 /modules/ps_emailalerts/ps_emailalerts.php
707 /modules/ps_emailalerts/MailAlert.php
708 /src/Adapter/Presenter/Cart/CartLazyArray.php
709 /src/Adapter/Presenter/AbstractLazyArray.php
710 /src/Adapter/Product/PriceFormatter.php
711 /src/Core/Util/Inflector.php
712 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
713 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
714 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
719 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
720 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
721 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
722 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
727 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
728 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
732 /classes/Gender.php
733 /classes/Risk.php
734 /classes/Meta.php
735 /classes/Address.php
736 /classes/ImageType.php
737 /classes/State.php
738 /src/Core/Security/PasswordPolicyConfiguration.php
739 /src/Core/Configuration/DataConfigurationInterface.php
740 /src/Core/Security/Hashing.php
741 /src/Core/Filter/FrontEndObject/MainFilter.php
742 /src/Core/Filter/FilterInterface.php
743 /src/Core/Filter/FrontEndObject/CartFilter.php
744 /src/Core/Filter/HashMapWhitelistFilter.php
745 /src/Core/Filter/CollectionFilter.php
746 /src/Core/Filter/FrontEndObject/ProductFilter.php
747 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
748 /src/Core/Filter/FrontEndObject/CustomerFilter.php
749 /src/Core/Filter/FrontEndObject/ShopFilter.php
750 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
751 /modules/productcomments/productcomments.php
752 /modules/ps_shoppingcart/ps_shoppingcart.php
753 /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
754 /modules/ps_facebook/classes/Config/Env.php
755 /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
756 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Client.php
757 /modules/ps_facebook/classes/Config/Config.php
758 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Util.php
759 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Compat.php
760 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
761 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Processor.php
762 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Context.php
763 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
764 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Serializer.php
765 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
766 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/TransactionStack.php
767 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
768 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/Stacktrace.php
769 /modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
770 /modules/ps_facebook/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
771 /src/Core/Addon/Module/ModuleManagerBuilder.php
772 /src/Core/Util/File/YamlParser.php
773 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
774 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
775 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
776 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
777 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
778 /var/cache/prod/yaml/b57b1d618dfd4975fcf38dbdde58e4aa.php
779 /src/Adapter/LegacyLogger.php
780 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
781 /src/Adapter/Module/ModuleDataProvider.php
782 /src/Adapter/Module/AdminModuleDataProvider.php
783 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
784 /src/Adapter/Module/Module.php
785 /src/Core/Module/ModuleInterface.php
786 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
787 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
788 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
789 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
790 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
791 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
792 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
793 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
794 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
795 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
796 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
797 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
798 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
799 /src/Adapter/Module/ModuleDataUpdater.php
800 /src/Core/Module/ModuleManager.php
801 /src/Core/Module/ModuleManagerInterface.php
802 /src/Core/Module/ModuleRepository.php
803 /src/Core/Module/ModuleRepositoryInterface.php
804 /src/Adapter/HookManager.php
805 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
806 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
807 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
808 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
809 /modules/ps_metrics/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
810 /src/Core/Hook/HookDispatcherInterface.php
811 /modules/ps_accounts/ps_accounts.php
812 /modules/ps_accounts/vendor/autoload.php
813 /modules/ps_accounts/vendor/composer/autoload_real.php
814 /modules/ps_accounts/vendor/composer/platform_check.php
815 /modules/ps_accounts/vendor/composer/autoload_static.php
816 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
817 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
818 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
819 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
820 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
821 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
822 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
823 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
824 /modules/ps_accounts/src/Hook/HookableTrait.php
825 /modules/ps_accounts/src/Module/Install.php
826 /modules/ps_accounts/src/Settings/SettingsForm.php
827 /modules/ps_accounts/translations/es.php
828 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
829 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
830 /modules/ps_accounts/config.php
831 /modules/ps_accounts/src/Log/Logger.php
832 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
833 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
834 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
835 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
836 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
837 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
838 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
839 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
840 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
841 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
842 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
843 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
844 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
845 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
846 /modules/ps_accounts/src/ServiceProvider/QueryProvider.php
847 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
848 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
849 /modules/ps_accounts/src/Service/PsAccountsService.php
850 /modules/ps_accounts/src/Account/Session/ShopSession.php
851 /modules/ps_accounts/src/Account/Session/Session.php
852 /modules/ps_accounts/src/Account/Session/SessionInterface.php
853 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
854 /modules/ps_accounts/src/Adapter/Configuration.php
855 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
856 /modules/ps_accounts/src/Http/Client/ClientConfig.php
857 /modules/ps_accounts/src/Http/Client/ConfigObject.php
858 /modules/ps_accounts/src/Type/Enum.php
859 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
860 /modules/ps_accounts/src/Adapter/Link.php
861 /modules/ps_accounts/src/Context/ShopContext.php
862 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
863 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
864 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
865 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
866 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
867 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
868 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
869 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
870 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
871 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
872 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
873 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
874 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
875 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
876 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
877 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
878 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
879 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
880 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
881 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
882 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
883 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
884 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
885 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
886 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
887 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
888 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
889 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
890 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
891 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
892 /modules/ps_accounts/src/Account/StatusManager.php
893 /modules/ps_accounts/src/Traits/WithOriginAndSourceTrait.php
894 /modules/ps_accounts/src/Traits/WithPropertyTrait.php
895 /modules/ps_accounts/src/Service/Accounts/AccountsService.php
896 /modules/ps_accounts/src/Service/AnalyticsService.php
897 /modules/ps_accounts/src/Service/AdminTokenService.php
898 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
899 /modules/ps_accounts/src/Account/CachedShopStatus.php
900 /modules/ps_accounts/src/Http/Resource/Resource.php
901 /modules/ps_accounts/src/Type/Dto.php
902 /modules/ps_accounts/src/Service/Accounts/Resource/ShopStatus.php
903 /modules/ps_facebook/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
904 /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
905 /modules/ps_facebook/classes/Handler/ApiConversionHandler.php
906 /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
907 /modules/ps_facebook/classes/Factory/ContextFactory.php
908 /modules/ps_facebook/classes/API/Client/FacebookClient.php
909 /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
910 /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
911 /modules/ps_facebook/classes/Provider/AccessTokenProvider.php
912 /modules/ps_facebook/classes/Factory/PsApiClientFactory.php
913 /modules/ps_facebook/classes/Handler/ConfigurationHandler.php
914 /modules/ps_facebook/classes/Http/HttpClient.php
915 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
916 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
917 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
918 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
919 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
920 /modules/ps_facebook/classes/Handler/PixelHandler.php
921 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
922 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
923 /modules/ps_facebook/classes/Provider/EventDataProvider.php
924 /modules/ps_facebook/classes/Adapter/ToolsAdapter.php
925 /modules/ps_facebook/classes/Repository/ProductRepository.php
926 /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
927 /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
928 /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
929 /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
930 /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
931 /classes/Combination.php
932 /classes/stock/StockAvailable.php
933 /classes/tax/Tax.php
934 /vendor/prestashop/decimal/src/DecimalNumber.php
935 /vendor/prestashop/decimal/src/Builder.php
936 /classes/SpecificPrice.php
937 /classes/tax/TaxManagerFactory.php
938 /classes/tax/TaxRulesTaxManager.php
939 /classes/tax/TaxManagerInterface.php
940 /classes/tax/TaxCalculator.php
941 /classes/GroupReduction.php
942 /src/Core/Localization/CLDR/ComputingPrecision.php
943 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
944 /classes/Pack.php
945 /classes/order/Order.php
946 /classes/Feature.php
947 /src/Core/Domain/Combination/CombinationSettings.php
948 /modules/ps_facebook/classes/Utility/ProductCatalogUtility.php
949 /src/Core/Util/String/StringModifier.php
950 /src/Core/Util/String/StringModifierInterface.php
951 /modules/ps_facebook/classes/Utility/CustomerInformationUtility.php
952 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/UserData.php
953 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/CustomData.php
954 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Event.php
955 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/ActionSource.php
956 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Enum/AbstractEnum.php
957 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Enum/EnumInstanceInterface.php
958 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/EventRequest.php
959 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/HttpServiceClientConfig.php
960 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Singleton.php
961 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Util.php
962 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/Normalizer.php
963 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/AdsPixel.php
964 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/AbstractCrudObject.php
965 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/AbstractObject.php
966 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Fields/AdsPixelFields.php
967 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/TypeChecker.php
968 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelSortByValues.php
969 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelAutomaticMatchingFieldsValues.php
970 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelDataUseSettingValues.php
971 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelFirstPartyCookieStatusValues.php
972 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelPermittedTasksValues.php
973 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/Values/AdsPixelTasksValues.php
974 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiRequest.php
975 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/RequestInterface.php
976 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Enum/EmptyEnum.php
977 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Request.php
978 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Parameters.php
979 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Logger/NullLogger.php
980 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Logger/LoggerInterface.php
981 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/CurlAdapter.php
982 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/AbstractAdapter.php
983 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/AdapterInterface.php
984 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/Curl/AbstractCurl.php
985 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/Curl/CurlInterface.php
986 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Adapter/Curl/Curl55.php
987 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Response.php
988 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/ResponseInterface.php
989 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Headers.php
990 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Object/ServerSide/EventResponse.php
991 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
992 /var/cache/prod/smarty/compile/warehouse/7b/d6/67/7bd6674da24c9dfe787a4ab6d9f95992772bfd39_2.file.header.tpl.php
993 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
994 /var/cache/prod/smarty/compile/warehouse/e4/c2/28/e4c22868c11d8c62c1db61f765dd994d1dfa43b9_2.file.fbTrack.tpl.php
995 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
996 /modules/psxmarketingwithgoogle/translations/es.php
997 /var/cache/prod/PsxmarketingwithgoogleFrontContainer.php
998 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
999 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
1000 /modules/psxmarketingwithgoogle/classes/config/Config.php
1001 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
1002 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
1003 /modules/iqitcookielaw/iqitcookielaw.php
1004 /modules/iqitcookielaw/translations/es.php
1005 /modules/iqitmegamenu/iqitmegamenu.php
1006 /modules/iqitmegamenu/models/IqitMenuTab.php
1007 /modules/iqitmegamenu/models/IqitMenuHtml.php
1008 /modules/iqitmegamenu/models/IqitMenuLinks.php
1009 /modules/iqitmegamenu/translations/es.php
1010 /modules/iqitelementor/iqitelementor.php
1011 /modules/iqitelementor/src/IqitElementorLanding.php
1012 /modules/iqitelementor/src/IqitElementorTemplate.php
1013 /modules/iqitelementor/src/IqitElementorProduct.php
1014 /modules/iqitelementor/src/IqitElementorCategory.php
1015 /modules/iqitelementor/src/IqitElementorContent.php
1016 /modules/iqitelementor/src/iqitElementorWpHelper.php
1017 /modules/iqitelementor/includes/plugin-elementor.php
1018 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
1019 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
1020 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
1021 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
1022 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
1023 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
1024 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
1025 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
1026 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
1027 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
1028 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
1029 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
1030 /modules/iqitelementor/translations/es.php
1031 /modules/nacex/nacex.php
1032 /modules/nacex/nacexWS.php
1033 /modules/nacex/nacexDTO.php
1034 /modules/nacex/AdminConfig.php
1035 /modules/nacex/UserGuide.php
1036 /modules/nacex/VInewServices.php
1037 /modules/nacex/nacexutils.php
1038 /modules/nacex/LBnewService.php
1039 /modules/nacex/nacexDAO.php
1040 /modules/nacex/ROnacexshop.php
1041 /modules/nacex/tratardatos.php
1042 /modules/nacex/nacexVIEW.php
1043 /modules/nacex/hash.php
1044 /classes/module/CarrierModule.php
1045 /modules/nacex/translations/es.php
1046 /src/Core/Product/Search/ProductSearchContext.php
1047 /src/Core/Product/Search/ProductSearchQuery.php
1048 /src/Core/Product/Search/SortOrder.php
1049 /modules/ps_facetedsearch/ps_facetedsearch.php
1050 /modules/ps_facetedsearch/src/HookDispatcher.php
1051 /modules/ps_facetedsearch/src/Hook/Attribute.php
1052 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1053 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1054 /modules/ps_facetedsearch/src/Hook/Category.php
1055 /modules/ps_facetedsearch/src/Hook/Configuration.php
1056 /modules/ps_facetedsearch/src/Hook/Design.php
1057 /modules/ps_facetedsearch/src/Hook/Feature.php
1058 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1059 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1060 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1061 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1062 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1063 /modules/ps_facetedsearch/src/Hook/Product.php
1064 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1065 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1066 /modules/ps_facetedsearch/src/Filters/Provider.php
1067 /modules/ps_facetedsearch/src/URLSerializer.php
1068 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1069 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1070 /src/Core/Product/Search/FacetsRendererInterface.php
1071 /src/Core/Product/Search/ProductSearchProviderInterface.php
1072 /modules/ps_facetedsearch/src/Filters/Converter.php
1073 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1074 /src/Core/Product/Search/ProductSearchResult.php
1075 /modules/ps_facetedsearch/src/Product/Search.php
1076 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1077 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1078 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1079 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1080 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1081 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1082 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1083 /modules/ps_facetedsearch/src/Filters/Products.php
1084 /modules/ps_facetedsearch/src/Filters/Block.php
1085 /src/Core/Product/Search/Facet.php
1086 /src/Core/Product/Search/Filter.php
1087 /src/Core/Product/Search/FacetCollection.php
1088 /classes/ProductAssembler.php
1089 /classes/Manufacturer.php
1090 /classes/ProductPresenterFactory.php
1091 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1092 /src/Adapter/Presenter/Product/ProductPresenter.php
1093 /src/Adapter/Product/ProductColorsRetriever.php
1094 /src/Core/Product/ProductPresentationSettings.php
1095 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1096 /src/Adapter/Presenter/Product/ProductLazyArray.php
1097 /classes/Image.php
1098 /src/Core/Image/ImageFormatConfiguration.php
1099 /src/Core/Image/ImageFormatConfigurationInterface.php
1100 /classes/FeatureFlag.php
1101 /src/Core/FeatureFlag/FeatureFlagSettings.php
1102 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1103 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1104 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1105 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1106 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1107 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1108 /src/Core/Product/Search/Pagination.php
1109 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/75/a6/42/75a64202e97931196bc7ffc62f78ffd65260f53c_2.file.category.tpl.php
1110 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1111 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/94/12/cc/9412ccef9680927153b45c6ae144d544996206b6_2.file.product-list.tpl.php
1112 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b9/42/2f/b9422fde64d87165f5f5c624a4cbefbe5f5cc591_2.file.layout-left-column.tpl.php
1113 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d2/95/d8/d295d85097e23dfc619a6d9948f9bb0871953825_2.file.layout-both-columns.tpl.php
1114 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/48/f1/3f/48f13f505ce53fe1a91e5a59ff252495434ac43d_2.file.helpers.tpl.php
1115 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1116 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/1b/22/bc/1b22bcae0a59cc6b48cc1c9c25235f501651e518_2.file.head.tpl.php
1117 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/41/92/2e/41922ed228227013af99527db113ad08c91d4c9b_2.file.head-jsonld.tpl.php
1118 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e2/41/5c/e2415c4af2ebd285942a955984af4b4e1aa22189_2.file.product-list-jsonld.tpl.php
1119 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/04/1b/47/041b4759bcd23a9de0adfa67f3a43b8b64636a07_2.file.pagination-seo.tpl.php
1120 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1121 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1122 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/43/32/e4/4332e4a9374e52ec03407d255e0717700fe0ae38_2.file.stylesheets.tpl.php
1123 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/ad/11/eb/ad11ebbbe1d132c2eb222c363cd04b3dee98d8fb_2.file.javascript.tpl.php
1124 /classes/ProductDownload.php
1125 /src/Core/Cart/Calculator.php
1126 /src/Core/Cart/CartRowCollection.php
1127 /src/Core/Cart/Fees.php
1128 /src/Core/Cart/AmountImmutable.php
1129 /src/Core/Cart/CartRuleCollection.php
1130 /src/Core/Cart/CartRuleCalculator.php
1131 /src/Adapter/Product/PriceCalculator.php
1132 /src/Core/Cart/CartRow.php
1133 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1134 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/9c/46/b39c46fe99acdbe1574e9b876a398a0024152c16_2.file.product-activation.tpl.php
1135 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/da/79/cf/da79cf6aab6675d177369043b59a83d42869b4f0_2.file.header.tpl.php
1136 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6a/a2/df/6aa2dfd27b196571f30e719112e04b70f089f033_2.file.social-links.tpl.php
1137 /modules/iqitlinksmanager/iqitlinksmanager.php
1138 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1139 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1140 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1141 /modules/iqitlinksmanager/translations/es.php
1142 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1143 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1144 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1145 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/6/displayNav1/warehouse/00/9f/22/009f22a54fda4ac75973e63c46f0132b1119ba03.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1146 /modules/ps_languageselector/ps_languageselector.php
1147 /modules/ps_currencyselector/ps_currencyselector.php
1148 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/08/d5/04/08d504d7a022befca93803f3e17505b861ca8248_2.file.header-3.tpl.php
1149 /modules/iqitsearch/iqitsearch.php
1150 /modules/iqitsearch/translations/es.php
1151 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1152 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
1153 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1154 /modules/ps_customersignin/ps_customersignin.php
1155 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1156 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1157 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1158 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1159 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/6/warehouse/0e/3d/e6/0e3de6994bee6e3198146e208ce6beab444c9b4c.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1160 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1161 /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
1162 /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
1163 /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
1164 /var/cache/prod/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
1165 /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
1166 /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
1167 /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
1168 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1169 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1170 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/cc/19/65/cc196527306127f5e0d92c634bf0405f2119a661_2.file.mobile-header-2.tpl.php
1171 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1172 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1173 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1174 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/90/d8/0a/90d80a9022c08011c7d753c6c3e409a4ae5b7fda_2.file.breadcrumb.tpl.php
1175 /modules/iqitproductsnav/iqitproductsnav.php
1176 /modules/iqitproductsnav/translations/es.php
1177 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/19/19/82/191982fa1e9d343688d9b381fea21c314a7ebef3_2.file.notifications.tpl.php
1178 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/3f/08/79/3f087969496cb1217bbe01ca6f95bbcaae18b1cf_2.file.category-header.tpl.php
1179 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/3e/fc/5c/3efc5c6cabf68a518dde9956926db6cf60a93dd5_2.file.products-top.tpl.php
1180 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1181 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/be/46/5ebe46ba384c4e31c6497e544847aec50e2df7ed_2.file.sort-orders.tpl.php
1182 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/df/95/52/df9552fec00c67a219e4d30c27efc6f3e649e435_2.file.products.tpl.php
1183 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/55/7a/be/557abe380aacf1dcc82a9614401a41c90059c373_2.file.product.tpl.php
1184 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/83/21/1d/83211d3e18c7848aecc64c18474f33bc0ea7cd65_2.file.product-miniature-1.tpl.php
1185 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/d6/ba/0ad6ba9370f144df31a3308c307c61383af0f46f_2.file.product-miniature-thumb.tpl.php
1186 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/54/f1/31/54f131cbfede74c5ff970f4d07b4366036e2f8db_2.file.product-miniature-btn.tpl.php
1187 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/c2/18/5e/c2185e235e559bf004db69cd2c6a7703df41adb0_2.file.pagination.tpl.php
1188 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/fc/91/5efc91d7387e3670df18e3cf6645652c4546f7c9_2.file.products-bottom.tpl.php
1189 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1190 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/36/7c/da/367cdad5e95c9d0937b2526e141cbe7cc11d72f9_2.file.footer.tpl.php
1191 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/2c/ca/be/2ccabe66f524058310a6818abce4e6d56ee1bb64_2.file.footer-1.tpl.php
1192 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/6/displayFooter/warehouse/00/9f/22/009f22a54fda4ac75973e63c46f0132b1119ba03.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1193 /modules/corewhatsapp/corewhatsapp.php
1194 /modules/corewhatsapp/classes/Corewhatsapp.php
1195 /var/cache/prod/smarty/compile/warehouse/f3/d9/ed/f3d9ed074127cff4b22b15d975f7cd788fe3a35d_2.file.corewhatsapp.tpl.php
1196 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1197 /modules/psgdpr/psgdpr.php
1198 /modules/psgdpr/translations/es.php
1199 /modules/psgdpr/classes/GDPRConsent.php
1200 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookdisplayGDPRConsent.tpl.php
1201 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/94/7d/69/947d69d2647da7c0eeb75ef9497030be726dc5dc_2.file.footer-copyrights-1.tpl.php
1202 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/ef/d8/5e/efd85eed67e0be9a97e7376c50dacb5344f76046_2.file.password-policy-template.tpl.php
1203 /var/cache/prod/smarty/cache/iqitcookielaw/1/1/1/6/warehouse/e7/7b/d0/e77bd029c1dc3735e3f4798f608cdf3e90a317c6.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php
1204 /modules/statsdata/statsdata.php
1205 /classes/Connection.php
1206 /classes/ConnectionsSource.php