Home page

Altri prodotti

Acquista un buono regalo

Accedi

Menu

Carrello

Non ci sono più articoli nel tuo carrello
Load Time 1227 ms
Querying Time 582 ms
Queries 710
Memory Peak Usage 21.1 Mb
Included Files 834 files - 11.67 Mb
PrestaShop Cache - Mb
Global vars 0.36 Mb
PrestaShop Version 8.2.1
PHP Version 8.2.29
MySQL Version 10.11.13-MariaDB-0ubuntu0.24.04.1
Memory Limit 1024M
Max Execution Time 1200s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 27.082 ms 27.082 ms 3.18 Mb 3.6 Mb
__construct 0.081 ms 27.163 ms - Mb 3.6 Mb
init 71.312 ms 98.475 ms 1.22 Mb 4.4 Mb
checkAccess 0.005 ms 98.480 ms - Mb 4.4 Mb
setMedia 31.156 ms 129.636 ms 1.14 Mb 5.5 Mb
postProcess 0.003 ms 129.639 ms - Mb 5.5 Mb
initHeader 0.004 ms 129.643 ms - Mb 5.5 Mb
initContent 728.771 ms 858 ms 9.61 Mb 15.2 Mb
initFooter 0.008 ms 858 ms - Mb 15.2 Mb
display 368.923 ms 1227 ms 5.20 Mb 21.1 Mb
Hook Time Memory Usage
DisplayHeader 44.658 ms 0.32 Mb
DisplayBeforeBodyClosingTag 31.231 ms 0.41 Mb
displayLeftColumn 28.638 ms 0.73 Mb
ActionFrontControllerSetMedia 24.752 ms 0.87 Mb
ModuleRoutes 21.297 ms 0.01 Mb
DisplayFooter 17.657 ms 0.44 Mb
displayBeforeBodyClosingTag 11.634 ms 0.15 Mb
Header 6.641 ms 0.01 Mb
displaySocialLogin 6.309 ms 0.08 Mb
renderWidget 5.432 ms 0.04 Mb
DisplayAfterBodyOpeningTag 4.895 ms 0.02 Mb
DisplayNavFullWidth 4.636 ms 0.02 Mb
DisplayLeftColumn 4.079 ms 0.03 Mb
displayHeaderNormal 3.361 ms 0.09 Mb
displayFooterPageBuilder 2.700 ms 0.05 Mb
displayHeaderSticky 2.474 ms 0.08 Mb
displayNav1 1.303 ms 0.03 Mb
DisplayProductPriceBlock 1.018 ms 0.07 Mb
OverrideLayoutTemplate 0.672 ms 0.01 Mb
ActionFrontControllerInitBefore 0.444 ms - Mb
DisplayTop 0.212 ms - Mb
displayHeaderCategory 0.122 ms - Mb
FilterProductSearch 0.094 ms - Mb
displayFooterCategory 0.026 ms - Mb
ActionProductSearchAfter 0.019 ms - Mb
displayFooterBefore 0.015 ms - Mb
displayFooterAfter 0.014 ms - Mb
ProductSearchProvider 0.007 ms - Mb
displayNav2 0.007 ms - Mb
displayFooter 0.005 ms - Mb
30 hook(s) 224.351 ms 3.47 Mb
Module Time Memory Usage
smartblog 37.102 ms 0.11 Mb
heylight 4.792 ms 0.26 Mb
axoncreator 32.284 ms 0.49 Mb
motive 24.727 ms 0.97 Mb
blockreassurance 1.588 ms 0.04 Mb
ps_emailsubscription 0.796 ms 0.03 Mb
ps_socialfollow 0.905 ms 0.08 Mb
ps_emailalerts 0.676 ms 0.04 Mb
multisafepayofficial 0.907 ms 0.05 Mb
lgcookieslaw 27.202 ms 0.57 Mb
ps_googleanalytics 9.049 ms 0.01 Mb
nrtthemecustomizer 28.281 ms 0.53 Mb
nrtmegamenu 7.626 ms 0.06 Mb
nrtpopupnewsletter 3.562 ms 0.04 Mb
nrtproductslinknav 0.829 ms 0.02 Mb
nrtzoom 1.846 ms 0.08 Mb
nrtvariant 1.087 ms 0.02 Mb
nrtsearchbar 7.976 ms 0.09 Mb
nrtsociallogin 7.886 ms 0.10 Mb
nrtshoppingcart 6.567 ms 0.11 Mb
nrtcountdown 0.945 ms 0.02 Mb
nrtproductvideo 0.670 ms 0.04 Mb
nrtcaptcha 0.615 ms 0.03 Mb
paypal 17.953 ms 0.21 Mb
artcartadocentilite 1.429 ms - Mb
giftcard 7.761 ms 0.14 Mb
nrtproducttags 3.779 ms 0.06 Mb
pagesnotfound 0.547 ms 0.02 Mb
ps_facetedsearch 13.109 ms 0.07 Mb
ps_categorytree 27.025 ms 0.80 Mb
ps_languageselector 0.446 ms 0.02 Mb
ps_currencyselector 0.374 ms 0.02 Mb
smartycloud 2.102 ms 0.09 Mb
33 module(s) 282.441 ms 5.22 Mb

Stopwatch SQL - 710 queries

# Query Time (ms) Rows Filesort Group By Location
112
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("2025-08-12 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_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 `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_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 `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 180,36
25.027 ms 1247 /classes/Category.php:1062
685
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
12.888 ms 153 Yes Yes /classes/Category.php:785
556
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
8.982 ms 1247 /classes/Category.php:991
574
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 792
ORDER BY `position`
7.995 ms 1 Yes /classes/Product.php:3539
660
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (803) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
6.264 ms 1 Yes Yes /classes/Product.php:4513
610
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 818
ORDER BY `position`
6.060 ms 1 Yes /classes/Product.php:3539
655
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (795) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
5.692 ms 1 Yes Yes /classes/Product.php:4513
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
5.648 ms 1482 /classes/Configuration.php:180
632
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
5.612 ms 1 /classes/Cart.php:4249
654
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (793) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
5.372 ms 1 Yes Yes /classes/Product.php:4513
236
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 795 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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
4.950 ms 1 Yes /classes/SpecificPrice.php:576
662
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (805) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
4.829 ms 1 Yes Yes /classes/Product.php:4513
614
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 820
ORDER BY `position`
4.793 ms 1 Yes /classes/Product.php:3539
625
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 825
4.741 ms 1 /classes/Product.php:2899
637
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
4.719 ms 1 /classes/CartRule.php:423
205
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 790
ORDER BY f.position ASC
4.634 ms 1 Yes /classes/Product.php:6013
184
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 789) AND (b.`id_shop` = 1) LIMIT 1
4.526 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
4.517 ms 1 /classes/module/Module.php:2664
211
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 792
ORDER BY `id_specific_price_priority` DESC LIMIT 1
4.333 ms 0 /classes/SpecificPrice.php:256
607
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 816
4.013 ms 1 /classes/Product.php:2899
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
3.972 ms 0 /classes/Cart.php:1430
246
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 797 LIMIT 1
3.827 ms 1 /classes/SpecificPrice.php:435
118
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
3.749 ms 1 /classes/SpecificPrice.php:426
200
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 790)
3.721 ms 1 /classes/Product.php:3860
618
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 822
ORDER BY `position`
3.564 ms 1 Yes /classes/Product.php:3539
651
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (790) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.535 ms 1 Yes Yes /classes/Product.php:4513
216
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
3.418 ms 1 /classes/stock/StockAvailable.php:453
163
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 786)
3.405 ms 1 /classes/Product.php:3860
633
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp
INNER JOIN ps_product p ON (p.id_product = cp.id_product AND cache_is_pack = 0 and p.is_virtual = 0)
INNER JOIN ps_product_shop ps ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product)
WHERE cp.id_cart=0 LIMIT 1
3.380 ms 1 /classes/Cart.php:4272
635
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
3.328 ms 7 /classes/CartRule.php:423
132
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 783
ORDER BY f.position ASC
3.284 ms 1 Yes /classes/Product.php:6013
621
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 823
3.272 ms 1 /classes/Product.php:2899
114
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 75 LIMIT 1
3.251 ms 1 /classes/Category.php:1373
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
3.113 ms 159 Yes Yes /classes/Hook.php:1289
557
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-12 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (783,784,785,786,787,789,790,792,793,795,797,801,802,803,804,805,806,807,808,809,811,812,813,816,817,818,819,820,821,822,823,824,825,827,828,830)
3.059 ms 36 /classes/ProductAssembler.php:95
242
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 795
ORDER BY f.position ASC
3.047 ms 1 Yes /classes/Product.php:6013
698
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (783,784,785,786,787,789,790,792,793,795,797,801,802,803,804,805,806,807,808,809,811,812,813,816,817,818,819,820,821,822,823,824,825,827,828,830) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
3.004 ms 110 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
255
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 801
AND image_shop.`cover` = 1 LIMIT 1
2.897 ms 1 /classes/Product.php:3570
636
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-08-12 00:00:00" AND date_to <= "2025-08-12 23:59:59") OR (date_from >= "2025-08-12 00:00:00" AND date_from <= "2025-08-12 23:59:59") OR (date_from < "2025-08-12 00:00:00" AND date_to > "2025-08-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
2.844 ms 13 /classes/CartRule.php:357
627
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 827
2.775 ms 1 /classes/Product.php:2899
66
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.768 ms 490 /classes/Hook.php:455
661
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (804) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.761 ms 1 Yes Yes /classes/Product.php:4513
630
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 830
ORDER BY `position`
2.740 ms 1 Yes /classes/Product.php:3539
21
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
2.718 ms 1 /src/Adapter/EntityMapper.php:71
646
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (785) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.571 ms 1 Yes Yes /classes/Product.php:4513
611
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 818
2.568 ms 1 /classes/Product.php:2899
65
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.529 ms 0 /classes/Hook.php:1348
699
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsociallogin" LIMIT 1
2.494 ms 1 /classes/module/Module.php:2664
707
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 54 AND `id_shop` = 1 LIMIT 1
2.494 ms 1 /classes/module/Module.php:2137
252
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.485 ms 1 /classes/stock/StockAvailable.php:453
196
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 790) AND (b.`id_shop` = 1) LIMIT 1
2.448 ms 1 /src/Adapter/EntityMapper.php:71
38
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2.401 ms 177 Yes Yes /classes/Category.php:916
658
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1
2.279 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1
2.243 ms 1 /src/Adapter/EntityMapper.php:71
645
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (784) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.193 ms 1 Yes Yes /classes/Product.php:4513
626
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 827
ORDER BY `position`
2.133 ms 1 Yes /classes/Product.php:3539
576
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 793
ORDER BY `position`
2.076 ms 1 Yes /classes/Product.php:3539
666
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (809) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2.032 ms 1 Yes Yes /classes/Product.php:4513
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.948 ms 1062 /classes/Hook.php:1348
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 787) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.877 ms 1 /classes/stock/StockAvailable.php:453
656
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (797) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.778 ms 1 Yes Yes /classes/Product.php:4513
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
1.690 ms 1062 /classes/Hook.php:1388
130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 783) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.658 ms 1 /classes/stock/StockAvailable.php:453
573
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 790
1.639 ms 1 /classes/Product.php:2899
134
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
1.579 ms 1 /classes/Product.php:5659
705
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_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
1.545 ms 1 Yes /classes/Currency.php:687
41
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
1.389 ms 1 /src/Adapter/EntityMapper.php:71
644
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1
1.342 ms 1 /src/Adapter/EntityMapper.php:71
687
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
1.317 ms 1 /classes/Category.php:1584
224
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 793 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.313 ms 1 Yes /classes/SpecificPrice.php:576
649
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (789) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.286 ms 1 Yes Yes /classes/Product.php:4513
126
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 783 AND id_shop=1 LIMIT 1
1.256 ms 1 /classes/Product.php:6873
131
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 783 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 783 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.248 ms 0 /classes/Cart.php:1430
669
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (813) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.218 ms 1 Yes Yes /classes/Product.php:4513
708
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtshoppingcart" LIMIT 1
1.215 ms 1 /classes/module/Module.php:2664
634
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-08-12 00:00:00" AND date_to <= "2025-08-12 23:59:59") OR (date_from >= "2025-08-12 00:00:00" AND date_from <= "2025-08-12 23:59:59") OR (date_from < "2025-08-12 00:00:00" AND date_to > "2025-08-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.208 ms 13 /classes/CartRule.php:357
648
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (787) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.190 ms 1 Yes Yes /classes/Product.php:4513
615
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 820
1.185 ms 1 /classes/Product.php:2899
657
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (801) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.180 ms 1 Yes Yes /classes/Product.php:4513
686
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
1.167 ms 1 /classes/Category.php:2239
693
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1)
ORDER BY a.`name`
1.164 ms 2 Yes /modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
42
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
1.162 ms 1 /src/Adapter/EntityMapper.php:71
362
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 809 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 809 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.148 ms 0 /classes/Cart.php:1430
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
1.125 ms 87 /classes/Hook.php:342
345
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 808 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.100 ms 1 Yes /classes/SpecificPrice.php:576
652
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (792) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.096 ms 1 Yes Yes /classes/Product.php:4513
675
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.095 ms 1 Yes Yes /classes/Product.php:4513
647
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (786) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.091 ms 1 Yes Yes /classes/Product.php:4513
673
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.083 ms 1 Yes Yes /classes/Product.php:4513
150
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 785 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.073 ms 1 Yes /classes/SpecificPrice.php:576
690
SELECT SQL_NO_CACHE a.*, b.`name`, b.`description`
FROM `ps_lgcookieslaw_purpose` a
LEFT JOIN `ps_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1)
1.070 ms 5 /modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
449
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
1.067 ms 1 /classes/Product.php:5659
643
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (783) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.053 ms 1 Yes Yes /classes/Product.php:4513
124
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 783 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.047 ms 1 Yes /classes/SpecificPrice.php:576
273
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 802 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.044 ms 1 Yes /classes/SpecificPrice.php:576
261
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 801 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.040 ms 1 Yes /classes/SpecificPrice.php:576
187
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 789 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.036 ms 1 Yes /classes/SpecificPrice.php:576
309
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 805 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.029 ms 1 Yes /classes/SpecificPrice.php:576
297
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 804 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.023 ms 1 Yes /classes/SpecificPrice.php:576
212
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 792 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.022 ms 1 Yes /classes/SpecificPrice.php:576
162
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 786 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.000 ms 1 Yes /classes/SpecificPrice.php:576
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 792 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.999 ms 0 /classes/Cart.php:1430
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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.998 ms 1 Yes /classes/shop/Shop.php:715
453
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 820 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.990 ms 1 Yes /classes/SpecificPrice.php:576
204
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 790 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 790 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.988 ms 0 /classes/Cart.php:1430
125
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 783)
0.981 ms 1 /classes/Product.php:3860
333
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 807 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.981 ms 1 Yes /classes/SpecificPrice.php:576
616
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 821
ORDER BY `position`
0.981 ms 1 Yes /classes/Product.php:3539
628
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 828
ORDER BY `position`
0.980 ms 1 Yes /classes/Product.php:3539
676
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.972 ms 1 Yes Yes /classes/Product.php:4513
624
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 825
ORDER BY `position`
0.971 ms 1 Yes /classes/Product.php:3539
179
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 787 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 787 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.967 ms 0 /classes/Cart.php:1430
285
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 803 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.949 ms 1 Yes /classes/SpecificPrice.php:576
278
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 802 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 802 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.941 ms 0 /classes/Cart.php:1430
248
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 797 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.940 ms 1 Yes /classes/SpecificPrice.php:576
494
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 823 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 823 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.938 ms 0 /classes/Cart.php:1430
700
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 55 AND `id_shop` = 1 LIMIT 1
0.938 ms 1 /classes/module/Module.php:2137
486
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 823) AND (b.`id_shop` = 1) LIMIT 1
0.937 ms 1 /src/Adapter/EntityMapper.php:71
525
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 827 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.934 ms 1 Yes /classes/SpecificPrice.php:576
369
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 811 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.933 ms 1 Yes /classes/SpecificPrice.php:576
620
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 823
ORDER BY `position`
0.932 ms 1 Yes /classes/Product.php:3539
393
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 813 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.926 ms 1 Yes /classes/SpecificPrice.php:576
195
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
0.921 ms 1 /classes/Product.php:5659
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.919 ms 80 /classes/module/Module.php:341
302
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 804 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 804 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.917 ms 0 /classes/Cart.php:1430
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 793 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 793 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.905 ms 0 /classes/Cart.php:1430
321
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 806 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.893 ms 1 Yes /classes/SpecificPrice.php:576
622
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 824
ORDER BY `position`
0.891 ms 1 Yes /classes/Product.php:3539
689
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 353 AND c.`nleft` >= 2 AND c.`nright` <= 353 ORDER BY `nleft` DESC
0.888 ms 1 Yes /classes/Category.php:1594
45
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.885 ms 1 /src/Adapter/EntityMapper.php:71
174
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 787 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.880 ms 1 Yes /classes/SpecificPrice.php:576
663
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (806) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.880 ms 1 Yes Yes /classes/Product.php:4513
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 795 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 795 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.875 ms 0 /classes/Cart.php:1430
617
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 821
0.873 ms 1 /classes/Product.php:2899
338
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 807 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 807 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.868 ms 0 /classes/Cart.php:1430
659
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (802) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.867 ms 1 Yes Yes /classes/Product.php:4513
199
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 790 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.857 ms 1 Yes /classes/SpecificPrice.php:576
193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 789
ORDER BY f.position ASC
0.854 ms 1 Yes /classes/Product.php:6013
564
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 785
ORDER BY `position`
0.853 ms 1 Yes /classes/Product.php:3539
143
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 784 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.844 ms 0 /classes/Cart.php:1430
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.838 ms 79 Yes /classes/Dispatcher.php:654
398
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 813 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 813 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.838 ms 0 /classes/Cart.php:1430
531
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 827
ORDER BY f.position ASC
0.837 ms 1 Yes /classes/Product.php:6013
378
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 812) AND (b.`id_shop` = 1) LIMIT 1
0.831 ms 1 /src/Adapter/EntityMapper.php:71
209
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 792) AND (b.`id_shop` = 1) LIMIT 1
0.830 ms 1 /src/Adapter/EntityMapper.php:71
258
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 801) AND (b.`id_shop` = 1) LIMIT 1
0.825 ms 1 /src/Adapter/EntityMapper.php:71
670
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (816) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.822 ms 1 Yes Yes /classes/Product.php:4513
390
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 813) AND (b.`id_shop` = 1) LIMIT 1
0.815 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 804) AND (b.`id_shop` = 1) LIMIT 1
0.812 ms 1 /src/Adapter/EntityMapper.php:71
417
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 817 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.808 ms 1 Yes /classes/SpecificPrice.php:576
167
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 786 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.807 ms 0 /classes/Cart.php:1430
477
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 822 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.806 ms 1 Yes /classes/SpecificPrice.php:576
668
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (812) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.806 ms 1 Yes Yes /classes/Product.php:4513
314
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 805 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.802 ms 0 /classes/Cart.php:1430
696
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.802 ms 1 /src/Adapter/EntityMapper.php:71
156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 785
ORDER BY f.position ASC
0.800 ms 1 Yes /classes/Product.php:6013
513
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 825 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.798 ms 1 Yes /classes/SpecificPrice.php:576
135
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 784) AND (b.`id_shop` = 1) LIMIT 1
0.796 ms 1 /src/Adapter/EntityMapper.php:71
342
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 808) AND (b.`id_shop` = 1) LIMIT 1
0.796 ms 1 /src/Adapter/EntityMapper.php:71
327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 806
ORDER BY f.position ASC
0.796 ms 1 Yes /classes/Product.php:6013
489
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 823 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.794 ms 1 Yes /classes/SpecificPrice.php:576
549
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 830 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.793 ms 1 Yes /classes/SpecificPrice.php:576
405
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 816 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.792 ms 1 Yes /classes/SpecificPrice.php:576
117
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 783) AND (b.`id_shop` = 1) LIMIT 1
0.790 ms 1 /src/Adapter/EntityMapper.php:71
155
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 785 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 785 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.788 ms 0 /classes/Cart.php:1430
10
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagecache" LIMIT 1
0.787 ms 0 /classes/module/Module.php:2664
381
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 812 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.786 ms 1 Yes /classes/SpecificPrice.php:576
501
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 824 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.786 ms 1 Yes /classes/SpecificPrice.php:576
667
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (811) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.785 ms 1 Yes Yes /classes/Product.php:4513
298
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 804)
0.783 ms 1 /classes/Product.php:3860
266
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 801 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 801 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.782 ms 0 /classes/Cart.php:1430
290
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 803 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.781 ms 0 /classes/Cart.php:1430
458
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 820 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.781 ms 0 /classes/Cart.php:1430
291
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 803
ORDER BY f.position ASC
0.777 ms 1 Yes /classes/Product.php:6013
671
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (817) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.776 ms 1 Yes Yes /classes/Product.php:4513
282
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 803) AND (b.`id_shop` = 1) LIMIT 1
0.775 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 784 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.774 ms 1 Yes /classes/SpecificPrice.php:576
537
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 828 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.774 ms 1 Yes /classes/SpecificPrice.php:576
231
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 795
AND image_shop.`cover` = 1 LIMIT 1
0.772 ms 1 /classes/Product.php:3570
441
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 819 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.770 ms 1 Yes /classes/SpecificPrice.php:576
562
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 784
ORDER BY `position`
0.768 ms 1 Yes /classes/Product.php:3539
306
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 805) AND (b.`id_shop` = 1) LIMIT 1
0.765 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 804
ORDER BY f.position ASC
0.764 ms 1 Yes /classes/Product.php:6013
470
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 821 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.763 ms 0 /classes/Cart.php:1430
233
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 795) AND (b.`id_shop` = 1) LIMIT 1
0.760 ms 1 /src/Adapter/EntityMapper.php:71
279
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 802
ORDER BY f.position ASC
0.752 ms 1 Yes /classes/Product.php:6013
357
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 809 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.751 ms 1 Yes /classes/SpecificPrice.php:576
386
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 812 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 812 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.751 ms 0 /classes/Cart.php:1430
366
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 811) AND (b.`id_shop` = 1) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:71
270
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 802) AND (b.`id_shop` = 1) LIMIT 1
0.746 ms 1 /src/Adapter/EntityMapper.php:71
546
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 830) AND (b.`id_shop` = 1) LIMIT 1
0.732 ms 1 /src/Adapter/EntityMapper.php:71
221
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 793) AND (b.`id_shop` = 1) LIMIT 1
0.730 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 818 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.725 ms 1 Yes /classes/SpecificPrice.php:576
402
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 816) AND (b.`id_shop` = 1) LIMIT 1
0.723 ms 1 /src/Adapter/EntityMapper.php:71
144
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 784
ORDER BY f.position ASC
0.723 ms 1 Yes /classes/Product.php:6013
542
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 828 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.720 ms 0 /classes/Cart.php:1430
482
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 822 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.717 ms 0 /classes/Cart.php:1430
245
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 797) AND (b.`id_shop` = 1) LIMIT 1
0.714 ms 1 /src/Adapter/EntityMapper.php:71
318
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 806) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
171
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 787) AND (b.`id_shop` = 1) LIMIT 1
0.708 ms 1 /src/Adapter/EntityMapper.php:71
695
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 5) AND (a.`id_shop` = 1)
ORDER BY a.`name`
0.708 ms 2 Yes /modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
588
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 804
ORDER BY `position`
0.707 ms 1 Yes /classes/Product.php:3539
374
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 811 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 811 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.706 ms 0 /classes/Cart.php:1430
530
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 827 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 827 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.702 ms 0 /classes/Cart.php:1430
350
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 808 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 808 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.699 ms 0 /classes/Cart.php:1430
256
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 79 LIMIT 1
0.698 ms 1 /classes/Category.php:1373
612
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 819
ORDER BY `position`
0.696 ms 1 Yes /classes/Product.php:3539
674
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.694 ms 1 Yes Yes /classes/Product.php:4513
665
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (808) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.694 ms 1 Yes Yes /classes/Product.php:4513
47
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.691 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 830 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.691 ms 0 /classes/Cart.php:1430
519
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 825
ORDER BY f.position ASC
0.690 ms 1 Yes /classes/Product.php:6013
434
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 818 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.689 ms 0 /classes/Cart.php:1430
230
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 793
ORDER BY f.position ASC
0.688 ms 1 Yes /classes/Product.php:6013
606
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 816
ORDER BY `position`
0.688 ms 1 Yes /classes/Product.php:3539
604
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 813
ORDER BY `position`
0.683 ms 1 Yes /classes/Product.php:3539
254
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 797
ORDER BY f.position ASC
0.680 ms 1 Yes /classes/Product.php:6013
465
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 821 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-12 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-12 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.679 ms 1 Yes /classes/SpecificPrice.php:576
192
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 789 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.676 ms 0 /classes/Cart.php:1430
180
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 787
ORDER BY f.position ASC
0.674 ms 1 Yes /classes/Product.php:6013
399
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 813
ORDER BY f.position ASC
0.673 ms 1 Yes /classes/Product.php:6013
596
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 808
ORDER BY `position`
0.669 ms 1 Yes /classes/Product.php:3539
267
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 801
ORDER BY f.position ASC
0.667 ms 1 Yes /classes/Product.php:6013
672
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.665 ms 1 Yes Yes /classes/Product.php:4513
679
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.665 ms 1 Yes Yes /classes/Product.php:4513
691
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1)
ORDER BY a.`name`
0.665 ms 2 Yes /modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
518
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 825 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.662 ms 0 /classes/Cart.php:1430
664
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (807) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.661 ms 1 Yes Yes /classes/Product.php:4513
462
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 821) AND (b.`id_shop` = 1) LIMIT 1
0.658 ms 1 /src/Adapter/EntityMapper.php:71
459
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 820
ORDER BY f.position ASC
0.657 ms 1 Yes /classes/Product.php:6013
586
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 803
ORDER BY `position`
0.655 ms 1 Yes /classes/Product.php:3539
330
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 807) AND (b.`id_shop` = 1) LIMIT 1
0.646 ms 1 /src/Adapter/EntityMapper.php:71
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 817 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 817 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
681
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.646 ms 1 Yes Yes /classes/Product.php:4513
506
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 824 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 824 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.645 ms 0 /classes/Cart.php:1430
113
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 783
AND image_shop.`cover` = 1 LIMIT 1
0.641 ms 1 /classes/Product.php:3570
387
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 812
ORDER BY f.position ASC
0.641 ms 1 Yes /classes/Product.php:6013
568
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 787
ORDER BY `position`
0.641 ms 1 Yes /classes/Product.php:3539
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.tuttoanatomia.it' OR su.domain_ssl = 'www.tuttoanatomia.it')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.638 ms 1 Yes /classes/shop/Shop.php:1364
251
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 797 AND `id_group` = 1 LIMIT 1
0.638 ms 0 /classes/GroupReduction.php:153
283
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 803 LIMIT 1
0.638 ms 1 /classes/SpecificPrice.php:435
446
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 819 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.637 ms 0 /classes/Cart.php:1430
44
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.624 ms 1 /src/Adapter/EntityMapper.php:71
313
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.622 ms 1 /classes/stock/StockAvailable.php:453
498
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 824) AND (b.`id_shop` = 1) LIMIT 1
0.621 ms 1 /src/Adapter/EntityMapper.php:71
39
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1920) AND (b.`id_shop` = 1) LIMIT 1
0.619 ms 1 /src/Adapter/EntityMapper.php:71
269
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.618 ms 1 /classes/Product.php:5659
510
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 825) AND (b.`id_shop` = 1) LIMIT 1
0.617 ms 1 /src/Adapter/EntityMapper.php:71
363
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 809
ORDER BY f.position ASC
0.616 ms 1 Yes /classes/Product.php:6013
608
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 817
ORDER BY `position`
0.616 ms 1 Yes /classes/Product.php:3539
426
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 818) AND (b.`id_shop` = 1) LIMIT 1
0.613 ms 1 /src/Adapter/EntityMapper.php:71
438
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 819) AND (b.`id_shop` = 1) LIMIT 1
0.612 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 827) AND (b.`id_shop` = 1) LIMIT 1
0.607 ms 1 /src/Adapter/EntityMapper.php:71
218
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 792
ORDER BY f.position ASC
0.606 ms 1 Yes /classes/Product.php:6013
410
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 816 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 816 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.600 ms 0 /classes/Cart.php:1430
471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 821
ORDER BY f.position ASC
0.600 ms 1 Yes /classes/Product.php:6013
534
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 828) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
638
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtproducttags" LIMIT 1
0.595 ms 1 /classes/module/Module.php:2664
354
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 809) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
315
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 805
ORDER BY f.position ASC
0.593 ms 1 Yes /classes/Product.php:6013
326
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 806 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 806 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.593 ms 0 /classes/Cart.php:1430
159
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 786) AND (b.`id_shop` = 1) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:71
80
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.591 ms 1 /classes/tax/TaxRulesTaxManager.php:100
590
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 805
ORDER BY `position`
0.589 ms 1 Yes /classes/Product.php:3539
339
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 807
ORDER BY f.position ASC
0.587 ms 1 Yes /classes/Product.php:6013
70
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 8
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.586 ms 1 /classes/tax/TaxRulesTaxManager.php:100
602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 812
ORDER BY `position`
0.584 ms 1 Yes /classes/Product.php:3539
375
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 811
ORDER BY f.position ASC
0.583 ms 1 Yes /classes/Product.php:6013
566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 786
ORDER BY `position`
0.578 ms 1 Yes /classes/Product.php:3539
572
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 790
ORDER BY `position`
0.577 ms 3 Yes /classes/Product.php:3539
631
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 830
0.576 ms 1 /classes/Product.php:2899
64
SELECT SQL_NO_CACHE DISTINCT g.id_tax_rules_group, g.name, g.active FROM `ps_tax_rules_group` g INNER JOIN ps_tax_rules_group_shop tax_rules_group_shop
ON (tax_rules_group_shop.id_tax_rules_group = g.id_tax_rules_group AND tax_rules_group_shop.id_shop = 1) WHERE g.deleted = 0 AND g.`active` = 1 AND g.`active` = 1 ORDER BY name ASC
0.574 ms 8 Yes /classes/tax/TaxRulesGroup.php:201
650
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1
0.573 ms 1 /src/Adapter/EntityMapper.php:71
598
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 809
ORDER BY `position`
0.571 ms 1 Yes /classes/Product.php:3539
24
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.569 ms 1 Yes /classes/Currency.php:708
48
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.568 ms 1 /src/Adapter/EntityMapper.php:71
168
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 786
ORDER BY f.position ASC
0.567 ms 1 Yes /classes/Product.php:6013
619
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 822
0.566 ms 1 /classes/Product.php:2899
147
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 785) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
682
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.564 ms 1 Yes Yes /classes/Product.php:4513
351
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 808
ORDER BY f.position ASC
0.564 ms 1 Yes /classes/Product.php:6013
483
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 822
ORDER BY f.position ASC
0.564 ms 1 Yes /classes/Product.php:6013
160
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 786 LIMIT 1
0.563 ms 1 /classes/SpecificPrice.php:435
507
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 824
ORDER BY f.position ASC
0.561 ms 1 Yes /classes/Product.php:6013
706
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "nrtsearchbar" LIMIT 1
0.561 ms 1 /classes/module/Module.php:2664
584
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 802
ORDER BY `position`
0.560 ms 1 Yes /classes/Product.php:3539
450
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 820) AND (b.`id_shop` = 1) LIMIT 1
0.557 ms 1 /src/Adapter/EntityMapper.php:71
23
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.556 ms 80 /classes/module/Module.php:341
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 795)
0.552 ms 1 /classes/Product.php:3860
197
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 790 LIMIT 1
0.551 ms 1 /classes/SpecificPrice.php:435
435
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 818
ORDER BY f.position ASC
0.546 ms 1 Yes /classes/Product.php:6013
577
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 793
0.542 ms 1 /classes/Product.php:2899
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 801)
0.539 ms 1 /classes/Product.php:3860
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.539 ms 1 /classes/Language.php:1080
680
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (827) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.538 ms 1 Yes Yes /classes/Product.php:4513
414
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 817) AND (b.`id_shop` = 1) LIMIT 1
0.536 ms 1 /src/Adapter/EntityMapper.php:71
148
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 785 LIMIT 1
0.535 ms 1 /classes/SpecificPrice.php:435
538
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 828)
0.534 ms 1 /classes/Product.php:3860
640
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.533 ms 1 /classes/Country.php:272
677
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.533 ms 1 Yes Yes /classes/Product.php:4513
555
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 830
ORDER BY f.position ASC
0.531 ms 1 Yes /classes/Product.php:6013
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 830
AND image_shop.`cover` = 1 LIMIT 1
0.527 ms 1 /classes/Product.php:3570
67
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 6
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.521 ms 1 /classes/tax/TaxRulesTaxManager.php:100
578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 795
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3539
411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 816
ORDER BY f.position ASC
0.519 ms 1 Yes /classes/Product.php:6013
592
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 806
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3539
582
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 801
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3539
683
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.518 ms 1 /classes/module/Module.php:2664
133
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 784
AND image_shop.`cover` = 1 LIMIT 1
0.518 ms 1 /classes/Product.php:3570
49
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1
0.516 ms 1 /src/Adapter/EntityMapper.php:71
495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 823
ORDER BY f.position ASC
0.516 ms 1 Yes /classes/Product.php:6013
694
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 4) AND (a.`id_shop` = 1)
ORDER BY a.`name`
0.516 ms 2 Yes /modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.515 ms 1 /src/Adapter/EntityMapper.php:71
395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 813 AND id_shop=1 LIMIT 1
0.513 ms 1 /classes/Product.php:6873
474
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 822) AND (b.`id_shop` = 1) LIMIT 1
0.512 ms 1 /src/Adapter/EntityMapper.php:71
111
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.511 ms 1 /classes/Category.php:2446
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 797)
0.510 ms 1 /classes/Product.php:3860
43
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.507 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayShoppingCartFooter' LIMIT 1
0.505 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 828
0.503 ms 1 /classes/Product.php:2899
376
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 812
AND image_shop.`cover` = 1 LIMIT 1
0.500 ms 1 /classes/Product.php:3570
692
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 2) AND (a.`id_shop` = 1)
ORDER BY a.`name`
0.498 ms 2 Yes /modules/lgcookieslaw/classes/LGCookiesLawCookie.php:276
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.496 ms 1 /classes/shop/ShopUrl.php:178
570
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 789
ORDER BY `position`
0.496 ms 1 Yes /classes/Product.php:3539
274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 802)
0.496 ms 1 /classes/Product.php:3860
580
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 797
ORDER BY `position`
0.496 ms 1 Yes /classes/Product.php:3539
558
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 783
ORDER BY `position`
0.495 ms 1 Yes /classes/Product.php:3539
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 792)
0.493 ms 1 /classes/Product.php:3860
194
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 790
AND image_shop.`cover` = 1 LIMIT 1
0.492 ms 3 /classes/Product.php:3570
286
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 803)
0.491 ms 1 /classes/Product.php:3860
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.491 ms 1 /classes/Language.php:1214
475
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 822 LIMIT 1
0.488 ms 1 /classes/SpecificPrice.php:435
526
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 827)
0.487 ms 1 /classes/Product.php:3860
129
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.487 ms 0 /classes/tax/TaxRulesTaxManager.php:100
594
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 807
ORDER BY `position`
0.486 ms 1 Yes /classes/Product.php:3539
600
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 811
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3539
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 793)
0.484 ms 1 /classes/Product.php:3860
388
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 813
AND image_shop.`cover` = 1 LIMIT 1
0.482 ms 1 /classes/Product.php:3570
176
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 787 AND id_shop=1 LIMIT 1
0.479 ms 1 /classes/Product.php:6873
678
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (824) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.479 ms 1 Yes Yes /classes/Product.php:4513
423
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 817
ORDER BY f.position ASC
0.478 ms 1 Yes /classes/Product.php:6013
82
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '2' LIMIT 1
0.476 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
175
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 787)
0.475 ms 1 /classes/Product.php:3860
157
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 786
AND image_shop.`cover` = 1 LIMIT 1
0.471 ms 1 /classes/Product.php:3570
206
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 792
AND image_shop.`cover` = 1 LIMIT 1
0.471 ms 1 /classes/Product.php:3570
310
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 805)
0.471 ms 1 /classes/Product.php:3860
394
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 813)
0.470 ms 1 /classes/Product.php:3860
346
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 808)
0.468 ms 1 /classes/Product.php:3860
704
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.468 ms 1 /classes/module/Module.php:2137
370
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 811)
0.467 ms 1 /classes/Product.php:3860
57
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1
0.465 ms 1 /src/Adapter/EntityMapper.php:71
503
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 824 AND id_shop=1 LIMIT 1
0.465 ms 1 /classes/Product.php:6873
268
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 802
AND image_shop.`cover` = 1 LIMIT 1
0.462 ms 1 /classes/Product.php:3570
322
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 806)
0.461 ms 1 /classes/Product.php:3860
548
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 830
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.457 ms 0 /classes/SpecificPrice.php:256
40
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:71
292
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 804
AND image_shop.`cover` = 1 LIMIT 1
0.450 ms 1 /classes/Product.php:3570
484
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 823
AND image_shop.`cover` = 1 LIMIT 1
0.450 ms 1 /classes/Product.php:3570
532
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 828
AND image_shop.`cover` = 1 LIMIT 1
0.450 ms 1 /classes/Product.php:3570
91
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 353) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.449 ms 1 Yes /classes/PrestaShopCollection.php:383
181
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 789
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 1 /classes/Product.php:3570
352
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 809
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 1 /classes/Product.php:3570
490
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 823)
0.449 ms 1 /classes/Product.php:3860
550
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 830)
0.449 ms 1 /classes/Product.php:3860
334
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 807)
0.444 ms 1 /classes/Product.php:3860
543
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 828
ORDER BY f.position ASC
0.443 ms 1 Yes /classes/Product.php:6013
28
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:71
697
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.442 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
364
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 811
AND image_shop.`cover` = 1 LIMIT 1
0.441 ms 1 /classes/Product.php:3570
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.440 ms 1 /classes/shop/Shop.php:214
280
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 803
AND image_shop.`cover` = 1 LIMIT 1
0.440 ms 1 /classes/Product.php:3570
358
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 809)
0.439 ms 1 /classes/Product.php:3860
642
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.439 ms 0 /classes/module/Module.php:2137
219
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 793
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
332
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 807
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.436 ms 0 /classes/SpecificPrice.php:256
478
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 822)
0.436 ms 1 /classes/Product.php:3860
447
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 819
ORDER BY f.position ASC
0.436 ms 1 Yes /classes/Product.php:6013
328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 807
AND image_shop.`cover` = 1 LIMIT 1
0.435 ms 1 /classes/Product.php:3570
688
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.435 ms 1 /classes/Category.php:1589
46
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
340
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 808
AND image_shop.`cover` = 1 LIMIT 1
0.430 ms 1 /classes/Product.php:3570
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 785)
0.428 ms 1 /classes/Product.php:3860
139
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 784)
0.426 ms 1 /classes/Product.php:3860
442
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 819)
0.426 ms 1 /classes/Product.php:3860
514
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 825)
0.426 ms 1 /classes/Product.php:3860
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.424 ms 87 /classes/Hook.php:290
234
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 795 LIMIT 1
0.424 ms 1 /classes/SpecificPrice.php:435
73
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 5
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.423 ms 1 /classes/tax/TaxRulesTaxManager.php:100
304
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 805
AND image_shop.`cover` = 1 LIMIT 1
0.422 ms 1 /classes/Product.php:3570
316
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 806
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
400
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 816
AND image_shop.`cover` = 1 LIMIT 1
0.418 ms 1 /classes/Product.php:3570
77
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 2
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.417 ms 1 /classes/tax/TaxRulesTaxManager.php:100
709
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 57 AND `id_shop` = 1 LIMIT 1
0.416 ms 1 /classes/module/Module.php:2137
575
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 792
0.415 ms 1 /classes/Product.php:2899
53
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
100
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductAccessories' LIMIT 1
0.412 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
701
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.412 ms 1 /classes/module/Module.php:2664
97
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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.411 ms 1 /classes/Currency.php:1134
406
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 816)
0.411 ms 1 /classes/Product.php:3860
496
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 824
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
623
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 824
0.408 ms 1 /classes/Product.php:2899
188
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 789)
0.402 ms 1 /classes/Product.php:3860
460
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 821
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
121
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-08-12 00:00:00' AND '2025-08-12 23:59:59' LIMIT 1
0.401 ms 1 /classes/SpecificPrice.php:377
36
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.400 ms 1 /classes/Category.php:2446
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 801 AND id_shop=1 LIMIT 1
0.398 ms 1 /classes/Product.php:6873
30
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
585
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 802
0.394 ms 1 /classes/Product.php:2899
75
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 3
0.392 ms 1 /src/Adapter/EntityMapper.php:79
382
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 812)
0.392 ms 1 /classes/Product.php:3860
563
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 784
0.392 ms 1 /classes/Product.php:2899
169
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 787
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 1 /classes/Product.php:3570
63
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1983) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 820
AND image_shop.`cover` = 1 LIMIT 1
0.390 ms 1 /classes/Product.php:3570
430
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 818)
0.389 ms 1 /classes/Product.php:3860
98
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1
0.384 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
601
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 811
0.383 ms 1 /classes/Product.php:2899
115
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
0.381 ms 1 /classes/Product.php:5659
54
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1929) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
62
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1974) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
502
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 824)
0.379 ms 1 /classes/Product.php:3860
56
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
517
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.377 ms 1 /classes/stock/StockAvailable.php:453
307
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 805 LIMIT 1
0.375 ms 1 /classes/SpecificPrice.php:435
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 807) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.375 ms 1 /classes/stock/StockAvailable.php:453
243
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 797
AND image_shop.`cover` = 1 LIMIT 1
0.374 ms 1 /classes/Product.php:3570
85
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.373 ms 18 Yes /classes/ImageType.php:109
222
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 793 LIMIT 1
0.373 ms 1 /classes/SpecificPrice.php:435
511
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 825 LIMIT 1
0.373 ms 1 /classes/SpecificPrice.php:435
122
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-08-12 00:00:00' AND '2025-08-12 23:59:59' LIMIT 1
0.372 ms 1 /classes/SpecificPrice.php:381
436
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 819
AND image_shop.`cover` = 1 LIMIT 1
0.371 ms 1 /classes/Product.php:3570
81
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 3
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.370 ms 1 /classes/tax/TaxRulesTaxManager.php:100
454
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 820)
0.369 ms 1 /classes/Product.php:3860
33
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
277
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 802) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.365 ms 1 /classes/stock/StockAvailable.php:453
508
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 825
AND image_shop.`cover` = 1 LIMIT 1
0.365 ms 1 /classes/Product.php:3570
466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 821)
0.364 ms 1 /classes/Product.php:3860
203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 790) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:453
520
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 827
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 797 AND id_shop=1 LIMIT 1
0.363 ms 1 /classes/Product.php:6873
418
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 817)
0.361 ms 1 /classes/Product.php:3860
59
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1919) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1
0.360 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.360 ms 1 /classes/stock/StockAvailable.php:453
581
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 797
0.360 ms 1 /classes/Product.php:2899
295
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 804 LIMIT 1
0.359 ms 1 /classes/SpecificPrice.php:435
343
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 808 LIMIT 1
0.359 ms 1 /classes/SpecificPrice.php:435
220
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.358 ms 1 /classes/Product.php:5659
613
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 819
0.357 ms 1 /classes/Product.php:2899
11
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.357 ms 0 /classes/module/Module.php:2137
523
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 827 LIMIT 1
0.356 ms 1 /classes/SpecificPrice.php:435
145
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 785
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 804) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.355 ms 1 /classes/stock/StockAvailable.php:453
595
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 807
0.354 ms 1 /classes/Product.php:2899
293
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.353 ms 1 /classes/Product.php:5659
259
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 801 LIMIT 1
0.353 ms 1 /classes/SpecificPrice.php:435
107
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSummary' LIMIT 1
0.352 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
571
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 789
0.352 ms 1 /classes/Product.php:2899
76
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 4
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.352 ms 1 /classes/tax/TaxRulesTaxManager.php:100
103
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1
0.352 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
34
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.351 ms 1 /src/Adapter/EntityMapper.php:79
52
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
88
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
136
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 784 LIMIT 1
0.351 ms 1 /classes/SpecificPrice.php:435
172
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 787 LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:435
29
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.349 ms 1 /classes/Language.php:880
105
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactPageBuilder' LIMIT 1
0.348 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
587
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 803
0.347 ms 1 /classes/Product.php:2899
702
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.347 ms 1 /classes/module/Module.php:2137
99
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1
0.347 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
560
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.347 ms 1 /classes/FeatureFlag.php:105
109
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterCategory' LIMIT 1
0.345 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
191
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.344 ms 1 /classes/stock/StockAvailable.php:453
210
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 792 LIMIT 1
0.344 ms 1 /classes/SpecificPrice.php:435
361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 809) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.343 ms 1 /classes/stock/StockAvailable.php:453
349
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 808) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:453
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 811 LIMIT 1
0.340 ms 1 /classes/SpecificPrice.php:435
547
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 830 LIMIT 1
0.338 ms 1 /classes/SpecificPrice.php:435
559
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 783
0.338 ms 1 /classes/Product.php:2899
95
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1 GROUP BY title
0.337 ms 1 Yes Yes /modules/nrtthemecustomizer/nrtthemecustomizer.php:3949
365
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.337 ms 1 /classes/Product.php:5659
529
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 827) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.335 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
271
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 802 LIMIT 1
0.334 ms 1 /classes/SpecificPrice.php:435
61
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1970) AND (b.`id_shop` = 1) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
373
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 811) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.332 ms 1 /classes/stock/StockAvailable.php:453
493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 823) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.331 ms 1 /classes/stock/StockAvailable.php:453
472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 822
AND image_shop.`cover` = 1 LIMIT 1
0.331 ms 1 /classes/Product.php:3570
25
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.329 ms 1 /classes/Language.php:880
240
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 795) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.329 ms 1 /classes/stock/StockAvailable.php:453
31
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.327 ms 1 /src/Adapter/EntityMapper.php:79
424
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 818
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
463
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 821 LIMIT 1
0.327 ms 1 /classes/SpecificPrice.php:435
55
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1930) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
120
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.326 ms 2713 /classes/SpecificPrice.php:297
397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 813) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.325 ms 1 /classes/stock/StockAvailable.php:453
331
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 807 LIMIT 1
0.324 ms 1 /classes/SpecificPrice.php:435
593
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 806
0.324 ms 1 /classes/Product.php:2899
341
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.323 ms 1 /classes/Product.php:5659
391
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 813 LIMIT 1
0.323 ms 1 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.323 ms 1 /classes/Product.php:5659
639
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 53 AND `id_shop` = 1 LIMIT 1
0.323 ms 1 /classes/module/Module.php:2137
561
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.323 ms 18 /classes/ImageType.php:161
207
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 78 LIMIT 1
0.322 ms 1 /classes/Category.php:1373
226
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 793 AND id_shop=1 LIMIT 1
0.322 ms 1 /classes/Product.php:6873
101
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayProductSameCategory' LIMIT 1
0.322 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 793) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.320 ms 1 /classes/stock/StockAvailable.php:453
92
SELECT SQL_NO_CACHE `config`
FROM ps_nrt_themect_page_config 
WHERE `page_id` = 2 
AND   `page_type` = 'category' LIMIT 1
0.320 ms 0 /modules/nrtthemecustomizer/nrtthemecustomizer.php:3637
379
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 812 LIMIT 1
0.319 ms 1 /classes/SpecificPrice.php:435
427
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 818 LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:435
68
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
305
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.317 ms 1 /classes/Product.php:5659
541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.315 ms 1 /classes/stock/StockAvailable.php:453
281
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.314 ms 1 /classes/Product.php:5659
238
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 795 AND id_shop=1 LIMIT 1
0.313 ms 1 /classes/Product.php:6873
119
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 783 LIMIT 1
0.313 ms 1 /classes/SpecificPrice.php:435
289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 803) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.312 ms 1 /classes/stock/StockAvailable.php:453
389
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.312 ms 1 /classes/Product.php:5659
412
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 817
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
127
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 783 AND `id_group` = 1 LIMIT 1
0.311 ms 0 /classes/GroupReduction.php:153
433
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.311 ms 1 /classes/stock/StockAvailable.php:453
22
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.310 ms 1 /classes/module/Module.php:2046
128
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.310 ms 1 /classes/Group.php:151
597
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 808
0.310 ms 1 /classes/Product.php:2899
535
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 828 LIMIT 1
0.309 ms 1 /classes/SpecificPrice.php:435
58
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1918) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
603
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 812
0.305 ms 1 /classes/Product.php:2899
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 802 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6873
479
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 822 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6873
185
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 789 LIMIT 1
0.301 ms 1 /classes/SpecificPrice.php:435
27
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.300 ms 1 /classes/Currency.php:893
257
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.300 ms 1 /classes/Product.php:5659
505
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 824) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.300 ms 1 /classes/stock/StockAvailable.php:453
26
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.300 ms 1 /classes/shop/Shop.php:1183
308
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 805
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.299 ms 0 /classes/SpecificPrice.php:256
60
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1935) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
319
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 806 LIMIT 1
0.298 ms 1 /classes/SpecificPrice.php:435
32
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.297 ms 1 /classes/ObjectModel.php:1724
104
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1
0.297 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
403
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 816 LIMIT 1
0.297 ms 1 /classes/SpecificPrice.php:435
142
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.296 ms 1 /classes/stock/StockAvailable.php:453
567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 786
0.295 ms 1 /classes/Product.php:2899
317
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.295 ms 1 /classes/Product.php:5659
247
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 797
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.293 ms 0 /classes/SpecificPrice.php:256
300
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 804 AND `id_group` = 1 LIMIT 1
0.293 ms 0 /classes/GroupReduction.php:153
421
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 817) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
69
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:79
457
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.292 ms 1 /classes/stock/StockAvailable.php:453
108
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayHeaderCategory' LIMIT 1
0.291 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 786) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:453
232
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.291 ms 1 /classes/Product.php:5659
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 808 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6873
539
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 828 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6873
158
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
0.289 ms 1 /classes/Product.php:5659
51
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
78
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
536
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 828
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.288 ms 0 /classes/SpecificPrice.php:256
146
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
0.286 ms 1 /classes/Product.php:5659
336
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 807 AND `id_group` = 1 LIMIT 1
0.286 ms 0 /classes/GroupReduction.php:153
579
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 795
0.285 ms 1 /classes/Product.php:2899
605
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 813
0.285 ms 1 /classes/Product.php:2899
591
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 805
0.284 ms 1 /classes/Product.php:2899
684
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.284 ms 1 /classes/module/Module.php:2137
296
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 804
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.283 ms 0 /classes/SpecificPrice.php:256
703
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.283 ms 1 /classes/module/Module.php:2664
371
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 811 AND id_shop=1 LIMIT 1
0.282 ms 1 /classes/Product.php:6873
299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 804 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6873
599
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 809
0.280 ms 1 /classes/Product.php:2899
161
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 786
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.280 ms 0 /classes/SpecificPrice.php:256
208
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.279 ms 1 /classes/Product.php:5659
372
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 811 AND `id_group` = 1 LIMIT 1
0.278 ms 0 /classes/GroupReduction.php:153
491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 823 AND id_shop=1 LIMIT 1
0.278 ms 1 /classes/Product.php:6873
499
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 824 LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:435
170
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1
0.277 ms 1 /classes/Product.php:5659
476
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 822
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.277 ms 0 /classes/SpecificPrice.php:256
509
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.277 ms 1 /classes/Product.php:5659
87
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.276 ms 1 /classes/Country.php:402
93
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "axoncreator" LIMIT 1
0.275 ms 1 /classes/module/Module.php:2664
183
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 77 LIMIT 1
0.274 ms 1 /classes/Product.php:5659
182
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 77 LIMIT 1
0.274 ms 1 /classes/Category.php:1373
409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 816) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.274 ms 1 /classes/stock/StockAvailable.php:453
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.273 ms 1 /classes/ObjectModel.php:1724
323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 806 AND id_shop=1 LIMIT 1
0.273 ms 1 /classes/Product.php:6873
353
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.272 ms 1 /classes/Product.php:5659
497
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.272 ms 1 /classes/Product.php:5659
583
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 801
0.272 ms 1 /classes/Product.php:2899
359
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 809 AND id_shop=1 LIMIT 1
0.271 ms 1 /classes/Product.php:6873
392
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 813
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.271 ms 0 /classes/SpecificPrice.php:256
344
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 808
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.271 ms 0 /classes/SpecificPrice.php:256
215
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 792 AND `id_group` = 1 LIMIT 1
0.270 ms 0 /classes/GroupReduction.php:153
565
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 785
0.269 ms 1 /classes/Product.php:2899
35
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.268 ms 1 /classes/ObjectModel.php:1724
239
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 795 AND `id_group` = 1 LIMIT 1
0.268 ms 0 /classes/GroupReduction.php:153
260
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 801
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.268 ms 0 /classes/SpecificPrice.php:256
368
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 811
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.268 ms 0 /classes/SpecificPrice.php:256
79
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 2
0.267 ms 1 /src/Adapter/EntityMapper.php:79
348
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 808 AND `id_group` = 1 LIMIT 1
0.267 ms 0 /classes/GroupReduction.php:153
569
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 787
0.267 ms 1 /classes/Product.php:2899
94
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 45 AND `id_shop` = 1 LIMIT 1
0.266 ms 1 /classes/module/Module.php:2137
589
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 804
0.265 ms 1 /classes/Product.php:2899
223
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 793
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.264 ms 0 /classes/SpecificPrice.php:256
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 806) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.264 ms 1 /classes/stock/StockAvailable.php:453
396
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 813 AND `id_group` = 1 LIMIT 1
0.264 ms 0 /classes/GroupReduction.php:153
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 805 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6873
329
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.263 ms 1 /classes/Product.php:5659
360
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 809 AND `id_group` = 1 LIMIT 1
0.263 ms 0 /classes/GroupReduction.php:153
512
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 825
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.263 ms 0 /classes/SpecificPrice.php:256
464
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.262 ms 0 /classes/SpecificPrice.php:256
455
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 820 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6873
37
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.261 ms 1 /classes/Category.php:1751
110
SELECT SQL_NO_CACHE * 
FROM `ps_axon_creator_related` bc
LEFT JOIN `ps_axon_creator_related_shop` bcs
ON (bc.`id_axon_creator_related` = bcs.`id_axon_creator_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404PageBuilder' LIMIT 1
0.261 ms 8 /modules/axoncreator/src/Wp_Helper.php:1074
177
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 787 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:153
227
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 793 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:153
287
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 803 AND id_shop=1 LIMIT 1
0.261 ms 1 /classes/Product.php:6873
312
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 805 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:153
451
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 820 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:435
264
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 801 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:153
244
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 78 LIMIT 1
0.260 ms 1 /classes/Product.php:5659
456
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 820 AND `id_group` = 1 LIMIT 1
0.260 ms 0 /classes/GroupReduction.php:153
276
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 802 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:153
439
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 819 LIMIT 1
0.258 ms 1 /classes/SpecificPrice.php:435
487
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 823 LIMIT 1
0.258 ms 1 /classes/SpecificPrice.php:435
445
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:453
288
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 803 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:153
553
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
481
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
609
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 817
0.255 ms 1 /classes/Product.php:2899
385
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.254 ms 1 /classes/stock/StockAvailable.php:453
235
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 795
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.254 ms 0 /classes/SpecificPrice.php:256
521
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
377
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
415
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 817 LIMIT 1
0.253 ms 1 /classes/SpecificPrice.php:435
284
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 803
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.252 ms 0 /classes/SpecificPrice.php:256
189
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 789 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6873
324
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 806 AND `id_group` = 1 LIMIT 1
0.251 ms 0 /classes/GroupReduction.php:153
355
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 809 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
380
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 812
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.250 ms 0 /classes/SpecificPrice.php:256
552
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 830 AND `id_group` = 1 LIMIT 1
0.250 ms 0 /classes/GroupReduction.php:153
540
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 828 AND `id_group` = 1 LIMIT 1
0.249 ms 0 /classes/GroupReduction.php:153
201
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 790 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6873
419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 817 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6873
425
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 825 AND id_shop=1 LIMIT 1
0.246 ms 1 /classes/Product.php:6873
173
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 787
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.245 ms 0 /classes/SpecificPrice.php:256
96
SELECT SQL_NO_CACHE * FROM `ps_nrt_custom_fonts` WHERE `active` = 1
0.245 ms 1 /modules/nrtthemecustomizer/nrtthemecustomizer.php:3941
137
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 784
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.244 ms 0 /classes/SpecificPrice.php:256
154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 785) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
413
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.244 ms 1 /classes/Product.php:5659
469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
437
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
545
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
123
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 783
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.239 ms 0 /classes/SpecificPrice.php:256
461
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.238 ms 1 /classes/Product.php:5659
443
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 819 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6873
83
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.235 ms 0 /classes/module/Module.php:2664
116
SELECT SQL_NO_CACHE `id_product` FROM `ps_giftcardproduct`
0.235 ms 13 /modules/giftcard/models/GiftCardProduct.php:425
198
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 790
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.233 ms 0 /classes/SpecificPrice.php:256
272
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 802
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:256
428
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 818
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.232 ms 0 /classes/SpecificPrice.php:256
71
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 31) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 830 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6873
320
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 806
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.230 ms 0 /classes/SpecificPrice.php:256
72
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 31
0.226 ms 1 /src/Adapter/EntityMapper.php:79
149
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 785
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.226 ms 0 /classes/SpecificPrice.php:256
214
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 792 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6873
140
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 784 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6873
516
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 825 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:153
202
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 790 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:153
533
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.224 ms 1 /classes/Product.php:5659
356
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 809
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.223 ms 0 /classes/SpecificPrice.php:256
480
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 822 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:153
504
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 824 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:153
89
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10
0.223 ms 1 /src/Adapter/EntityMapper.php:79
404
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 816
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.222 ms 0 /classes/SpecificPrice.php:256
420
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 817 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:153
407
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 816 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6873
165
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 786 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:153
488
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 823
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:256
416
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 817
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.217 ms 0 /classes/SpecificPrice.php:256
440
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 819
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.216 ms 0 /classes/SpecificPrice.php:256
473
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
492
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 823 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:153
74
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 786 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6873
408
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 816 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:153
500
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 824
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:256
86
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1
0.212 ms 1 /classes/AddressFormat.php:653
431
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 818 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6873
468
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 821 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:153
84
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.208 ms 0 /classes/module/Module.php:2137
401
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
524
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 827
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:256
335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 807 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6873
384
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 812 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:153
186
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 789
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.202 ms 0 /classes/SpecificPrice.php:256
90
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.201 ms 1 /classes/ObjectModel.php:1589
383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 812 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6873
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 821 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6873
527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 827 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6873
152
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 785 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6873
452
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.197 ms 0 /classes/SpecificPrice.php:256
141
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 784 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:153
432
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 818 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:153
190
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 789 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:153
444
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 819 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:153
528
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 827 AND `id_group` = 1 LIMIT 1
0.185 ms 0 /classes/GroupReduction.php:153
153
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 785 AND `id_group` = 1 LIMIT 1
0.184 ms 0 /classes/GroupReduction.php:153

Doubles

37 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
36 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
36 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
36 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
36 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
36 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = 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
36 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
36 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
36 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
36 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
36 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 `ps_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 `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
36 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
36 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
36 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
36 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
30 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_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
11 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
5 queries
SELECT a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `ps_lgcookieslaw_cookie` a
LEFT JOIN `ps_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = XX)
WHERE (a.`id_lgcookieslaw_purpose` = XX) AND (a.`id_shop` = XX)
ORDER BY a.`name`
4 queries
SELECT *
FROM `ps_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
4 queries
SELECT *
							FROM `ps_tax_lang`
							WHERE `id_tax` = XX
4 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT XX FROM `ps_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

113 product
113 product_shop
78 category_lang
76 specific_price
74 cart_product
73 product_attribute_shop
73 image_shop
72 image
72 product_attribute
39 category
38 stock_available
38 product_lang
37 image_lang
36 specific_price_priority
36 product_group_reduction_cache
36 pack
36 feature_product
36 feature_lang
36 feature_value_lang
36 feature
36 feature_shop
36 product_attribute_combination
36 attribute
36 attribute_lang
36 attribute_group
35 category_shop
15 module
14 module_shop
14 axon_creator_related
14 axon_creator_related_shop
9 tax_rules_group
8 tax_rule
6 hook
6 currency
5 lang
5 currency_shop
5 lgcookieslaw_cookie
5 lgcookieslaw_cookie_lang
4 shop_url
4 shop
4 lang_shop
4 country
4 tax
4 tax_lang
4 cart_rule
3 hook_alias
3 category_group
3 category_product
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 image_type
2 nrt_custom_fonts
2 cart_rule_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 tax_rules_group_shop
1 address_format
1 required_field
1 nrt_themect_page_config
1 manufacturer
1 giftcardproduct
1 feature_flag
1 lgcookieslaw_purpose
1 lgcookieslaw_purpose_lang
1 cms
1 cms_lang
1 cms_shop
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 108 /classes/Link.php:113 (__construct) [id: 783]
/classes/Link.php:113 (__construct) [id: 784]
/classes/Link.php:113 (__construct) [id: 785]
/classes/Link.php:113 (__construct) [id: 786]
/classes/Link.php:113 (__construct) [id: 787]
/classes/Link.php:113 (__construct) [id: 789]
/classes/Link.php:113 (__construct) [id: 790]
/classes/Link.php:113 (__construct) [id: 792]
/classes/Link.php:113 (__construct) [id: 793]
/classes/Link.php:113 (__construct) [id: 795]
/classes/Link.php:113 (__construct) [id: 797]
/classes/Link.php:113 (__construct) [id: 801]
/classes/Link.php:113 (__construct) [id: 802]
/classes/Link.php:113 (__construct) [id: 803]
/classes/Link.php:113 (__construct) [id: 804]
/classes/Link.php:113 (__construct) [id: 805]
/classes/Link.php:113 (__construct) [id: 806]
/classes/Link.php:113 (__construct) [id: 807]
/classes/Link.php:113 (__construct) [id: 808]
/classes/Link.php:113 (__construct) [id: 809]
/classes/Link.php:113 (__construct) [id: 811]
/classes/Link.php:113 (__construct) [id: 812]
/classes/Link.php:113 (__construct) [id: 813]
/classes/Link.php:113 (__construct) [id: 816]
/classes/Link.php:113 (__construct) [id: 817]
/classes/Link.php:113 (__construct) [id: 818]
/classes/Link.php:113 (__construct) [id: 819]
/classes/Link.php:113 (__construct) [id: 820]
/classes/Link.php:113 (__construct) [id: 821]
/classes/Link.php:113 (__construct) [id: 822]
/classes/Link.php:113 (__construct) [id: 823]
/classes/Link.php:113 (__construct) [id: 824]
/classes/Link.php:113 (__construct) [id: 825]
/classes/Link.php:113 (__construct) [id: 827]
/classes/Link.php:113 (__construct) [id: 828]
/classes/Link.php:113 (__construct) [id: 830]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 783]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 784]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 785]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 786]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 787]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 789]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 790]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 792]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 793]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 795]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 797]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 801]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 802]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 803]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 804]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 805]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 806]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 807]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 808]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 809]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 811]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 812]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 813]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 816]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 817]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 818]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 819]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 820]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 821]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 822]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 823]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 824]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 825]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 827]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 828]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 830]
/classes/Link.php:113 (__construct) [id: 783]
/classes/Link.php:113 (__construct) [id: 784]
/classes/Link.php:113 (__construct) [id: 785]
/classes/Link.php:113 (__construct) [id: 786]
/classes/Link.php:113 (__construct) [id: 787]
/classes/Link.php:113 (__construct) [id: 789]
/classes/Link.php:113 (__construct) [id: 790]
/classes/Link.php:113 (__construct) [id: 792]
/classes/Link.php:113 (__construct) [id: 793]
/classes/Link.php:113 (__construct) [id: 795]
/classes/Link.php:113 (__construct) [id: 797]
/classes/Link.php:113 (__construct) [id: 801]
/classes/Link.php:113 (__construct) [id: 802]
/classes/Link.php:113 (__construct) [id: 803]
/classes/Link.php:113 (__construct) [id: 804]
/classes/Link.php:113 (__construct) [id: 805]
/classes/Link.php:113 (__construct) [id: 806]
/classes/Link.php:113 (__construct) [id: 807]
/classes/Link.php:113 (__construct) [id: 808]
/classes/Link.php:113 (__construct) [id: 809]
/classes/Link.php:113 (__construct) [id: 811]
/classes/Link.php:113 (__construct) [id: 812]
/classes/Link.php:113 (__construct) [id: 813]
/classes/Link.php:113 (__construct) [id: 816]
/classes/Link.php:113 (__construct) [id: 817]
/classes/Link.php:113 (__construct) [id: 818]
/classes/Link.php:113 (__construct) [id: 819]
/classes/Link.php:113 (__construct) [id: 820]
/classes/Link.php:113 (__construct) [id: 821]
/classes/Link.php:113 (__construct) [id: 822]
/classes/Link.php:113 (__construct) [id: 823]
/classes/Link.php:113 (__construct) [id: 824]
/classes/Link.php:113 (__construct) [id: 825]
/classes/Link.php:113 (__construct) [id: 827]
/classes/Link.php:113 (__construct) [id: 828]
/classes/Link.php:113 (__construct) [id: 830]
Category 66 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1920]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 33]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 37]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 39]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 40]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 54]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 55]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 56]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 74]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 92]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 97]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 99]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 105]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1929]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1930]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 110]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 128]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1918]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1919]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1935]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1970]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1974]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 1983]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/Link.php:402 (__construct) [id: 75]
/classes/Link.php:402 (__construct) [id: 75]
/classes/Link.php:402 (__construct) [id: 75]
/classes/Link.php:402 (__construct) [id: 75]
/classes/Link.php:402 (__construct) [id: 75]
/classes/Link.php:402 (__construct) [id: 77]
/classes/Link.php:402 (__construct) [id: 77]
/classes/Link.php:402 (__construct) [id: 78]
/classes/Link.php:402 (__construct) [id: 78]
/classes/Link.php:402 (__construct) [id: 78]
/classes/Link.php:402 (__construct) [id: 78]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/classes/Link.php:402 (__construct) [id: 79]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
Tax 7 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 31]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 2]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
Country 6 /config/config.inc.php:146 (__construct) [id: 10]
/classes/controller/FrontController.php:354 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10]
/classes/controller/FrontController.php:1779 (__construct) [id: 10]
/modules/paypal/paypal.php:352 (__construct) [id: 10]
/modules/paypal/classes/AbstractMethodPaypal.php:100 (__construct) [id: 10]
Address 4 /modules/motive/src/Builder/Price/BasePriceBuilder.php:206 (initialize) [id: ]
/classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
CMS 1 /classes/Link.php:555 (__construct) [id: 3]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/prod/appParameters.php
114 /var/cache/prod/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/File/YamlParser.php
152 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
153 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
154 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
155 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
156 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
158 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
160 /var/cache/prod/yaml/0617895d630c322a2af210cc8f4b5dc3.php
161 /src/Core/Util/ArrayFinder.php
162 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
163 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
168 /config/defines_uri.inc.php
169 /classes/Language.php
170 /src/Core/Language/LanguageInterface.php
171 /classes/Country.php
172 /classes/PrestaShopCollection.php
173 /classes/shop/ShopGroup.php
174 /classes/Cookie.php
175 /classes/PhpEncryption.php
176 /classes/PhpEncryptionEngine.php
177 /vendor/defuse/php-encryption/src/Key.php
178 /vendor/defuse/php-encryption/src/Encoding.php
179 /vendor/defuse/php-encryption/src/Core.php
180 /src/Core/Session/SessionHandler.php
181 /src/Core/Session/SessionHandlerInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
198 /config/smarty.config.inc.php
199 /vendor/smarty/smarty/libs/Smarty.class.php
200 /vendor/smarty/smarty/libs/functions.php
201 /vendor/smarty/smarty/libs/Autoloader.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
211 /config/smartyfront.config.inc.php
212 /classes/Smarty/SmartyResourceModule.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
215 /classes/Smarty/SmartyResourceParent.php
216 /classes/Smarty/SmartyLazyRegister.php
217 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
218 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
219 /override/classes/Customer.php
220 /classes/Customer.php
221 /classes/Group.php
222 /override/classes/Link.php
223 /classes/Link.php
224 /classes/shop/ShopUrl.php
225 /classes/Dispatcher.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
230 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
231 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
233 /src/Adapter/SymfonyContainer.php
234 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
235 /config/db_slave_server.inc.php
236 /src/Adapter/ContainerBuilder.php
237 /src/Adapter/Environment.php
238 /src/Core/EnvironmentInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
250 /vendor/symfony/contracts/Service/ResetInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
253 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
256 /vendor/symfony/contracts/Cache/ItemInterface.php
257 /vendor/psr/cache/src/CacheItemInterface.php
258 /vendor/psr/cache/src/CacheItemPoolInterface.php
259 /vendor/symfony/contracts/Cache/CacheInterface.php
260 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
261 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
262 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
263 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
264 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
265 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
266 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
269 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
324 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
328 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
329 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
330 /var/cache/prod/FrontContainer.php
331 /src/Adapter/Container/LegacyContainer.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
333 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
334 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
335 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
336 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
337 /vendor/psr/container/src/ContainerExceptionInterface.php
338 /vendor/psr/container/src/NotFoundExceptionInterface.php
339 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
342 /src/Adapter/Container/LegacyContainerInterface.php
343 /modules/ps_facetedsearch/vendor/autoload.php
344 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
345 /modules/ps_facetedsearch/vendor/composer/platform_check.php
346 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
347 /modules/ps_distributionapiclient/vendor/autoload.php
348 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
349 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
350 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
351 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
352 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
353 /modules/paypal/vendor/autoload.php
354 /modules/paypal/vendor/composer/autoload_real.php
355 /modules/paypal/vendor/composer/autoload_static.php
356 /modules/multisafepayofficial/vendor/autoload.php
357 /modules/multisafepayofficial/vendor/composer/autoload_real.php
358 /modules/multisafepayofficial/vendor/composer/platform_check.php
359 /modules/multisafepayofficial/vendor/composer/autoload_static.php
360 /modules/heylight/vendor/autoload.php
361 /modules/heylight/vendor/composer/autoload_real.php
362 /modules/heylight/vendor/composer/autoload_static.php
363 /modules/lgcookieslaw/vendor/autoload.php
364 /modules/lgcookieslaw/vendor/composer/autoload_real.php
365 /modules/lgcookieslaw/vendor/composer/autoload_static.php
366 /modules/giftcard/vendor/autoload.php
367 /modules/giftcard/vendor/composer/autoload_real.php
368 /modules/giftcard/vendor/composer/platform_check.php
369 /modules/giftcard/vendor/composer/autoload_static.php
370 /modules/motive/vendor/autoload.php
371 /modules/motive/vendor/composer/autoload_real.php
372 /modules/motive/vendor/composer/autoload_static.php
373 /src/Core/Hook/HookModuleFilter.php
374 /src/Core/Hook/HookModuleFilterInterface.php
375 /modules/smartblog/smartblog.php
376 /modules/smartblog/classes/BlogCategory.php
377 /modules/smartblog/classes/BlogImageType.php
378 /modules/smartblog/classes/BlogTag.php
379 /modules/smartblog/classes/SmartBlogPost.php
380 /modules/smartblog/classes/SmartBlogHelperTreeCategories.php
381 /classes/tree/Tree.php
382 /modules/smartblog/classes/BlogComment.php
383 /modules/smartblog/classes/BlogPostCategory.php
384 /modules/smartblog/classes/SmartBlogLink.php
385 /src/Core/Module/WidgetInterface.php
386 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
387 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
388 /classes/Translate.php
389 /modules/smartblog/translations/it.php
390 /src/PrestaShopBundle/Translation/TranslatorComponent.php
391 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
392 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
393 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
394 /vendor/symfony/contracts/Translation/TranslatorInterface.php
395 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
396 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
397 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
398 /src/PrestaShopBundle/Translation/TranslatorInterface.php
399 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
400 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
401 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
402 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
403 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
404 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
405 /vendor/symfony/contracts/Translation/TranslatorTrait.php
406 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
407 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
408 /var/cache/prod/translations/catalogue.it-IT.NXhscRe.php
409 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
410 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
411 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
412 /src/Core/Util/String/StringModifier.php
413 /src/Core/Util/String/StringModifierInterface.php
414 /controllers/front/listing/CategoryController.php
415 /classes/controller/ProductListingFrontController.php
416 /classes/controller/ProductPresentingFrontController.php
417 /classes/controller/FrontController.php
418 /src/Adapter/Presenter/Object/ObjectPresenter.php
419 /src/Adapter/Presenter/PresenterInterface.php
420 /src/Adapter/Presenter/Cart/CartPresenter.php
421 /src/Adapter/Image/ImageRetriever.php
422 /classes/tax/TaxConfiguration.php
423 /classes/Smarty/TemplateFinder.php
424 /classes/assets/StylesheetManager.php
425 /classes/assets/AbstractAssetManager.php
426 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
427 /classes/assets/JavascriptManager.php
428 /classes/assets/CccReducer.php
429 /classes/Category.php
430 /classes/webservice/WebserviceRequest.php
431 /modules/heylight/heylight.php
432 /classes/PaymentModule.php
433 /src/PrestaShopBundle/Translation/DomainNormalizer.php
434 /modules/heylight/src/Classes/Hook.php
435 /src/Core/Localization/Locale/Repository.php
436 /src/Core/Localization/Locale/RepositoryInterface.php
437 /src/Core/Localization/CLDR/LocaleRepository.php
438 /src/Core/Localization/CLDR/LocaleDataSource.php
439 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
440 /src/Core/Data/Layer/AbstractDataLayer.php
441 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
442 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
443 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
444 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
445 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
446 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
447 /vendor/symfony/contracts/Cache/CacheTrait.php
448 /vendor/psr/cache/src/InvalidArgumentException.php
449 /vendor/psr/cache/src/CacheException.php
450 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
451 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
452 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
453 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
454 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
455 /src/Core/Localization/CLDR/Reader.php
456 /src/Core/Localization/CLDR/ReaderInterface.php
457 /src/Core/Localization/Currency/Repository.php
458 /src/Core/Localization/Currency/RepositoryInterface.php
459 /src/Core/Localization/Currency/CurrencyDataSource.php
460 /src/Core/Localization/Currency/DataSourceInterface.php
461 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
462 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
463 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
464 /src/Adapter/Currency/CurrencyDataProvider.php
465 /src/Core/Currency/CurrencyDataProviderInterface.php
466 /src/Adapter/LegacyContext.php
467 /src/Adapter/Tools.php
468 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
469 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
470 /vendor/prestashop/decimal/src/Operation/Rounding.php
471 /src/Core/Localization/Locale.php
472 /src/Core/Localization/LocaleInterface.php
473 /src/Core/Localization/Specification/Price.php
474 /src/Core/Localization/Specification/Number.php
475 /src/Core/Localization/Specification/NumberInterface.php
476 /src/Core/Localization/Specification/Factory.php
477 /src/Core/Localization/CLDR/LocaleData.php
478 /src/Core/Localization/CLDR/NumberSymbolsData.php
479 /src/Core/Localization/CLDR/CurrencyData.php
480 /src/Core/Localization/CLDR/Locale.php
481 /src/Core/Localization/CLDR/LocaleInterface.php
482 /src/Core/Localization/Specification/NumberSymbolList.php
483 /classes/Currency.php
484 /src/Core/Localization/Currency/LocalizedCurrencyId.php
485 /src/Core/Localization/Currency/CurrencyData.php
486 /src/Core/Localization/Currency/CurrencyCollection.php
487 /src/Core/Localization/Currency.php
488 /src/Core/Localization/CurrencyInterface.php
489 /src/Core/Localization/Specification/NumberCollection.php
490 /src/Core/Localization/Number/Formatter.php
491 /classes/Cart.php
492 /src/Adapter/AddressFactory.php
493 /classes/CartRule.php
494 /override/classes/Product.php
495 /classes/Product.php
496 /src/Core/Domain/Product/ValueObject/RedirectType.php
497 /src/Core/Util/DateTime/DateTime.php
498 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
499 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
500 /src/Core/Domain/Product/ValueObject/ProductType.php
501 /src/Core/Domain/Product/ValueObject/Reference.php
502 /src/Core/Domain/Product/ValueObject/Ean13.php
503 /src/Core/Domain/Product/ValueObject/Isbn.php
504 /src/Core/Domain/Product/ValueObject/Upc.php
505 /src/Core/Domain/Product/ProductSettings.php
506 /modules/axoncreator/axoncreator.php
507 /modules/axoncreator/src/Wp_Helper.php
508 /modules/axoncreator/includes/plugin.php
509 /modules/axoncreator/src/AxonCreatorPost.php
510 /modules/axoncreator/src/AxonCreatorRelated.php
511 /modules/axoncreator/src/AxonCreatorTemplate.php
512 /modules/axoncreator/src/AxonCreatorRevisions.php
513 /modules/axoncreator/translations/it.php
514 /src/Core/Domain/Shop/ValueObject/ShopId.php
515 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
516 /modules/motive/motive.php
517 /modules/motive/translations/it.php
518 /modules/motive/src/Config.php
519 /modules/motive/src/LabelsAvailabilityConfig.php
520 /classes/Media.php
521 /modules/motive/src/Builder/Price/BasePriceBuilder.php
522 /modules/motive/src/Builder/Price/PriceBuilderInterface.php
523 /modules/motive/src/Builder/Price/XResultPriceBuilderInterface.php
524 /modules/motive/src/PriceModifiers.php
525 /classes/tax/Tax.php
526 /classes/tax/TaxRulesGroup.php
527 /override/classes/Address.php
528 /classes/Address.php
529 /classes/tax/TaxManagerFactory.php
530 /classes/tax/TaxRulesTaxManager.php
531 /classes/tax/TaxManagerInterface.php
532 /classes/tax/TaxCalculator.php
533 /modules/motive/src/Model/Price.php
534 /modules/motive/src/MotiveApiController.php
535 /classes/controller/ModuleFrontController.php
536 /modules/blockreassurance/blockreassurance.php
537 /modules/ps_emailsubscription/ps_emailsubscription.php
538 /modules/ps_socialfollow/ps_socialfollow.php
539 /modules/ps_emailalerts/ps_emailalerts.php
540 /modules/ps_emailalerts/MailAlert.php
541 /modules/multisafepayofficial/multisafepayofficial.php
542 /modules/multisafepayofficial/translations/it.php
543 /modules/heylight/src/Classes/Widget.php
544 /src/Adapter/Presenter/Cart/CartLazyArray.php
545 /src/Adapter/Presenter/AbstractLazyArray.php
546 /src/Adapter/Product/PriceFormatter.php
547 /src/Core/Util/Inflector.php
548 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
549 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
550 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
551 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
552 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
553 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
554 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
555 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
556 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
557 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
558 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
559 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
560 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
561 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
562 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
563 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
564 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
565 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
566 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
567 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
568 /classes/Gender.php
569 /classes/Risk.php
570 /classes/Meta.php
571 /classes/ImageType.php
572 /classes/State.php
573 /src/Core/Security/PasswordPolicyConfiguration.php
574 /src/Core/Configuration/DataConfigurationInterface.php
575 /src/Core/Security/Hashing.php
576 /src/Core/Filter/FrontEndObject/MainFilter.php
577 /src/Core/Filter/FilterInterface.php
578 /src/Core/Filter/FrontEndObject/CartFilter.php
579 /src/Core/Filter/HashMapWhitelistFilter.php
580 /src/Core/Filter/CollectionFilter.php
581 /src/Core/Filter/FrontEndObject/ProductFilter.php
582 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
583 /src/Core/Filter/FrontEndObject/CustomerFilter.php
584 /src/Core/Filter/FrontEndObject/ShopFilter.php
585 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
586 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
587 /var/cache/prod/smarty/compile/akira_child_theme/4c/18/7e/4c187e4abc511e005958222961fb4063c79e9698_2.file.header.tpl.php
588 /modules/lgcookieslaw/lgcookieslaw.php
589 /modules/lgcookieslaw/config/config.inc.php
590 /modules/lgcookieslaw/translations/it.php
591 /modules/ps_googleanalytics/ps_googleanalytics.php
592 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
593 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
594 /modules/nrtthemecustomizer/nrtthemecustomizer.php
595 /modules/nrtthemecustomizer/src/NrtCustomFonts.php
596 /modules/nrtthemecustomizer/translations/it.php
597 /modules/nrtmegamenu/nrtmegamenu.php
598 /modules/nrtmegamenu/classes/NrtMegaMenuClass.php
599 /modules/nrtmegamenu/classes/NrtMegaColumnClass.php
600 /modules/nrtmegamenu/classes/NrtMegaProductClass.php
601 /modules/nrtmegamenu/classes/NrtMegaBrandClass.php
602 /modules/nrtmegamenu/translations/it.php
603 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
604 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
605 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
606 /var/cache/prod/smarty/cache/pageBuilder/GlobalCssJs/1/1/1/10/akira_child_theme/6d/27/6d/6d276d76fcd691f27d57e7e449ff5510c5a06414.axoncreatorviewstemplateshookcss_js_unique.tpl.php
607 /modules/nrtpopupnewsletter/nrtpopupnewsletter.php
608 /modules/nrtpopupnewsletter/translations/it.php
609 /modules/nrtproductslinknav/nrtproductslinknav.php
610 /modules/nrtproductslinknav/translations/it.php
611 /modules/nrtzoom/nrtzoom.php
612 /modules/nrtzoom/translations/it.php
613 /modules/nrtvariant/nrtvariant.php
614 /modules/nrtvariant/translations/it.php
615 /modules/nrtsearchbar/nrtsearchbar.php
616 /modules/nrtsearchbar/translations/it.php
617 /modules/nrtsociallogin/nrtsociallogin.php
618 /modules/nrtsociallogin/translations/it.php
619 /modules/nrtshoppingcart/nrtshoppingcart.php
620 /modules/nrtshoppingcart/translations/it.php
621 /modules/nrtcountdown/nrtcountdown.php
622 /modules/nrtcountdown/translations/it.php
623 /modules/nrtproductvideo/nrtproductvideo.php
624 /modules/nrtproductvideo/src/ProductVideoModel.php
625 /modules/nrtproductvideo/translations/it.php
626 /modules/nrtcaptcha/nrtcaptcha.php
627 /modules/nrtcaptcha/translations/it.php
628 /modules/paypal/paypal.php
629 /modules/paypal/config_prod.php
630 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
631 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
632 /modules/paypal/translations/it.php
633 /modules/paypal/classes/Constants/PaypalConfigurations.php
634 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
635 /modules/paypal/classes/Constants/WebHookConf.php
636 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
637 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
638 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
639 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
640 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
641 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
642 /modules/paypal/diagnostic.php
643 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
644 /modules/paypal/classes/AbstractMethodPaypal.php
645 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
646 /modules/paypal/classes/MethodEC.php
647 /modules/paypal/classes/WhiteList/WhiteListService.php
648 /modules/paypal/classes/API/PaypalApiManager.php
649 /modules/paypal/classes/API/PaypalApiManagerInterface.php
650 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
651 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
652 /modules/paypal/classes/API/PaypalClient.php
653 /modules/paypal/classes/API/Client/HttpClient.php
654 /modules/paypal/classes/API/ClientInterface.php
655 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
656 /modules/paypal/classes/API/EnvironmentInterface.php
657 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
658 /modules/paypal/classes/API/InjectorInterface.php
659 /modules/paypal/classes/API/Injector/BnCodeInjector.php
660 /modules/paypal/classes/API/Injector/UserAgentInjector.php
661 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
662 /modules/artcartadocentilite/artcartadocentilite.php
663 /modules/artcartadocentilite/translations/it.php
664 /modules/giftcard/giftcard.php
665 /modules/giftcard/models/GiftCardProduct.php
666 /modules/giftcard/models/GiftCardOrder.php
667 /modules/giftcard/models/GiftCardOrderUsage.php
668 /modules/giftcard/models/GiftCardTag.php
669 /modules/giftcard/models/GiftCardTemplate.php
670 /modules/giftcard/models/PDFGiftCard.php
671 /vendor/tecnickcom/tcpdf/tcpdf.php
672 /vendor/tecnickcom/tcpdf/tcpdf_autoconfig.php
673 /vendor/tecnickcom/tcpdf/config/tcpdf_config.php
674 /vendor/tecnickcom/tcpdf/include/tcpdf_font_data.php
675 /vendor/tecnickcom/tcpdf/include/tcpdf_fonts.php
676 /vendor/tecnickcom/tcpdf/include/tcpdf_colors.php
677 /vendor/tecnickcom/tcpdf/include/tcpdf_images.php
678 /vendor/tecnickcom/tcpdf/include/tcpdf_static.php
679 /modules/giftcard/tools/GiftCardTools.php
680 /modules/giftcard/tools/MailGiftCard.php
681 /modules/giftcard/translations/it.php
682 /src/Core/Product/Search/ProductSearchContext.php
683 /src/Core/Product/Search/ProductSearchQuery.php
684 /src/Core/Product/Search/SortOrder.php
685 /src/Adapter/Category/CategoryProductSearchProvider.php
686 /src/Core/Product/Search/ProductSearchProviderInterface.php
687 /src/Core/Product/Search/SortOrderFactory.php
688 /classes/Combination.php
689 /classes/stock/StockAvailable.php
690 /vendor/prestashop/decimal/src/DecimalNumber.php
691 /vendor/prestashop/decimal/src/Builder.php
692 /classes/SpecificPrice.php
693 /classes/GroupReduction.php
694 /src/Core/Localization/CLDR/ComputingPrecision.php
695 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
696 /classes/Pack.php
697 /override/classes/order/Order.php
698 /classes/order/Order.php
699 /classes/Feature.php
700 /src/Core/Product/Search/ProductSearchResult.php
701 /src/Core/Product/Search/SortOrdersCollection.php
702 /classes/ProductAssembler.php
703 /classes/ProductPresenterFactory.php
704 /src/Adapter/Presenter/Product/ProductListingPresenter.php
705 /src/Adapter/Presenter/Product/ProductPresenter.php
706 /src/Adapter/Product/ProductColorsRetriever.php
707 /src/Adapter/HookManager.php
708 /src/Core/Product/ProductPresentationSettings.php
709 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
710 /src/Adapter/Presenter/Product/ProductLazyArray.php
711 /classes/Image.php
712 /src/Core/Image/ImageFormatConfiguration.php
713 /src/Core/Image/ImageFormatConfigurationInterface.php
714 /classes/FeatureFlag.php
715 /src/Core/FeatureFlag/FeatureFlagSettings.php
716 /vendor/prestashop/decimal/src/Operation/Multiplication.php
717 /vendor/prestashop/decimal/src/Operation/Addition.php
718 /src/Core/Product/Search/Pagination.php
719 /vendor/defuse/php-encryption/src/Crypto.php
720 /vendor/defuse/php-encryption/src/KeyOrPassword.php
721 /vendor/defuse/php-encryption/src/RuntimeTests.php
722 /vendor/defuse/php-encryption/src/DerivedKeys.php
723 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
724 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
725 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/e0/2f/65/e02f65299ec3504b013597109c437c3e9c9a6135_2.file.category.tpl.php
726 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
727 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
728 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/94/95/51/949551b588c2e5d2f122aed1992f8ef5e5a266a3_2.file.product-list.tpl.php
729 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/2b/5e/cb/2b5ecb9bf56662c8e59d2c80accf0e588f2ba1ea_2.file.listing-1.tpl.php
730 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/36/f0/9b/36f09bb872f2efb3d9bc1cb982dea45a6eac0df2_2.file.layout-both-columns.tpl.php
731 /vendor/smarty/smarty/libs/plugins/modifier.count.php
732 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/df/1a/23/df1a23a214ef0a120beadd8e16164055922d16b2_2.file.head.tpl.php
733 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
734 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/3c/29/32/3c293201b65ebbaad3692fe308185e7b56c97b0b_2.file.head-jsonld.tpl.php
735 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/28/b6/31/28b6315eb975f369e2a92293b92132cd6453e50c_2.file.product-list-jsonld.tpl.php
736 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/65/b3/f1/65b3f12859f9b3e7d65e679166ef509829b0a216_2.file.pagination-seo.tpl.php
737 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
738 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
739 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/d2/70/d7d270574cb9fabafa08d814c9ffb4fb39e95e30_2.file.stylesheets.tpl.php
740 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/ff/e0/22/ffe0225e2bbc502ca85b0006e64cdcc62830d832_2.file.javascript.tpl.php
741 /classes/ProductDownload.php
742 /src/Core/Cart/Calculator.php
743 /src/Core/Cart/CartRowCollection.php
744 /src/Core/Cart/Fees.php
745 /src/Core/Cart/AmountImmutable.php
746 /src/Core/Cart/CartRuleCollection.php
747 /src/Core/Cart/CartRuleCalculator.php
748 /src/Adapter/Product/PriceCalculator.php
749 /src/Core/Cart/CartRow.php
750 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
751 /var/cache/prod/smarty/compile/26/92/58/269258961c8b358ea98354017d8b03c90f6c10c0_2.file.view_cookies_scripts_content.tpl.php
752 /var/cache/prod/smarty/compile/cd/f7/43/cdf743a537629f85f3f2e5a4a41df05c71242785_2.file.view_after_body_opening_tag_header.tpl.php
753 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/10/5f/53/105f53e1b5ea3000c1d577031e10607699f4060f_2.file.product-activation.tpl.php
754 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/0f/de/08/0fde08f2ec4d4cfbb8feb4ec60dd871bd3a134bc_2.file.header.tpl.php
755 /modules/nrtproducttags/nrtproducttags.php
756 /modules/nrtproducttags/translations/it.php
757 /modules/pagesnotfound/pagesnotfound.php
758 /modules/paypal/classes/InstallmentBanner/BannerManager.php
759 /modules/paypal/classes/InstallmentBanner/Banner.php
760 /var/cache/prod/smarty/cache/pageBuilder/11/1/1/1/10/akira_child_theme/c9/87/da/c987dae5eeb4014fa33406be8bc8ffd2d83c6d8f.axoncreatorviewstemplateshookpage_content.tpl.php
761 /var/cache/prod/smarty/cache/pageBuilder/4/1/1/1/10/akira_child_theme/c9/87/da/c987dae5eeb4014fa33406be8bc8ffd2d83c6d8f.axoncreatorviewstemplateshookpage_content.tpl.php
762 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/a2/e1/8b/a2e18b5a2b822f76f5f60230761c184a5b48f81a_2.file.breadcrumb.tpl.php
763 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/25/1b/01/251b01fb3dfcb1c16b4e22de8e22012c68b2c5b4_2.file.notifications.tpl.php
764 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/c5/3f/1f/c53f1f3fa0c48baff642a0cc2aea132d82731e1c_2.file.products-top.tpl.php
765 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
766 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/61/61/12/616112b93c98ccc172983609de6198e386cbf61f_2.file.sort-orders.tpl.php
767 /modules/ps_facetedsearch/ps_facetedsearch.php
768 /modules/ps_facetedsearch/src/HookDispatcher.php
769 /modules/ps_facetedsearch/src/Hook/Attribute.php
770 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
771 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
772 /modules/ps_facetedsearch/src/Hook/Category.php
773 /modules/ps_facetedsearch/src/Hook/Configuration.php
774 /modules/ps_facetedsearch/src/Hook/Design.php
775 /modules/ps_facetedsearch/src/Hook/Feature.php
776 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
777 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
778 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
779 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
780 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
781 /modules/ps_facetedsearch/src/Hook/Product.php
782 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
783 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
784 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d7/c9/69/d7c96932b1f3016834697f7314bd7fbc803de365_2.file.products.tpl.php
785 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/37/21/3a/37213a39f6155338df4b24d1c5155ba4dee36de1_2.file.product-loop.tpl.php
786 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/10/c7/26/10c726c0cc783d7ed9657ed2725993e78beefdce_2.file.product-3.tpl.php
787 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b5/b6/ba/b5b6ba8ebf380af1c62306e4e37118f4ada2c077_2.file.img-product.tpl.php
788 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/67/1f/02/671f02562c124dfeb1a8d13b49028134f0c97ab9_2.file.product-flags.tpl.php
789 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/bd/a0/a4/bda0a41a677f1541a10f015170acb5179ab26715_2.file.countdown.tpl.php
790 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/af/2a/0e/af2a0ea9725c4fdf998173f87889b32bd929841e_2.file.btn-compare.tpl.php
791 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/b0/db/49/b0db4974212c0b39ed8e035d947b923e044c39f4_2.file.quick-view.tpl.php
792 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/d1/2c/f4/d12cf41337d9f6fdbc991e70e99c2a341645ff32_2.file.btn-wishlist.tpl.php
793 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/66/01/d8/6601d8bbeafaecd4f3fa23f940cbe53c7d483a77_2.file.add-to-cart.tpl.php
794 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/85/a2/57/85a257baad96a8319ee7999e5d127dde3cc9d38d_2.file.price.tpl.php
795 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
796 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/c6/b7/1e/c6b71e49cede1bcc8978c610480f543e76054d95_2.file.products-bottom.tpl.php
797 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/6d/61/ce/6d61cecdb8f6a5aa724cb72d0d154abb47fb63cb_2.file.category-footer.tpl.php
798 /modules/ps_categorytree/ps_categorytree.php
799 /var/cache/prod/smarty/compile/akira_child_theme/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
800 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
801 /var/cache/prod/smarty/cache/nrtmegamenu/1/1/1/10_column/akira_child_theme/94/fe/d4/94fed468fee9f65386df65cacbb3b7490bb87c87.nrtmegamenuviewstemplateshookcolumnmegamenu.tpl.php
802 /var/cache/prod/smarty/cache/pageBuilder/9/1/1/1/10/akira_child_theme/c9/87/da/c987dae5eeb4014fa33406be8bc8ffd2d83c6d8f.axoncreatorviewstemplateshookpage_content.tpl.php
803 /var/cache/prod/smarty/compile/akira_child_theme/1b/46/4c/1b464cf84c7829826885b6232ad419ccba0b1d00_2.file.blockgiftcard.tpl.php
804 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
805 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/28/60/92/286092afcebd0d0097618da8b578b7ab20a244b8_2.file.footer.tpl.php
806 /modules/lgcookieslaw/classes/LGCookiesLawPurpose.php
807 /modules/lgcookieslaw/classes/LGCookiesLawCookie.php
808 /classes/CMS.php
809 /var/cache/prod/smarty/compile/e8/0c/d0/e80cd00124b29129fe286a5bc188d6e671897949_2.file.view_header.tpl.php
810 /var/cache/prod/smarty/compile/d6/43/f1/d643f1ef7194733ddb9bdcedd3cc3a59a2ed93ed_2.file.view_banner.tpl.php
811 /vendor/smarty/smarty/libs/plugins/modifier.date_format.php
812 /var/cache/prod/smarty/compile/akira_child_theme/8b/48/f4/8b48f468476483642c00baab0bead1a692e8fc7b_2.file.hookDisplayFooter.tpl.php
813 /var/cache/prod/smarty/cache/pageBuilder/3/1/1/1/10/akira_child_theme/c9/87/da/c987dae5eeb4014fa33406be8bc8ffd2d83c6d8f.axoncreatorviewstemplateshookpage_content.tpl.php
814 /var/cache/prod/smarty/compile/akira_child_themelayouts_layout_full_width_tpl/58/4d/12/584d124f3c516c0af8525ef85d74ef4897742d11_2.file.password-policy-template.tpl.php
815 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
816 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
817 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
818 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
819 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
820 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
821 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
822 /var/cache/prod/smarty/compile/akira_child_theme/5b/94/0c/5b940cf84db06a9637a353c3b516256f432e36ce_2.module.nrtthemecustomizerviewstemplateshookorther.tpl.php
823 /var/cache/prod/smarty/compile/akira_child_theme/0c/67/00/0c6700725caadc8c0cea66db174aa033ec675dd1_2.file.account.tpl.php
824 /var/cache/prod/smarty/cache/nrtsociallogin/1/1/1/10/akira_child_theme/aa/59/f4/aa59f4db3b4c5bfd6bc3a089d3045a1180fcf2e1.nrtsocialloginviewstemplateshookbutton.tpl.php
825 /modules/ps_languageselector/ps_languageselector.php
826 /modules/ps_currencyselector/ps_currencyselector.php
827 /var/cache/prod/smarty/compile/akira_child_theme/ed/8a/b2/ed8ab2cc07e1519f19313f10776cfd176ce19fb8_2.file.facets.tpl.php
828 /var/cache/prod/smarty/cache/nrtmegamenu/1/1/1/10/akira_child_theme/62/46/b6/6246b6887f5887186aef32dfc591adffc35ff78f.nrtmegamenuviewstemplateshookmobilemegamenu.tpl.php
829 /var/cache/prod/smarty/cache/nrtpopupnewsletter/1/1/1/10/akira_child_theme/df/e0/f4/dfe0f4ac3b7e87ba89f72f87935ce4079c0a0278.nrtpopupnewsletterviewstemplateshookpopup3.tpl.php
830 /var/cache/prod/smarty/cache/nrtSearchBox/1/1/1/10/akira_child_theme/d5/06/6e/d5066eea147cd72cd1e536dde4ccf7b820eba400.nrtsearchbarviewstemplateshooksearchbar_modal.tpl.php
831 /var/cache/prod/smarty/compile/akira_child_theme/18/32/6f/18326f4c64e45eec817c66b938eeb0fc8b9a1fed_2.module.nrtshoppingcartviewstemplateshookshoppingcartcanvas.tpl.php
832 /modules/smartycloud/smartycloud.php
833 /modules/smartycloud/translations/it.php