Активні фільтри

  • Бренд: Exclusion
  • Бренд: Farmina
  • Бренд: Kitekat
  • Бренд: La Murr
  • Бренд: PetQM
  • Бренд: Schesir
  • Бренд: Whiskas
Load Time 624.072 ms
Querying Time 307 ms
Queries 809
Memory Peak Usage 23.2 Mb
Included Files 1030 files - 10.25 Mb
PrestaShop Cache - Mb
Global vars 0.03 Mb
PrestaShop Version 8.2.0
PHP Version 8.4.5
MySQL Version 11.7.2-MariaDB-deb12
Memory Limit 1024M
Max Execution Time 40s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.004 ms 0.004 ms 1.66 Mb 1.7 Mb
__construct 9.265 ms 9.269 ms 1.95 Mb 5.4 Mb
init 14.768 ms 24.037 ms 0.57 Mb 5.4 Mb
checkAccess 0.002 ms 24.039 ms - Mb 5.4 Mb
setMedia 3.550 ms 27.589 ms 0.29 Mb 5.4 Mb
postProcess 0.001 ms 27.590 ms - Mb 5.4 Mb
initHeader 0.001 ms 27.591 ms - Mb 5.4 Mb
initContent 239.258 ms 266.849 ms 6.39 Mb 11.0 Mb
initFooter 0.003 ms 266.852 ms - Mb 11.0 Mb
display 357.220 ms 624.072 ms 11.54 Mb 23.2 Mb
Hook Time Memory Usage
displayTop 159.691 ms 7.53 Mb
displayProductListReviews 100.860 ms 0.34 Mb
displayNav2 6.797 ms 0.24 Mb
displayLeftColumn 5.961 ms 0.25 Mb
displayFooter 5.198 ms 0.17 Mb
DisplayBeforeBodyClosingTag 3.932 ms 0.16 Mb
displayFooterBefore 2.650 ms 0.05 Mb
displayNav1 1.701 ms 0.07 Mb
DisplayFooter 1.667 ms 0.12 Mb
DisplayHeader 1.465 ms 0.05 Mb
DisplayProductPriceBlock 0.507 ms 0.08 Mb
DisplayLeftColumn 0.416 ms 0.06 Mb
ActionFrontControllerSetMedia 0.314 ms 0.01 Mb
ProductSearchProvider 0.306 ms - Mb
Header 0.133 ms - Mb
ActionPresentProductListing 0.115 ms 0.01 Mb
16 hook(s) 291.713 ms 9.16 Mb
Module Time Memory Usage
ps_socialfollow 3.498 ms 0.10 Mb
ps_emailalerts 0.154 ms 0.01 Mb
blockwishlist 1.745 ms 0.12 Mb
ps_shoppingcart 3.978 ms 0.10 Mb
ffcheckbox 0.060 ms 0.01 Mb
ps_googleanalytics 4.567 ms 0.19 Mb
ps_imageslider 0.208 ms 0.01 Mb
z24_NovaPoshta 1.130 ms 0.12 Mb
z24ProductVariants 0.940 ms 0.11 Mb
z24NovaPoshtaDisplayPrice 0.200 ms 0.01 Mb
ps_searchbar 1.496 ms 0.06 Mb
ps_searchbarjqauto 0.226 ms 0.01 Mb
GoogleMerchantPatches 0.612 ms 0.03 Mb
productcomments 101.175 ms 0.36 Mb
ps_facetedsearch 1.165 ms 0.08 Mb
ps_contactinfo 3.226 ms 0.11 Mb
ps_languageselector 0.806 ms 0.05 Mb
ps_currencyselector 1.228 ms 0.07 Mb
ps_customersignin 1.362 ms 0.06 Mb
ps_mainmenu 158.639 ms 7.49 Mb
ps_categorytree 6.143 ms 0.25 Mb
productfreshdatabypanariga 0.269 ms 0.08 Mb
ps_linklist 2.204 ms 0.07 Mb
ps_customeraccountlinks 1.987 ms 0.08 Mb
googlelogin 0.329 ms 0.02 Mb
25 module(s) 297.348 ms 9.59 Mb

Stopwatch SQL - 809 queries

# Query Time (ms) Rows Filesort Group By Location
60
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop_group = 1  AND sa.id_shop = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (95, 121, 90, 154, 146, 19, 84) AND c.nleft>=19 AND c.nright<=20 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop_group = 1  AND sa.id_shop = 0 ) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.position ASC, p.id_product DESC
6.105 ms 1123632 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
56
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
2.059 ms 155 Yes /classes/Manufacturer.php:201
477
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 `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
2.020 ms 138 Yes Yes /classes/Category.php:785
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`)
2.017 ms 811 /classes/Configuration.php:180
14
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`
1.588 ms 280 Yes Yes /classes/Hook.php:1267
662
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1.545 ms 155 Yes /classes/Manufacturer.php:201
808
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 (23252,23268,23305,23306,23307,23308,23575,23619,23913,23921,23923,23929,23931,23155,23147,23145,23144,23105,21770,21703,21692,21691,21690,21687) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
1.519 ms 80 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
76
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
1.494 ms 0 /classes/Hook.php:1326
325
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21703 LIMIT 1
1.494 ms 1 /classes/Pack.php:89
62
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-17 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 = 2
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (23252,23268,23305,23306,23307,23308,23575,23619,23913,23921,23923,23929,23931,23155,23147,23145,23144,23105,21770,21703,21692,21691,21690,21687)
1.313 ms 24 /classes/ProductAssembler.php:95
784
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23913) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.266 ms 1 Yes Yes /classes/Product.php:4513
768
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` = 4 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 7 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.126 ms 138 Yes Yes /classes/Category.php:785
800
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
1.125 ms 1 /classes/module/Module.php:2659
355
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` = 21691 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` = 21691 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.063 ms 0 /classes/Cart.php:1430
63
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` = 23252
AND image_shop.`cover` = 1 LIMIT 1
1.012 ms 1 /classes/Product.php:3570
150
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` = 23575
AND image_shop.`cover` = 1 LIMIT 1
0.996 ms 1 /classes/Product.php:3570
77
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
0.993 ms 238 /classes/Hook.php:452
16
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.980 ms 61 Yes /classes/Dispatcher.php:654
277
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` = 23145 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` = 23145 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.979 ms 0 /classes/Cart.php:1430
785
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.882 ms 1 Yes Yes /classes/Product.php:4513
803
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.868 ms 1 /classes/module/Module.php:2132
801
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 360 AND `id_shop` = 1 LIMIT 1
0.830 ms 1 /classes/module/Module.php:2132
39
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `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` = 2  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3367
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.826 ms 1 Yes Yes /classes/Category.php:916
57
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
0.817 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
781
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23308) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.814 ms 1 Yes Yes /classes/Product.php:4513
309
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 21770 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.807 ms 2 Yes /classes/SpecificPrice.php:576
176
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23619
ORDER BY f.position ASC
0.791 ms 11 Yes /classes/Product.php:6013
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.783 ms 952 /classes/Hook.php:1366
368
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` = 21690 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` = 21690 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.774 ms 0 /classes/Cart.php:1430
128
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23307 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.755 ms 1 Yes /classes/SpecificPrice.php:576
278
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23145
ORDER BY f.position ASC
0.752 ms 10 Yes /classes/Product.php:6013
807
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.749 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
283
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23144 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.748 ms 1 Yes /classes/SpecificPrice.php:576
780
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23307) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.742 ms 1 Yes Yes /classes/Product.php:4513
804
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.735 ms 1 /classes/module/Module.php:2659
83
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` = 23252 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` = 23252 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.712 ms 0 /classes/Cart.php:1430
55
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 3367
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.709 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
130
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23307 AND id_shop=1 LIMIT 1
0.709 ms 1 /classes/Product.php:6873
786
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23923) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.705 ms 1 Yes Yes /classes/Product.php:4513
431
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` = 2)
WHERE i.`id_product` = 23145
ORDER BY `position`
0.701 ms 7 Yes /classes/Product.php:3539
397
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23307) AND (b.`id_shop` = 1) LIMIT 1
0.695 ms 1 /src/Adapter/EntityMapper.php:71
335
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 21692 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.689 ms 1 Yes /classes/SpecificPrice.php:576
474
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.685 ms 1 /classes/Cart.php:1300
161
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` = 23575 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` = 23575 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.681 ms 0 /classes/Cart.php:1430
436
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23105) AND (b.`id_shop` = 1) LIMIT 1
0.679 ms 1 /src/Adapter/EntityMapper.php:71
381
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` = 21687 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` = 21687 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.678 ms 0 /classes/Cart.php:1430
458
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-03-17 00:00:00" AND date_to <= "2025-03-17 23:59:59") OR (date_from >= "2025-03-17 00:00:00" AND date_from <= "2025-03-17 23:59:59") OR (date_from < "2025-03-17 00:00:00" AND date_to > "2025-03-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.678 ms 5 /classes/CartRule.php:357
782
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23575) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.667 ms 1 Yes Yes /classes/Product.php:4513
415
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23923) AND (b.`id_shop` = 1) LIMIT 1
0.663 ms 1 /src/Adapter/EntityMapper.php:71
342
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` = 21692 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` = 21692 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.661 ms 0 /classes/Cart.php:1430
52
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 19) AND (a0.`nright` > 20) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.661 ms 11 /classes/PrestaShopCollection.php:383
296
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23105 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.654 ms 2 Yes /classes/SpecificPrice.php:576
806
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.644 ms 1 /classes/Country.php:402
281
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23144 LIMIT 1
0.643 ms 1 /classes/SpecificPrice.php:435
424
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23155) AND (b.`id_shop` = 1) LIMIT 1
0.643 ms 1 /src/Adapter/EntityMapper.php:71
433
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23144) AND (b.`id_shop` = 1) LIMIT 1
0.642 ms 1 /src/Adapter/EntityMapper.php:71
427
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23147) AND (b.`id_shop` = 1) LIMIT 1
0.636 ms 1 /src/Adapter/EntityMapper.php:71
369
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21690
ORDER BY f.position ASC
0.634 ms 12 Yes /classes/Product.php:6013
135
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` = 23307 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` = 23307 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.633 ms 0 /classes/Cart.php:1430
67
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.631 ms 1 /classes/SpecificPrice.php:426
123
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23306
ORDER BY f.position ASC
0.630 ms 2 Yes /classes/Product.php:6013
607
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6250 AND `id_shop` = 1
0.628 ms 1 /src/Adapter/EntityMapper.php:79
303
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` = 23105 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` = 23105 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.623 ms 0 /classes/Cart.php:1430
317
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21770
ORDER BY f.position ASC
0.623 ms 11 Yes /classes/Product.php:6013
394
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23306) AND (b.`id_shop` = 1) LIMIT 1
0.621 ms 1 /src/Adapter/EntityMapper.php:71
124
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` = 23307
AND image_shop.`cover` = 1 LIMIT 1
0.620 ms 1 /classes/Product.php:3570
84
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23252
ORDER BY f.position ASC
0.617 ms 2 Yes /classes/Product.php:6013
428
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` = 2)
WHERE i.`id_product` = 23147
ORDER BY `position`
0.616 ms 1 Yes /classes/Product.php:3539
158
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23575 LIMIT 1
0.612 ms 1 /classes/Pack.php:89
148
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` = 23308 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` = 23308 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.606 ms 0 /classes/Cart.php:1430
40
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.605 ms 952 /classes/Hook.php:1326
400
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23308) AND (b.`id_shop` = 1) LIMIT 1
0.600 ms 1 /src/Adapter/EntityMapper.php:71
356
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21691
ORDER BY f.position ASC
0.599 ms 12 Yes /classes/Product.php:6013
328
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` = 21703 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` = 21703 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.596 ms 0 /classes/Cart.php:1430
141
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23308 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.594 ms 1 Yes /classes/SpecificPrice.php:576
361
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 21690 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.593 ms 1 Yes /classes/SpecificPrice.php:576
136
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23307
ORDER BY f.position ASC
0.590 ms 2 Yes /classes/Product.php:6013
168
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23619 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.590 ms 1 Yes /classes/SpecificPrice.php:576
194
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23921 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.585 ms 1 Yes /classes/SpecificPrice.php:576
154
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23575 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.583 ms 1 Yes /classes/SpecificPrice.php:576
343
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21692
ORDER BY f.position ASC
0.583 ms 9 Yes /classes/Product.php:6013
162
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23575
ORDER BY f.position ASC
0.579 ms 2 Yes /classes/Product.php:6013
348
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 21691 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.577 ms 1 Yes /classes/SpecificPrice.php:576
370
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` = 21687
AND image_shop.`cover` = 1 LIMIT 1
0.574 ms 1 /classes/Product.php:3570
798
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21690) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.574 ms 1 Yes Yes /classes/Product.php:4513
207
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23923 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.571 ms 1 Yes /classes/SpecificPrice.php:576
316
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` = 21770 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` = 21770 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.571 ms 0 /classes/Cart.php:1430
304
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23105
ORDER BY f.position ASC
0.569 ms 10 Yes /classes/Product.php:6013
388
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23268) AND (b.`id_shop` = 1) LIMIT 1
0.567 ms 1 /src/Adapter/EntityMapper.php:71
21
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.566 ms 1 /src/Adapter/EntityMapper.php:71
774
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23252) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.562 ms 1 Yes Yes /classes/Product.php:4513
220
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23929 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.559 ms 1 Yes /classes/SpecificPrice.php:576
374
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 21687 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.558 ms 1 Yes /classes/SpecificPrice.php:576
608
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6251) LIMIT 1
0.558 ms 1 /src/Adapter/EntityMapper.php:71
412
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23921) AND (b.`id_shop` = 1) LIMIT 1
0.555 ms 1 /src/Adapter/EntityMapper.php:71
777
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23268) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.555 ms 1 Yes Yes /classes/Product.php:4513
181
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23913 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.554 ms 1 Yes /classes/SpecificPrice.php:576
122
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` = 23306 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` = 23306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.549 ms 0 /classes/Cart.php: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` = 23144 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` = 23144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.549 ms 0 /classes/Cart.php:1430
421
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23931) AND (b.`id_shop` = 1) LIMIT 1
0.548 ms 1 /src/Adapter/EntityMapper.php:71
439
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21770) AND (b.`id_shop` = 1) LIMIT 1
0.548 ms 1 /src/Adapter/EntityMapper.php:71
391
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23305) AND (b.`id_shop` = 1) LIMIT 1
0.547 ms 1 /src/Adapter/EntityMapper.php:71
263
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` = 23147 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` = 23147 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.547 ms 0 /classes/Cart.php:1430
395
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` = 2)
WHERE i.`id_product` = 23306
ORDER BY `position`
0.533 ms 1 Yes /classes/Product.php:3539
459
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` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.532 ms 2 /classes/CartRule.php:423
233
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23931 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.529 ms 1 Yes /classes/SpecificPrice.php:576
799
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21687) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.529 ms 1 Yes Yes /classes/Product.php:4513
227
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` = 23929 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` = 23929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.528 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.527 ms 1 Yes /classes/shop/Shop.php:715
406
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23619) AND (b.`id_shop` = 1) LIMIT 1
0.526 ms 1 /src/Adapter/EntityMapper.php:71
445
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21692) AND (b.`id_shop` = 1) LIMIT 1
0.523 ms 1 /src/Adapter/EntityMapper.php:71
188
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` = 23913 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` = 23913 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.522 ms 0 /classes/Cart.php:1430
409
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23913) AND (b.`id_shop` = 1) LIMIT 1
0.521 ms 1 /src/Adapter/EntityMapper.php:71
460
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-03-17 00:00:00" AND date_to <= "2025-03-17 23:59:59") OR (date_from >= "2025-03-17 00:00:00" AND date_from <= "2025-03-17 23:59:59") OR (date_from < "2025-03-17 00:00:00" AND date_to > "2025-03-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.519 ms 5 /classes/CartRule.php:357
392
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` = 2)
WHERE i.`id_product` = 23305
ORDER BY `position`
0.517 ms 1 Yes /classes/Product.php:3539
704
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 150) LIMIT 1
0.516 ms 1 /src/Adapter/EntityMapper.php:71
398
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` = 2)
WHERE i.`id_product` = 23307
ORDER BY `position`
0.515 ms 1 Yes /classes/Product.php:3539
336
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` = 21692)
0.514 ms 1 /classes/Product.php:3860
404
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` = 2)
WHERE i.`id_product` = 23575
ORDER BY `position`
0.514 ms 1 Yes /classes/Product.php:3539
382
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21687
ORDER BY f.position ASC
0.511 ms 9 Yes /classes/Product.php:6013
457
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
0.511 ms 1 /classes/Cart.php:4249
329
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 21703
ORDER BY f.position ASC
0.510 ms 12 Yes /classes/Product.php:6013
536
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3238) LIMIT 1
0.510 ms 1 /src/Adapter/EntityMapper.php:71
73
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23252 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.509 ms 1 Yes /classes/SpecificPrice.php:576
131
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23307 AND `id_group` = 1 LIMIT 1
0.508 ms 0 /classes/GroupReduction.php:153
778
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23305) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.508 ms 1 Yes Yes /classes/Product.php:4513
264
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23147
ORDER BY f.position ASC
0.504 ms 9 Yes /classes/Product.php:6013
418
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23929) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5094) LIMIT 1
0.503 ms 1 /src/Adapter/EntityMapper.php:71
201
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` = 23921 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` = 23921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.500 ms 0 /classes/Cart.php:1430
34
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.498 ms 1 /src/Adapter/EntityMapper.php:71
726
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 142) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23144
ORDER BY f.position ASC
0.497 ms 10 Yes /classes/Product.php:6013
430
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23145) AND (b.`id_shop` = 1) LIMIT 1
0.492 ms 1 /src/Adapter/EntityMapper.php:71
449
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` = 2)
WHERE i.`id_product` = 21691
ORDER BY `position`
0.491 ms 5 Yes /classes/Product.php:3539
214
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` = 23923 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` = 23923 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.490 ms 0 /classes/Cart.php:1430
758
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.490 ms 1 /src/Adapter/EntityMapper.php:71
792
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.489 ms 1 Yes Yes /classes/Product.php:4513
71
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-03-17 00:00:00' AND '2025-03-17 23:59:59' LIMIT 1
0.487 ms 1 /classes/SpecificPrice.php:381
357
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` = 21690
AND image_shop.`cover` = 1 LIMIT 1
0.487 ms 5 /classes/Product.php:3570
253
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23155
ORDER BY f.position ASC
0.487 ms 9 Yes /classes/Product.php:6013
413
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` = 2)
WHERE i.`id_product` = 23921
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3539
455
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` = 2)
WHERE i.`id_product` = 21687
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3539
270
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23145 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.481 ms 1 Yes /classes/SpecificPrice.php:576
528
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7428) LIMIT 1
0.479 ms 1 /src/Adapter/EntityMapper.php:71
102
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23305 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.478 ms 1 Yes /classes/SpecificPrice.php:576
454
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21687) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
442
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21703) AND (b.`id_shop` = 1) LIMIT 1
0.477 ms 1 /src/Adapter/EntityMapper.php:71
284
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` = 23144)
0.476 ms 1 /classes/Product.php:3860
416
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` = 2)
WHERE i.`id_product` = 23923
ORDER BY `position`
0.474 ms 1 Yes /classes/Product.php:3539
96
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23268 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` = 23268 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1430
788
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.474 ms 1 Yes Yes /classes/Product.php:4513
434
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` = 2)
WHERE i.`id_product` = 23144
ORDER BY `position`
0.473 ms 7 Yes /classes/Product.php:3539
797
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21691) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.473 ms 1 Yes Yes /classes/Product.php:4513
18
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.472 ms 3 Yes /classes/Currency.php:708
487
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4991 AND `id_shop` = 1
0.472 ms 1 /src/Adapter/EntityMapper.php:79
486
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4991) LIMIT 1
0.471 ms 1 /src/Adapter/EntityMapper.php:71
155
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` = 23575)
0.471 ms 1 /classes/Product.php:3860
403
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23575) AND (b.`id_shop` = 1) LIMIT 1
0.470 ms 1 /src/Adapter/EntityMapper.php:71
443
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` = 2)
WHERE i.`id_product` = 21703
ORDER BY `position`
0.470 ms 4 Yes /classes/Product.php:3539
401
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` = 2)
WHERE i.`id_product` = 23308
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3539
41
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.467 ms 1 /classes/module/Module.php:2041
461
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_%"
0.467 ms 1 /classes/CartRule.php:423
676
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 62) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
240
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` = 23931 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` = 23931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1430
89
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23268 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.464 ms 1 Yes /classes/SpecificPrice.php:576
252
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` = 23155 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` = 23155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.463 ms 0 /classes/Cart.php:1430
407
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` = 2)
WHERE i.`id_product` = 23619
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3539
779
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.462 ms 1 Yes Yes /classes/Product.php:4513
440
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` = 2)
WHERE i.`id_product` = 21770
ORDER BY `position`
0.461 ms 1 Yes /classes/Product.php:3539
783
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23619) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4513
791
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23145) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4513
17
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3367) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
6
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.457 ms 1 /classes/Language.php:1080
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 = 'zoooptimum.com' OR su.domain_ssl = 'zoooptimum.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.456 ms 1 Yes /classes/shop/Shop.php:1364
129
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 23307)
0.456 ms 1 /classes/Product.php:3860
451
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21690) AND (b.`id_shop` = 1) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:71
793
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23105) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.455 ms 1 Yes Yes /classes/Product.php:4513
175
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` = 23619 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` = 23619 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.454 ms 0 /classes/Cart.php:1430
497
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4433 AND `id_shop` = 1
0.454 ms 1 /src/Adapter/EntityMapper.php:79
666
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 122) LIMIT 1
0.454 ms 1 /src/Adapter/EntityMapper.php:71
360
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21690
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.453 ms 1 /classes/SpecificPrice.php:256
789
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23155) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.453 ms 1 Yes Yes /classes/Product.php:4513
42
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.452 ms 70 /classes/module/Module.php:341
796
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21692) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.451 ms 1 Yes Yes /classes/Product.php:4513
177
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` = 23913
AND image_shop.`cover` = 1 LIMIT 1
0.450 ms 1 /classes/Product.php:3570
109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23305 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` = 23305 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.449 ms 0 /classes/Cart.php:1430
757
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE c.`id_cms_category` = 4
AND cs.`id_shop` = 1
AND cl.`id_lang` = 2
AND cl.`id_shop` = 1
AND c.`active` = 1
ORDER BY `position`
0.448 ms 29 Yes /modules/ps_mainmenu/ps_mainmenu.php:907
437
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` = 2)
WHERE i.`id_product` = 23105
ORDER BY `position`
0.447 ms 1 Yes /classes/Product.php:3539
755
SELECT SQL_NO_CACHE *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_lang` `b` ON a.`id_cms_category` = b.`id_cms_category` AND b.`id_lang` = 2
LEFT JOIN `ps_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
362
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` = 21690)
0.444 ms 1 /classes/Product.php:3860
49
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` = 216) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
375
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` = 21687)
0.440 ms 1 /classes/Product.php:3860
508
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7142) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
530
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8123) LIMIT 1
0.440 ms 1 /src/Adapter/EntityMapper.php:71
795
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21703) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.438 ms 1 Yes Yes /classes/Product.php:4513
46
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.437 ms 7 Yes /classes/ImageType.php:109
85
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` = 23268
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
142
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` = 23308)
0.436 ms 1 /classes/Product.php:3860
152
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23575 LIMIT 1
0.432 ms 2 /classes/SpecificPrice.php:435
787
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.431 ms 1 Yes Yes /classes/Product.php:4513
452
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` = 2)
WHERE i.`id_product` = 21690
ORDER BY `position`
0.431 ms 5 Yes /classes/Product.php:3539
297
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` = 23105)
0.430 ms 1 /classes/Product.php:3860
547
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5024 AND `id_shop` = 1
0.430 ms 1 /src/Adapter/EntityMapper.php:79
790
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (23147) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.430 ms 1 Yes Yes /classes/Product.php:4513
805
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.430 ms 1 /classes/module/Module.php:2132
770
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
189
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23913
ORDER BY f.position ASC
0.426 ms 1 Yes /classes/Product.php:6013
383
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23252) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
448
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21691) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
572
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5027) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 216, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 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, 216) AND
`id_group` IN (0, 1) AND `id_product` = 23306 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-03-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-03-17 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.422 ms 1 Yes /classes/SpecificPrice.php:576
149
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23308
ORDER BY f.position ASC
0.422 ms 2 Yes /classes/Product.php:6013
410
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` = 2)
WHERE i.`id_product` = 23913
ORDER BY `position`
0.419 ms 1 Yes /classes/Product.php:3539
505
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5002 AND `id_shop` = 1
0.419 ms 1 /src/Adapter/EntityMapper.php:79
97
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23268
ORDER BY f.position ASC
0.419 ms 2 Yes /classes/Product.php:6013
384
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` = 2)
WHERE i.`id_product` = 23252
ORDER BY `position`
0.419 ms 1 Yes /classes/Product.php:3539
349
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` = 21691)
0.416 ms 1 /classes/Product.php:3860
90
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` = 23268)
0.413 ms 1 /classes/Product.php:3860
110
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23305
ORDER BY f.position ASC
0.413 ms 2 Yes /classes/Product.php:6013
419
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` = 2)
WHERE i.`id_product` = 23929
ORDER BY `position`
0.411 ms 1 Yes /classes/Product.php:3539
540
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5020) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
698
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 95) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
683
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 113) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
794
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21770) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.409 ms 1 Yes Yes /classes/Product.php:4513
137
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` = 23308
AND image_shop.`cover` = 1 LIMIT 1
0.408 ms 1 /classes/Product.php:3570
502
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5001) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
802
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.406 ms 1 /classes/module/Module.php:2659
74
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` = 23252)
0.406 ms 1 /classes/Product.php:3860
163
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` = 23619
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
525
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7274 AND `id_shop` = 1
0.405 ms 1 /src/Adapter/EntityMapper.php:79
279
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` = 23144
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 7 /classes/Product.php:3570
580
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4497) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
592
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7517) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23268 AND id_shop=1 LIMIT 1
0.401 ms 1 /classes/Product.php:6873
677
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 33) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:71
490
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4993) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:71
663
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
521
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5011 AND `id_shop` = 1
0.400 ms 1 /src/Adapter/EntityMapper.php:79
202
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23921
ORDER BY f.position ASC
0.399 ms 1 Yes /classes/Product.php:6013
126
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23307 LIMIT 1
0.399 ms 1 /classes/SpecificPrice.php:435
140
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23308
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.399 ms 0 /classes/SpecificPrice.php:256
425
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` = 2)
WHERE i.`id_product` = 23155
ORDER BY `position`
0.398 ms 1 Yes /classes/Product.php:3539
389
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` = 2)
WHERE i.`id_product` = 23268
ORDER BY `position`
0.397 ms 1 Yes /classes/Product.php:3539
538
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5019) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
546
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5024) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:71
756
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 2
AND bcp.`id_parent` = 4 AND cs.`id_shop` = 1 AND cl.`id_shop` = 1
0.396 ms 1 /modules/ps_mainmenu/ps_mainmenu.php:865
491
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4993 AND `id_shop` = 1
0.395 ms 1 /src/Adapter/EntityMapper.php:79
578
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5030) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
724
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 159) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21687 LIMIT 1
0.393 ms 1 /classes/SpecificPrice.php:435
586
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5015) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6403) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 80) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
752
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 81) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
498
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4999) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
422
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` = 2)
WHERE i.`id_product` = 23931
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3539
665
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
686
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 155) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
675
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 107) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
221
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` = 23929)
0.384 ms 1 /classes/Product.php:3860
344
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` = 21691
AND image_shop.`cover` = 1 LIMIT 1
0.384 ms 5 /classes/Product.php:3570
529
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7428 AND `id_shop` = 1
0.384 ms 1 /src/Adapter/EntityMapper.php:79
582
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5013) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
610
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6252) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23307) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.383 ms 1 /classes/stock/StockAvailable.php:453
565
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505306 AND `id_shop` = 1
0.383 ms 1 /src/Adapter/EntityMapper.php:79
492
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7385) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
61
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="8e60b942c262da34caf2bc328094d90d" LIMIT 1
0.381 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
119
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23306 LIMIT 1
0.376 ms 1 /classes/Pack.php:89
620
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6406) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
574
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5028) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
769
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` = 2)
WHERE `level_depth` = 1
0.374 ms 1 /classes/Category.php:2239
519
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5010 AND `id_shop` = 1
0.373 ms 1 /src/Adapter/EntityMapper.php:79
31
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.373 ms 1 /src/Adapter/EntityMapper.php:71
532
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 499900) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
482
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4989) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23307 LIMIT 1
0.371 ms 1 /classes/Pack.php:89
241
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23931
ORDER BY f.position ASC
0.371 ms 1 Yes /classes/Product.php:6013
500
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5000) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
511
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1
0.370 ms 1 /src/Adapter/EntityMapper.php:79
609
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6251 AND `id_shop` = 1
0.370 ms 1 /src/Adapter/EntityMapper.php:79
330
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` = 21692
AND image_shop.`cover` = 1 LIMIT 1
0.369 ms 1 /classes/Product.php:3570
571
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5026 AND `id_shop` = 1
0.369 ms 1 /src/Adapter/EntityMapper.php:79
685
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 135) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
710
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 90) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
731
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 97) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
695
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 156) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
494
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
722
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 146) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
684
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 153) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
165
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 121
AND `active` = 1 LIMIT 1
0.365 ms 1 /classes/Manufacturer.php:312
579
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5030 AND `id_shop` = 1
0.365 ms 1 /src/Adapter/EntityMapper.php:79
759
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 23) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
699
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 121) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
598
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5087) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
730
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1
0.364 ms 1 /src/Adapter/EntityMapper.php:71
472
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.363 ms 1 /classes/module/Module.php:2659
557
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6951 AND `id_shop` = 1
0.363 ms 1 /src/Adapter/EntityMapper.php:79
334
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21692
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:256
499
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4999 AND `id_shop` = 1
0.363 ms 1 /src/Adapter/EntityMapper.php:79
520
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5011) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:71
228
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23929
ORDER BY f.position ASC
0.361 ms 1 Yes /classes/Product.php:6013
265
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` = 23145
AND image_shop.`cover` = 1 LIMIT 1
0.361 ms 7 /classes/Product.php:3570
496
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4433) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
573
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5027 AND `id_shop` = 1
0.361 ms 1 /src/Adapter/EntityMapper.php:79
689
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 131) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5161) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5161 AND `id_shop` = 1
0.360 ms 1 /src/Adapter/EntityMapper.php:79
483
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4989 AND `id_shop` = 1
0.359 ms 1 /src/Adapter/EntityMapper.php:79
534
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
718
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 133) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
734
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 132) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
504
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5002) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
446
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` = 2)
WHERE i.`id_product` = 21692
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3539
688
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 140) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
35
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.356 ms 1 /src/Adapter/EntityMapper.php:79
215
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 23923
ORDER BY f.position ASC
0.356 ms 1 Yes /classes/Product.php:6013
396
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23306
0.356 ms 1 /classes/Product.php:2899
590
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5017) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
289
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23144) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.355 ms 1 /classes/stock/StockAvailable.php:453
548
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5079) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
597
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5086 AND `id_shop` = 1
0.355 ms 1 /src/Adapter/EntityMapper.php:79
9
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` = 2) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
594
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5081) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
622
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7318) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
751
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 165) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 123) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
602
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6248) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8070 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
567
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505307 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
72
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23252
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.351 ms 0 /classes/SpecificPrice.php:256
604
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6249) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
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` = 21770)
0.350 ms 1 /classes/Product.php:3860
591
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5017 AND `id_shop` = 1
0.350 ms 1 /src/Adapter/EntityMapper.php:79
703
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 147) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
715
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 38) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
7
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` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 216) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
195
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` = 23921)
0.349 ms 1 /classes/Product.php:3860
773
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` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 19 AND c.`nright` >= 20 AND c.`nleft` >= 1 AND c.`nright` <= 276 ORDER BY `nleft` DESC
0.349 ms 12 /classes/Category.php:1594
585
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5014 AND `id_shop` = 1
0.349 ms 1 /src/Adapter/EntityMapper.php:79
654
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6846) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
645
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500026 AND `id_shop` = 1
0.348 ms 1 /src/Adapter/EntityMapper.php:79
234
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` = 23931)
0.348 ms 1 /classes/Product.php:3860
652
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505314) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
723
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
501
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5000 AND `id_shop` = 1
0.345 ms 1 /src/Adapter/EntityMapper.php:79
544
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5023) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
656
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505311) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
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` = 21703)
0.343 ms 1 /classes/Product.php:3860
537
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3238 AND `id_shop` = 1
0.343 ms 1 /src/Adapter/EntityMapper.php:79
552
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6085) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
305
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` = 21770
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
509
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7142 AND `id_shop` = 1
0.342 ms 1 /src/Adapter/EntityMapper.php:79
739
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 53) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
469
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.341 ms 3 /classes/Currency.php:1134
716
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
29
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
359
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21690 LIMIT 1
0.340 ms 1 /classes/SpecificPrice.php:435
216
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` = 23929
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 1 /classes/Product.php:3570
570
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5026) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
727
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 109) LIMIT 1
0.339 ms 1 /src/Adapter/EntityMapper.php:71
527
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7372 AND `id_shop` = 1
0.339 ms 1 /src/Adapter/EntityMapper.php:79
160
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23575) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.338 ms 1 /classes/stock/StockAvailable.php:453
485
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4990 AND `id_shop` = 1
0.338 ms 1 /src/Adapter/EntityMapper.php:79
644
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500026) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
576
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5029) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
599
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5087 AND `id_shop` = 1
0.338 ms 1 /src/Adapter/EntityMapper.php:79
478
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
475
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.337 ms 1 /classes/module/Module.php:2659
709
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 138) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
182
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` = 23913)
0.336 ms 1 /classes/Product.php:3860
367
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21690) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.336 ms 1 /classes/stock/StockAvailable.php:453
516
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5004) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
697
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 144) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
613
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6321 AND `id_shop` = 1
0.334 ms 1 /src/Adapter/EntityMapper.php:79
738
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 166) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
559
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500038 AND `id_shop` = 1
0.334 ms 1 /src/Adapter/EntityMapper.php:79
681
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 130) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
687
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 70) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
736
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 110) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
121
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23306) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.332 ms 1 /classes/stock/StockAvailable.php:453
707
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 76) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
705
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 164) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
12
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.331 ms 1 /classes/Language.php:1214
541
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5020 AND `id_shop` = 1
0.331 ms 1 /src/Adapter/EntityMapper.php:79
556
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6951) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:71
506
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5082) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
54
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.330 ms 1 /classes/Category.php:2446
649
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500110 AND `id_shop` = 1
0.330 ms 1 /src/Adapter/EntityMapper.php:79
139
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23308 LIMIT 1
0.329 ms 1 /classes/SpecificPrice.php:435
713
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 162) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
625
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7319 AND `id_shop` = 1
0.329 ms 1 /src/Adapter/EntityMapper.php:79
717
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
733
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 141) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
159
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23575 LIMIT 1
0.327 ms 1 /classes/Pack.php:90
741
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 29) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
48
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.326 ms 1 /classes/Country.php:402
589
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5016 AND `id_shop` = 1
0.326 ms 1 /src/Adapter/EntityMapper.php:79
753
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 91) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
166
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23619 LIMIT 1
0.324 ms 1 /classes/SpecificPrice.php:435
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` = 23105
AND image_shop.`cover` = 1 LIMIT 1
0.324 ms 1 /classes/Product.php:3570
587
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5015 AND `id_shop` = 1
0.324 ms 1 /src/Adapter/EntityMapper.php:79
642
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8513) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
618
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6385) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 83) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
560
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500062) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
682
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.322 ms 1 /classes/Product.php:5659
523
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5094 AND `id_shop` = 1
0.322 ms 1 /src/Adapter/EntityMapper.php:79
700
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 73) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
701
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 139) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
58
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3367) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:71
680
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 126) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:71
743
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 136) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:71
771
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` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3367 LIMIT 1
0.320 ms 1 /classes/Category.php:1584
208
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` = 23923)
0.319 ms 1 /classes/Product.php:3860
555
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6403 AND `id_shop` = 1
0.319 ms 1 /src/Adapter/EntityMapper.php:79
634
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7143) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
702
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 148) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
229
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` = 23931
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
414
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23921
0.318 ms 1 /classes/Product.php:2899
507
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5082 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
623
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7318 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21703 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6873
103
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` = 23305)
0.316 ms 1 /classes/Product.php:3860
138
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.316 ms 1 /classes/Product.php:5659
630
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 503733) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8513 AND `id_shop` = 1
0.314 ms 1 /src/Adapter/EntityMapper.php:79
678
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 125) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
690
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 151) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
257
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` = 23147)
0.313 ms 1 /classes/Product.php:3860
619
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6385 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
714
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 152) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
740
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 37) LIMIT 1
0.313 ms 1 /src/Adapter/EntityMapper.php:71
308
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21770
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.313 ms 1 /classes/SpecificPrice.php:256
563
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505303 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
657
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505311 AND `id_shop` = 1
0.313 ms 1 /src/Adapter/EntityMapper.php:79
116
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` = 23306)
0.312 ms 1 /classes/Product.php:3860
300
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23105 LIMIT 1
0.312 ms 1 /classes/Pack.php:89
535
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1
0.312 ms 1 /src/Adapter/EntityMapper.php:79
728
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
350
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21691 AND id_shop=1 LIMIT 1
0.312 ms 1 /classes/Product.php:6873
542
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5021) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
719
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 41) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
749
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
512
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3530) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21703
0.311 ms 1 /classes/Product.php:2899
470
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.311 ms 1 /classes/module/Module.php:2659
156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23575 AND id_shop=1 LIMIT 1
0.310 ms 1 /classes/Product.php:6873
318
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` = 21703
AND image_shop.`cover` = 1 LIMIT 1
0.310 ms 4 /classes/Product.php:3570
481
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.310 ms 1 /src/Adapter/EntityMapper.php:79
513
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3530 AND `id_shop` = 1
0.310 ms 1 /src/Adapter/EntityMapper.php:79
708
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 60) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505307) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
600
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5144) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
488
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4992) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
615
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6383 AND `id_shop` = 1
0.308 ms 1 /src/Adapter/EntityMapper.php:79
190
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` = 23921
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
596
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5086) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
750
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 157) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
729
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 78) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
203
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` = 23923
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
254
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` = 23147
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23145) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.306 ms 1 /classes/stock/StockAvailable.php:453
526
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7372) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
588
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5016) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 56) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
760
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 24) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
493
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7385 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
531
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8123 AND `id_shop` = 1
0.305 ms 1 /src/Adapter/EntityMapper.php:79
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.304 ms 1 /classes/shop/ShopUrl.php:178
28
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.304 ms 1 /classes/Currency.php:893
169
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` = 23619)
0.304 ms 1 /classes/Product.php:3860
365
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21690 LIMIT 1
0.304 ms 1 /classes/Pack.php:89
661
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505811 AND `id_shop` = 1
0.304 ms 1 /src/Adapter/EntityMapper.php:79
742
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 143) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
595
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5081 AND `id_shop` = 1
0.303 ms 1 /src/Adapter/EntityMapper.php:79
745
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 75) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505303) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
748
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 69) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
242
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` = 23155
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
638
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8050) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
735
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 137) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5010) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
465
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.299 ms 1 /classes/module/Module.php:2659
648
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500110) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.298 ms 1 /classes/shop/Shop.php:1183
47
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 216 LIMIT 1
0.298 ms 1 /classes/AddressFormat.php:653
327
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21703) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.298 ms 1 /classes/stock/StockAvailable.php:453
495
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.298 ms 1 /src/Adapter/EntityMapper.php:79
605
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6249 AND `id_shop` = 1
0.297 ms 1 /src/Adapter/EntityMapper.php:79
721
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 61) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
484
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4990) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
514
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4434) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21692) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.296 ms 1 /classes/stock/StockAvailable.php:453
543
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5021 AND `id_shop` = 1
0.296 ms 1 /src/Adapter/EntityMapper.php:79
765
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
712
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 154) LIMIT 1
0.295 ms 1 /src/Adapter/EntityMapper.php:71
19
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.294 ms 1 /classes/Language.php:880
125
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.294 ms 1 /classes/Product.php:5659
379
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21687 LIMIT 1
0.294 ms 1 /classes/Pack.php:90
696
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:71
761
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.293 ms 1 /classes/module/Module.php:2659
340
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21692 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.292 ms 88 /classes/Hook.php:287
287
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23144 LIMIT 1
0.292 ms 1 /classes/Pack.php:89
489
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4992 AND `id_shop` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:79
577
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5029 AND `id_shop` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:79
510
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8070) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
746
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 54) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6383) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
655
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6846 AND `id_shop` = 1
0.290 ms 1 /src/Adapter/EntityMapper.php:79
747
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 163) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
271
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` = 23145)
0.289 ms 1 /classes/Product.php:3860
632
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6983) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
775
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.289 ms 1 /classes/module/Module.php:2659
293
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.288 ms 1 /classes/Product.php:5659
647
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500084 AND `id_shop` = 1
0.288 ms 1 /src/Adapter/EntityMapper.php:79
651
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505297 AND `id_shop` = 1
0.288 ms 1 /src/Adapter/EntityMapper.php:79
732
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 134) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
737
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 127) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
5
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.287 ms 1 /classes/shop/Shop.php:214
153
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23575
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.287 ms 1 /classes/SpecificPrice.php:256
524
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7274) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
706
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 145) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23619
0.287 ms 1 /classes/Product.php:2899
584
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5014) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
426
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23155
0.286 ms 1 /classes/Product.php:2899
480
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
631
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 503733 AND `id_shop` = 1
0.286 ms 1 /src/Adapter/EntityMapper.php:79
8
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
569
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1
0.285 ms 1 /src/Adapter/EntityMapper.php:79
80
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23252 LIMIT 1
0.285 ms 1 /classes/Pack.php:89
133
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23307 LIMIT 1
0.285 ms 1 /classes/Pack.php:90
224
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23929 LIMIT 1
0.285 ms 1 /classes/Pack.php:89
720
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 82) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
606
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6250) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23307
0.284 ms 1 /classes/Product.php:2899
711
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 111) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
302
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23105) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
627
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8167 AND `id_shop` = 1
0.283 ms 1 /src/Adapter/EntityMapper.php:79
744
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 84) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
679
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 129) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:71
363
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21690 AND id_shop=1 LIMIT 1
0.281 ms 1 /classes/Product.php:6873
438
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23105
0.281 ms 1 /classes/Product.php:2899
50
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 216
0.280 ms 1 /src/Adapter/EntityMapper.php:79
25
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` = 2
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.279 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.279 ms 1 /classes/ObjectModel.php:1589
612
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6321) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:71
691
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 89) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-03-17 00:00:00' AND '2025-03-17 23:59:59' LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:377
246
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` = 23155)
0.278 ms 1 /classes/Product.php:3860
411
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23913
0.278 ms 1 /classes/Product.php:2899
564
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505306) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:71
601
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5144 AND `id_shop` = 1
0.278 ms 1 /src/Adapter/EntityMapper.php:79
515
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4434 AND `id_shop` = 1
0.277 ms 1 /src/Adapter/EntityMapper.php:79
423
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23931
0.276 ms 1 /classes/Product.php:2899
479
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.275 ms 1 /src/Adapter/EntityMapper.php:79
558
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500038) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
561
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500062 AND `id_shop` = 1
0.274 ms 1 /src/Adapter/EntityMapper.php:79
637
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7144 AND `id_shop` = 1
0.274 ms 1 /src/Adapter/EntityMapper.php:79
346
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21691 LIMIT 1
0.274 ms 1 /classes/SpecificPrice.php:435
693
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 158) LIMIT 1
0.274 ms 1 /src/Adapter/EntityMapper.php:71
38
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3367 AND ctg.`id_group` = 1 LIMIT 1
0.273 ms 1 /classes/Category.php:1751
539
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5019 AND `id_shop` = 1
0.273 ms 1 /src/Adapter/EntityMapper.php:79
53
SELECT SQL_NO_CACHE * FROM ps_memcached_servers
0.272 ms 1 /classes/cache/CacheMemcached.php:263
450
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21691
0.272 ms 1 /classes/Product.php:2899
545
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5023 AND `id_shop` = 1
0.272 ms 1 /src/Adapter/EntityMapper.php:79
553
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6085 AND `id_shop` = 1
0.272 ms 1 /src/Adapter/EntityMapper.php:79
352
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21691 LIMIT 1
0.272 ms 1 /classes/Pack.php:89
378
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21687 LIMIT 1
0.270 ms 1 /classes/Pack.php:89
466
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.270 ms 1 /classes/module/Module.php:2132
568
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
629
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 499917 AND `id_shop` = 1
0.270 ms 1 /src/Adapter/EntityMapper.php:79
66
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 95
AND `active` = 1 LIMIT 1
0.269 ms 1 /classes/Manufacturer.php:312
754
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 105) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
658
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505313) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
725
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 66) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.267 ms 1 /src/Adapter/EntityMapper.php:79
64
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 3367 LIMIT 1
0.265 ms 1 /classes/Category.php:1373
386
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.264 ms 0 /classes/FeatureFlag.php:105
616
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6384) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23144 LIMIT 1
0.263 ms 1 /classes/Pack.php:90
354
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21691) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.263 ms 1 /classes/stock/StockAvailable.php:453
462
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.263 ms 1 /classes/module/Module.php:2659
533
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 499900 AND `id_shop` = 1
0.263 ms 1 /src/Adapter/EntityMapper.php:79
118
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23306 AND `id_group` = 1 LIMIT 1
0.262 ms 0 /classes/GroupReduction.php:153
639
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8050 AND `id_shop` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:79
503
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5001 AND `id_shop` = 1
0.261 ms 1 /src/Adapter/EntityMapper.php:79
517
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5004 AND `id_shop` = 1
0.261 ms 1 /src/Adapter/EntityMapper.php:79
311
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21770 AND id_shop=1 LIMIT 1
0.260 ms 1 /classes/Product.php:6873
593
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7517 AND `id_shop` = 1
0.260 ms 1 /src/Adapter/EntityMapper.php:79
453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21690
0.259 ms 1 /classes/Product.php:2899
10
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.258 ms 1 /classes/ObjectModel.php:1724
581
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4497 AND `id_shop` = 1
0.258 ms 1 /src/Adapter/EntityMapper.php:79
692
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 160) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.257 ms 1 /classes/Currency.php:893
307
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21770 LIMIT 1
0.257 ms 2 /classes/SpecificPrice.php:435
402
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23308
0.257 ms 1 /classes/Product.php:2899
345
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.256 ms 1 /classes/Product.php:5659
646
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 500084) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505314 AND `id_shop` = 1
0.256 ms 1 /src/Adapter/EntityMapper.php:79
575
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5028 AND `id_shop` = 1
0.256 ms 1 /src/Adapter/EntityMapper.php:79
672
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 161) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:71
660
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505811) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23619 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
256
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23147 LIMIT 1
0.254 ms 1 /classes/SpecificPrice.php:435
294
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23105 LIMIT 1
0.254 ms 2 /classes/SpecificPrice.php:435
549
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5079 AND `id_shop` = 1
0.254 ms 1 /src/Adapter/EntityMapper.php:79
694
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 124) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23921 LIMIT 1
0.253 ms 1 /classes/SpecificPrice.php:435
603
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6248 AND `id_shop` = 1
0.253 ms 1 /src/Adapter/EntityMapper.php:79
4
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23575
0.252 ms 1 /classes/Product.php:2899
626
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8167) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
98
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` = 23305
AND image_shop.`cover` = 1 LIMIT 1
0.251 ms 1 /classes/Product.php:3570
347
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21691
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.251 ms 1 /classes/SpecificPrice.php:256
464
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.251 ms 1 /classes/Country.php:402
673
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 79) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
120
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23306 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
198
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23921 LIMIT 1
0.250 ms 1 /classes/Pack.php:89
628
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 499917) LIMIT 1
0.250 ms 1 /src/Adapter/EntityMapper.php:71
145
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23308 LIMIT 1
0.249 ms 1 /classes/Pack.php:89
313
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21770 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
353
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21691 LIMIT 1
0.247 ms 1 /classes/Pack.php:90
429
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23147
0.247 ms 1 /classes/Product.php:2899
447
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21692
0.247 ms 1 /classes/Product.php:2899
624
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7319) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
339
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21692 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
776
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 361 AND `id_shop` = 1 LIMIT 1
0.245 ms 1 /classes/module/Module.php:2132
200
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23921) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
636
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7144) LIMIT 1
0.245 ms 1 /src/Adapter/EntityMapper.php:71
390
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23268
0.244 ms 1 /classes/Product.php:2899
766
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3367 AND ctg.`id_group` = 1 LIMIT 1
0.244 ms 1 /classes/Category.php:1751
231
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23931 LIMIT 1
0.243 ms 1 /classes/SpecificPrice.php:435
37
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.243 ms 1 /classes/Category.php:2446
331
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
650
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 505297) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
467
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.239 ms 1 /classes/module/Module.php:2659
43
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.239 ms 88 /classes/Hook.php:339
147
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23308) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
127
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23307
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.238 ms 0 /classes/SpecificPrice.php:256
659
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505313 AND `id_shop` = 1
0.238 ms 1 /src/Adapter/EntityMapper.php:79
59
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3367 AND `id_shop` = 1
0.237 ms 1 /src/Adapter/EntityMapper.php:79
285
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23144 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6873
583
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5013 AND `id_shop` = 1
0.237 ms 1 /src/Adapter/EntityMapper.php:79
337
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21692 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6873
621
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6406 AND `id_shop` = 1
0.235 ms 1 /src/Adapter/EntityMapper.php:79
468
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.234 ms 1 /classes/module/Module.php:2132
167
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23619
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.234 ms 1 /classes/SpecificPrice.php:256
306
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
471
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.233 ms 1 /classes/module/Module.php:2132
668
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 52) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
111
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` = 23306
AND image_shop.`cover` = 1 LIMIT 1
0.232 ms 1 /classes/Product.php:3570
333
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21692 LIMIT 1
0.232 ms 1 /classes/SpecificPrice.php:435
376
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21687 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6873
30
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.230 ms 1 /classes/Language.php:880
299
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23105 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:153
44
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.229 ms 0 /classes/module/Module.php:2659
326
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21703 LIMIT 1
0.229 ms 1 /classes/Pack.php:90
373
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21687
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:256
197
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23921 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:153
358
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.228 ms 1 /classes/Product.php:5659
633
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6983 AND `id_shop` = 1
0.228 ms 1 /src/Adapter/EntityMapper.php:79
473
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.227 ms 1 /classes/module/Module.php:2132
432
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23145
0.227 ms 1 /classes/Product.php:2899
238
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23931 LIMIT 1
0.226 ms 1 /classes/Pack.php:90
617
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6384 AND `id_shop` = 1
0.226 ms 1 /src/Adapter/EntityMapper.php:79
635
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7143 AND `id_shop` = 1
0.226 ms 1 /src/Adapter/EntityMapper.php:79
456
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21687
0.226 ms 1 /classes/Product.php:2899
301
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23105 LIMIT 1
0.225 ms 1 /classes/Pack.php:90
314
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21770 LIMIT 1
0.225 ms 1 /classes/Pack.php:90
78
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23252 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:153
324
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21703 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:153
611
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6252 AND `id_shop` = 1
0.221 ms 1 /src/Adapter/EntityMapper.php:79
385
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23252
0.220 ms 1 /classes/Product.php:2899
237
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23931 LIMIT 1
0.220 ms 1 /classes/Pack.php:89
178
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.219 ms 1 /classes/Product.php:5659
219
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23929
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.219 ms 1 /classes/SpecificPrice.php:256
250
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23155 LIMIT 1
0.219 ms 1 /classes/Pack.php:90
205
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23923 LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:435
22
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.218 ms 1 /classes/Language.php:880
179
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23913 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:435
371
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.216 ms 1 /classes/Product.php:5659
435
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23144
0.215 ms 1 /classes/Product.php:2899
86
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
669
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 149) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23252) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
251
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23155) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
164
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23308 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6873
218
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23929 LIMIT 1
0.212 ms 1 /classes/SpecificPrice.php:435
75
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23252 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6873
211
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23923 LIMIT 1
0.212 ms 1 /classes/Pack.php:89
260
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23147 LIMIT 1
0.211 ms 1 /classes/Pack.php:89
763
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.211 ms 1 /classes/module/Module.php:2659
315
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21770) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
393
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23305
0.210 ms 1 /classes/Product.php:2899
232
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.210 ms 1 /classes/SpecificPrice.php:256
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23913) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.209 ms 1 /classes/stock/StockAvailable.php:453
185
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23913 LIMIT 1
0.209 ms 1 /classes/Pack.php:89
364
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21690 AND `id_group` = 1 LIMIT 1
0.208 ms 0 /classes/GroupReduction.php:153
387
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.208 ms 7 /classes/ImageType.php:161
249
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23155 LIMIT 1
0.208 ms 1 /classes/Pack.php:89
476
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.208 ms 1 /classes/module/Module.php:2132
298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23105 AND id_shop=1 LIMIT 1
0.207 ms 1 /classes/Product.php:6873
417
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23923
0.207 ms 1 /classes/Product.php:2899
26
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.207 ms 1 /classes/Language.php:880
420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23929
0.205 ms 1 /classes/Product.php:2899
286
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23144 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:153
157
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23575 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:153
280
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.202 ms 1 /classes/Product.php:5659
248
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23155 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:153
380
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21687) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.201 ms 1 /classes/stock/StockAvailable.php:453
266
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
282
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23144
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.200 ms 1 /classes/SpecificPrice.php:256
441
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21770
0.199 ms 1 /classes/Product.php:2899
65
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
239
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23931) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:453
377
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21687 AND `id_group` = 1 LIMIT 1
0.198 ms 0 /classes/GroupReduction.php:153
235
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23931 AND id_shop=1 LIMIT 1
0.198 ms 1 /classes/Product.php:6873
243
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.197 ms 1 /classes/Product.php:5659
670
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 43) LIMIT 1
0.197 ms 1 /src/Adapter/EntityMapper.php:71
245
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23155 LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:435
295
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23105
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:256
321
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21703 LIMIT 1
0.196 ms 1 /classes/SpecificPrice.php:435
68
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23252 LIMIT 1
0.195 ms 1 /classes/SpecificPrice.php:435
193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23921
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.194 ms 1 /classes/SpecificPrice.php:256
274
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23145 LIMIT 1
0.193 ms 1 /classes/Pack.php:89
463
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 192 AND `id_shop` = 1 LIMIT 1
0.192 ms 1 /classes/module/Module.php:2132
100
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23305 LIMIT 1
0.192 ms 1 /classes/SpecificPrice.php:435
320
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 84
AND `active` = 1 LIMIT 1
0.192 ms 1 /classes/Manufacturer.php:312
191
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.191 ms 1 /classes/Product.php:5659
338
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21692 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:153
24
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'UAH') LIMIT 1
0.190 ms 1 /classes/Currency.php:893
87
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23268 LIMIT 1
0.189 ms 1 /classes/SpecificPrice.php:435
222
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23929 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6873
247
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23155 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6873
81
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23252 LIMIT 1
0.188 ms 1 /classes/Pack.php:90
226
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23929) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
69
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.186 ms 1407 /classes/SpecificPrice.php:297
99
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.186 ms 1 /classes/Product.php:5659
366
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21690 LIMIT 1
0.186 ms 1 /classes/Pack.php:90
204
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.185 ms 1 /classes/Product.php:5659
332
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1
0.185 ms 1 /classes/Manufacturer.php:312
762
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 312 AND `id_shop` = 1 LIMIT 1
0.185 ms 1 /classes/module/Module.php:2132
36
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.184 ms 1 /classes/ObjectModel.php:1724
33
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.182 ms 1 /classes/ObjectModel.php:1724
230
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.182 ms 1 /classes/Product.php:5659
106
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23305 LIMIT 1
0.181 ms 1 /classes/Pack.php:89
196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23921 AND id_shop=1 LIMIT 1
0.181 ms 1 /classes/Product.php:6873
262
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23147) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.181 ms 1 /classes/stock/StockAvailable.php:453
183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23913 AND id_shop=1 LIMIT 1
0.179 ms 1 /classes/Product.php:6873
184
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23913 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:153
144
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23308 AND `id_group` = 1 LIMIT 1
0.179 ms 0 /classes/GroupReduction.php:153
764
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.178 ms 1 /classes/module/Module.php:2132
173
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23619 LIMIT 1
0.176 ms 1 /classes/Pack.php:90
268
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23145 LIMIT 1
0.176 ms 1 /classes/SpecificPrice.php:435
79
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.176 ms 1 /classes/Group.php:151
244
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 146
AND `active` = 1 LIMIT 1
0.176 ms 1 /classes/Manufacturer.php:312
209
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23923 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6873
206
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23923
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.174 ms 1 /classes/SpecificPrice.php:256
258
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23147 AND id_shop=1 LIMIT 1
0.174 ms 1 /classes/Product.php:6873
261
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23147 LIMIT 1
0.174 ms 1 /classes/Pack.php:90
199
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23921 LIMIT 1
0.174 ms 1 /classes/Pack.php:90
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23923) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
180
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23913
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.172 ms 1 /classes/SpecificPrice.php:256
174
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23619) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:453
45
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.171 ms 0 /classes/module/Module.php:2132
225
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23929 LIMIT 1
0.171 ms 1 /classes/Pack.php:90
117
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23306 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6873
319
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.170 ms 1 /classes/Product.php:5659
93
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23268 LIMIT 1
0.169 ms 1 /classes/Pack.php:89
217
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.169 ms 1 /classes/Product.php:5659
255
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.165 ms 1 /classes/Product.php:5659
210
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23923 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:153
351
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21691 AND `id_group` = 1 LIMIT 1
0.164 ms 0 /classes/GroupReduction.php:153
767
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.163 ms 1 /classes/Category.php:2446
312
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21770 AND `id_group` = 1 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:153
27
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.160 ms 1 /classes/Language.php:880
267
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 90
AND `active` = 1 LIMIT 1
0.160 ms 1 /classes/Manufacturer.php:312
212
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23923 LIMIT 1
0.157 ms 1 /classes/Pack.php:90
269
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23145
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.157 ms 1 /classes/SpecificPrice.php:256
275
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23145 LIMIT 1
0.154 ms 1 /classes/Pack.php:90
113
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23306 LIMIT 1
0.152 ms 1 /classes/SpecificPrice.php:435
186
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23913 LIMIT 1
0.152 ms 1 /classes/Pack.php:90
772
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.151 ms 1 /classes/Category.php:1589
223
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23929 AND `id_group` = 1 LIMIT 1
0.150 ms 0 /classes/GroupReduction.php:153
146
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23308 LIMIT 1
0.148 ms 1 /classes/Pack.php:90
236
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23931 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:153
107
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23305 LIMIT 1
0.141 ms 1 /classes/Pack.php:90
259
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23147 AND `id_group` = 1 LIMIT 1
0.140 ms 0 /classes/GroupReduction.php:153
112
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.137 ms 1 /classes/Product.php:5659
95
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23268) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.133 ms 1 /classes/stock/StockAvailable.php:453
23
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.130 ms 1 /classes/Language.php:880
104
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23305 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6873
272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23145 AND id_shop=1 LIMIT 1
0.129 ms 1 /classes/Product.php:6873
170
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23619 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6873
94
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23268 LIMIT 1
0.127 ms 1 /classes/Pack.php:90
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23305) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:453
114
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23306
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.125 ms 1 /classes/SpecificPrice.php:256
88
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23268
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.121 ms 0 /classes/SpecificPrice.php:256
101
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23305
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.120 ms 0 /classes/SpecificPrice.php:256
92
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23268 AND `id_group` = 1 LIMIT 1
0.112 ms 0 /classes/GroupReduction.php:153
273
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23145 AND `id_group` = 1 LIMIT 1
0.108 ms 0 /classes/GroupReduction.php:153
171
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23619 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:153
105
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23305 AND `id_group` = 1 LIMIT 1
0.088 ms 0 /classes/GroupReduction.php:153

Doubles

93 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
93 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
92 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
25 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
24 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
24 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24 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)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
24 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
24 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop_group = XX) AND (id_shop = XX) LIMIT XX
24 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
24 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
24 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
24 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`
24 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
24 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;
21 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
21 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `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
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'uk-ua'
                    OR `language_code` = 'uk-ua' LIMIT XX
6 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
3 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
3 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
3 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
2 queries
				SELECT ctg.`id_group`
				FROM ps_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = XX)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = XX)WHERE XX AND m.`active` = XX ORDER BY m.`name` ASC
		
2 queries
SELECT XX FROM `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

129 category_lang
108 category
103 category_shop
100 manufacturer
99 product
94 manufacturer_shop
94 manufacturer_lang
75 product_shop
50 product_attribute
50 cart_product
49 specific_price
48 image
48 image_shop
48 product_attribute_shop
48 pack
27 stock_available
26 product_attribute_combination
25 feature
25 feature_shop
25 feature_lang
25 product_lang
24 product_group_reduction_cache
24 feature_product
24 feature_value_lang
24 image_lang
24 attribute
24 attribute_lang
24 attribute_group
21 specific_price_priority
16 module
15 module_shop
9 lang
9 currency
6 hook
6 currency_shop
6 category_group
5 country
4 shop_url
4 shop
4 lang_shop
4 currency_lang
4 cart_rule
4 cms
4 cms_shop
4 cms_lang
3 hook_alias
3 category_product
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 image_type
2 cart_rule_lang
2 cms_category
2 cms_category_lang
2 cms_category_shop
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 memcached_servers
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 product_sale
1 layered_filter_block
1 feature_flag
1 ganalytics_data

ObjectModel instances

Name Instances Source
Category 102 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 3367]
/classes/Meta.php:380 (__construct) [id: 3367]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 3367]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 2]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 3]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4989]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4990]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4991]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4992]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4993]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7385]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 3367]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4433]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4999]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5000]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5001]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5002]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5082]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7142]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 3530]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4434]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5004]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5010]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5011]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5094]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7274]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7372]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7428]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8123]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 499900]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 3238]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5019]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5020]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5021]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5023]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5024]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5079]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5161]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6085]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6403]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6951]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 500038]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 500062]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505303]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505306]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505307]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5026]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5027]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5028]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5029]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5030]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 4497]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5013]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5014]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5015]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5016]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5017]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7517]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5081]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5086]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5087]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 5144]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6248]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6249]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6250]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6251]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6252]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6321]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6383]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6384]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6385]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6406]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7318]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7319]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8167]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 499917]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 503733]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6983]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7143]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 7144]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8050]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8070]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 8513]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 500026]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 500084]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 500110]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505297]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505314]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6846]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505311]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505313]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 505811]
/modules/ps_categorytree/ps_categorytree.php:345 (__construct) [id: 4]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 1]
Manufacturer 92 /modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 27]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 80]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 7]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 122]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 123]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 52]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 149]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 43]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 56]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 161]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 79]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 83]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 107]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 62]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 33]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 125]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 129]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 126]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 130]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 24]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 113]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 153]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 135]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 155]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 70]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 140]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 131]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 151]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 89]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 160]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 158]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 124]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 156]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 3]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 144]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 95]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 121]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 73]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 139]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 148]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 147]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 150]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 164]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 145]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 76]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 60]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 138]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 90]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 111]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 154]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 162]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 152]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 38]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 15]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 9]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 133]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 41]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 82]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 61]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 146]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 28]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 159]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 66]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 142]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 109]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 2]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 78]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 19]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 97]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 134]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 141]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 132]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 137]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 110]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 127]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 166]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 53]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 29]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 143]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 136]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 84]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 75]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 54]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 163]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 69]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 14]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 157]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 165]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 81]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 91]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 105]
Product 24 /src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23252]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23268]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23305]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23306]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23307]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23308]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23575]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23619]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23913]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23921]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23923]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23929]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23931]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23155]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23147]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23145]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23144]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23105]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21770]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21703]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21692]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21691]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21690]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21687]
Country 8 /config/config.inc.php:146 (__construct) [id: 216]
/classes/controller/FrontController.php:354 (__construct) [id: 216]
/classes/AddressFormat.php:404 (__construct) [id: 216]
/classes/controller/FrontController.php:1779 (__construct) [id: 216]
/classes/AddressFormat.php:404 (__construct) [id: 216]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 216]
/classes/AddressFormat.php:404 (__construct) [id: 216]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 216]
State 6 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:93 (__construct) [id: 0]
/classes/AddressFormat.php:404 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:93 (__construct) [id: 0]
/classes/AddressFormat.php:404 (__construct) [id: 0]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
CMS 3 /modules/ps_mainmenu/ps_mainmenu.php:538 (__construct) [id: 17]
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct) [id: 23]
/modules/ps_mainmenu/ps_mainmenu.php:538 (__construct) [id: 24]
AddressFormat 3 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
CMSCategory 1 /modules/ps_mainmenu/ps_mainmenu.php:523 (__construct) [id: 4]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-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/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/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/dev/yaml/48b9961e1035e5c77f9eef7963517e78.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 /classes/Smarty/SmartyDev.php
200 /vendor/smarty/smarty/libs/Smarty.class.php
201 /vendor/smarty/smarty/libs/functions.php
202 /vendor/smarty/smarty/libs/Autoloader.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
212 /config/smartyfront.config.inc.php
213 /classes/Smarty/SmartyResourceModule.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
216 /classes/Smarty/SmartyResourceParent.php
217 /classes/Smarty/SmartyLazyRegister.php
218 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
219 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
220 /classes/Customer.php
221 /classes/Group.php
222 /classes/Link.php
223 /classes/shop/ShopUrl.php
224 /classes/Dispatcher.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
229 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
230 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
231 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
232 /src/Adapter/SymfonyContainer.php
233 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
234 /config/db_slave_server.inc.php
235 /controllers/front/listing/CategoryController.php
236 /classes/controller/ProductListingFrontController.php
237 /classes/controller/ProductPresentingFrontController.php
238 /classes/controller/FrontController.php
239 /src/PrestaShopBundle/Translation/TranslatorComponent.php
240 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
241 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
242 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
243 /vendor/symfony/contracts/Translation/TranslatorInterface.php
244 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
245 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
246 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
247 /src/PrestaShopBundle/Translation/TranslatorInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
249 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
250 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
253 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
254 /vendor/symfony/contracts/Translation/TranslatorTrait.php
255 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
256 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
257 /var/cache/dev/translations/catalogue.uk-UA.NXhscRe.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
261 /src/Adapter/Presenter/Object/ObjectPresenter.php
262 /src/Adapter/Presenter/PresenterInterface.php
263 /src/Adapter/Presenter/Cart/CartPresenter.php
264 /src/Adapter/Image/ImageRetriever.php
265 /classes/tax/TaxConfiguration.php
266 /classes/Smarty/TemplateFinder.php
267 /classes/assets/StylesheetManager.php
268 /classes/assets/AbstractAssetManager.php
269 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
270 /classes/assets/JavascriptManager.php
271 /classes/assets/CccReducer.php
272 /classes/Category.php
273 /classes/webservice/WebserviceRequest.php
274 /src/Adapter/ContainerBuilder.php
275 /src/Adapter/Environment.php
276 /src/Core/EnvironmentInterface.php
277 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
278 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
279 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
280 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
281 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
282 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
283 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
284 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
285 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
286 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
287 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
288 /vendor/symfony/contracts/Service/ResetInterface.php
289 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
290 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
291 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
292 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
293 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
294 /vendor/symfony/contracts/Cache/ItemInterface.php
295 /vendor/psr/cache/src/CacheItemInterface.php
296 /vendor/psr/cache/src/CacheItemPoolInterface.php
297 /vendor/symfony/contracts/Cache/CacheInterface.php
298 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
300 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
302 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
303 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
304 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
305 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
306 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
307 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
359 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
360 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
361 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
362 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
363 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
366 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
367 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
368 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
369 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
370 /var/cache/dev/FrontContainer.php
371 /src/Adapter/Container/LegacyContainer.php
372 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
373 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
374 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
375 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
376 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
377 /vendor/psr/container/src/ContainerExceptionInterface.php
378 /vendor/psr/container/src/NotFoundExceptionInterface.php
379 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
380 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
381 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
382 /src/Adapter/Container/LegacyContainerInterface.php
383 /modules/contactform/vendor/autoload.php
384 /modules/contactform/vendor/composer/autoload_real.php
385 /modules/contactform/vendor/composer/platform_check.php
386 /modules/contactform/vendor/composer/autoload_static.php
387 /modules/gsitemap/vendor/autoload.php
388 /modules/gsitemap/vendor/composer/autoload_real.php
389 /modules/gsitemap/vendor/composer/platform_check.php
390 /modules/gsitemap/vendor/composer/autoload_static.php
391 /modules/ps_categorytree/vendor/autoload.php
392 /modules/ps_categorytree/vendor/composer/autoload_real.php
393 /modules/ps_categorytree/vendor/composer/platform_check.php
394 /modules/ps_categorytree/vendor/composer/autoload_static.php
395 /modules/ps_facetedsearch/vendor/autoload.php
396 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
397 /modules/ps_facetedsearch/vendor/composer/platform_check.php
398 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
399 /modules/ps_featuredproducts/vendor/autoload.php
400 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
401 /modules/ps_featuredproducts/vendor/composer/platform_check.php
402 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
403 /modules/ps_languageselector/vendor/autoload.php
404 /modules/ps_languageselector/vendor/composer/autoload_real.php
405 /modules/ps_languageselector/vendor/composer/platform_check.php
406 /modules/ps_languageselector/vendor/composer/autoload_static.php
407 /modules/ps_linklist/vendor/autoload.php
408 /modules/ps_linklist/vendor/composer/autoload_real.php
409 /modules/ps_linklist/vendor/composer/platform_check.php
410 /modules/ps_linklist/vendor/composer/autoload_static.php
411 /modules/ps_mainmenu/vendor/autoload.php
412 /modules/ps_mainmenu/vendor/composer/autoload_real.php
413 /modules/ps_mainmenu/vendor/composer/platform_check.php
414 /modules/ps_mainmenu/vendor/composer/autoload_static.php
415 /modules/ps_shoppingcart/vendor/autoload.php
416 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
417 /modules/ps_shoppingcart/vendor/composer/platform_check.php
418 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
419 /modules/ps_themecusto/vendor/autoload.php
420 /modules/ps_themecusto/vendor/composer/autoload_real.php
421 /modules/ps_themecusto/vendor/composer/platform_check.php
422 /modules/ps_themecusto/vendor/composer/autoload_static.php
423 /modules/ps_wirepayment/vendor/autoload.php
424 /modules/ps_wirepayment/vendor/composer/autoload_real.php
425 /modules/ps_wirepayment/vendor/composer/platform_check.php
426 /modules/ps_wirepayment/vendor/composer/autoload_static.php
427 /modules/liqpayment/vendor/autoload.php
428 /modules/liqpayment/vendor/composer/autoload_real.php
429 /modules/liqpayment/vendor/composer/platform_check.php
430 /modules/liqpayment/vendor/composer/autoload_static.php
431 /modules/privat24autoclient/vendor/autoload.php
432 /modules/privat24autoclient/vendor/composer/autoload_real.php
433 /modules/privat24autoclient/vendor/composer/autoload_static.php
434 /modules/simpleposbypanariga/vendor/autoload.php
435 /modules/simpleposbypanariga/vendor/composer/autoload_real.php
436 /modules/simpleposbypanariga/vendor/composer/autoload_static.php
437 /modules/ps_googleanalytics/vendor/autoload.php
438 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
439 /modules/ps_googleanalytics/vendor/composer/platform_check.php
440 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
441 /modules/print58mm/vendor/autoload.php
442 /modules/print58mm/vendor/composer/autoload_real.php
443 /modules/print58mm/vendor/composer/autoload_static.php
444 /modules/reorderremindermanager/vendor/autoload.php
445 /modules/reorderremindermanager/vendor/composer/autoload_real.php
446 /modules/reorderremindermanager/vendor/composer/platform_check.php
447 /modules/reorderremindermanager/vendor/composer/autoload_static.php
448 /modules/ps_imageslider/vendor/autoload.php
449 /modules/ps_imageslider/vendor/composer/autoload_real.php
450 /modules/ps_imageslider/vendor/composer/platform_check.php
451 /modules/ps_imageslider/vendor/composer/autoload_static.php
452 /modules/z24_NovaPoshta/vendor/autoload.php
453 /modules/z24_NovaPoshta/vendor/composer/autoload_real.php
454 /modules/z24_NovaPoshta/vendor/composer/platform_check.php
455 /modules/z24_NovaPoshta/vendor/composer/autoload_static.php
456 /modules/z24_NovaPoshta/vendor/react/promise/src/functions_include.php
457 /modules/z24_NovaPoshta/vendor/react/promise/src/functions.php
458 /modules/rozetka_api_integration/vendor/autoload.php
459 /modules/rozetka_api_integration/vendor/composer/autoload_real.php
460 /modules/rozetka_api_integration/vendor/composer/platform_check.php
461 /modules/rozetka_api_integration/vendor/composer/autoload_static.php
462 /modules/GoogleMerchantPatches/vendor/autoload.php
463 /modules/GoogleMerchantPatches/vendor/composer/autoload_real.php
464 /modules/GoogleMerchantPatches/vendor/composer/platform_check.php
465 /modules/GoogleMerchantPatches/vendor/composer/autoload_static.php
466 /modules/GoogleMerchantPatches/vendor/react/async/src/functions_include.php
467 /modules/GoogleMerchantPatches/vendor/react/async/src/functions.php
468 /modules/ps_socialfollow/vendor/autoload.php
469 /modules/ps_socialfollow/vendor/composer/autoload_real.php
470 /modules/ps_socialfollow/vendor/composer/platform_check.php
471 /modules/ps_socialfollow/vendor/composer/autoload_static.php
472 /modules/productcomments/vendor/autoload.php
473 /modules/productcomments/vendor/composer/autoload_real.php
474 /modules/productcomments/vendor/composer/platform_check.php
475 /modules/productcomments/vendor/composer/autoload_static.php
476 /modules/autoupgrade/vendor/autoload.php
477 /modules/autoupgrade/vendor/composer/autoload_real.php
478 /modules/autoupgrade/vendor/composer/autoload_static.php
479 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
480 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
481 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
482 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
483 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
484 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
485 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
486 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
487 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
488 /modules/ps_emailalerts/vendor/autoload.php
489 /modules/ps_emailalerts/vendor/composer/autoload_real.php
490 /modules/ps_emailalerts/vendor/composer/platform_check.php
491 /modules/ps_emailalerts/vendor/composer/autoload_static.php
492 /modules/ps_distributionapiclient/vendor/autoload.php
493 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
494 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
495 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
496 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
497 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
498 /modules/productfreshdatabypanariga/vendor/autoload.php
499 /modules/productfreshdatabypanariga/vendor/composer/autoload_real.php
500 /modules/productfreshdatabypanariga/vendor/composer/autoload_static.php
501 /modules/rozetkadelivery/vendor/autoload.php
502 /modules/rozetkadelivery/vendor/composer/autoload_real.php
503 /modules/rozetkadelivery/vendor/composer/autoload_static.php
504 /modules/pricesyncpanariga/vendor/autoload.php
505 /modules/pricesyncpanariga/vendor/composer/autoload_real.php
506 /modules/pricesyncpanariga/vendor/composer/platform_check.php
507 /modules/pricesyncpanariga/vendor/composer/autoload_static.php
508 /modules/blockwishlist/vendor/autoload.php
509 /modules/blockwishlist/vendor/composer/autoload_real.php
510 /modules/blockwishlist/vendor/composer/autoload_static.php
511 /modules/googlelogin/vendor/autoload.php
512 /modules/googlelogin/vendor/composer/autoload_real.php
513 /modules/googlelogin/vendor/composer/platform_check.php
514 /modules/googlelogin/vendor/composer/autoload_static.php
515 /modules/googlemerchant/vendor/autoload.php
516 /modules/googlemerchant/vendor/composer/autoload_real.php
517 /modules/googlemerchant/vendor/composer/platform_check.php
518 /modules/googlemerchant/vendor/composer/autoload_static.php
519 /modules/googlemerchant/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
520 /src/Core/Localization/Locale/Repository.php
521 /src/Core/Localization/Locale/RepositoryInterface.php
522 /src/Core/Localization/CLDR/LocaleRepository.php
523 /src/Core/Localization/CLDR/LocaleDataSource.php
524 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
525 /src/Core/Data/Layer/AbstractDataLayer.php
526 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
527 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
528 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
529 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
530 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
531 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
532 /vendor/symfony/contracts/Cache/CacheTrait.php
533 /vendor/psr/cache/src/InvalidArgumentException.php
534 /vendor/psr/cache/src/CacheException.php
535 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
536 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
537 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
538 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
539 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
540 /src/Core/Localization/CLDR/Reader.php
541 /src/Core/Localization/CLDR/ReaderInterface.php
542 /src/Core/Localization/Currency/Repository.php
543 /src/Core/Localization/Currency/RepositoryInterface.php
544 /src/Core/Localization/Currency/CurrencyDataSource.php
545 /src/Core/Localization/Currency/DataSourceInterface.php
546 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
547 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
548 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
549 /src/Adapter/Currency/CurrencyDataProvider.php
550 /src/Core/Currency/CurrencyDataProviderInterface.php
551 /src/Adapter/LegacyContext.php
552 /src/Adapter/Tools.php
553 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
554 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
555 /vendor/prestashop/decimal/src/Operation/Rounding.php
556 /src/Core/Localization/Locale.php
557 /src/Core/Localization/LocaleInterface.php
558 /src/Core/Localization/Specification/Price.php
559 /src/Core/Localization/Specification/Number.php
560 /src/Core/Localization/Specification/NumberInterface.php
561 /src/Core/Localization/Specification/Factory.php
562 /src/Core/Localization/CLDR/LocaleData.php
563 /src/Core/Localization/CLDR/NumberSymbolsData.php
564 /src/Core/Localization/CLDR/CurrencyData.php
565 /src/Core/Localization/CLDR/Locale.php
566 /src/Core/Localization/CLDR/LocaleInterface.php
567 /src/Core/Localization/Specification/NumberSymbolList.php
568 /classes/Currency.php
569 /src/Core/Localization/Currency/LocalizedCurrencyId.php
570 /src/Core/Localization/Currency/CurrencyData.php
571 /src/Core/Localization/Currency/CurrencyCollection.php
572 /src/Core/Localization/Currency.php
573 /src/Core/Localization/CurrencyInterface.php
574 /src/Core/Localization/Specification/NumberCollection.php
575 /src/Core/Localization/Number/Formatter.php
576 /classes/Cart.php
577 /src/Adapter/AddressFactory.php
578 /classes/CartRule.php
579 /classes/Product.php
580 /src/Core/Domain/Product/ValueObject/RedirectType.php
581 /src/Core/Util/DateTime/DateTime.php
582 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
583 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
584 /src/Core/Domain/Product/ValueObject/ProductType.php
585 /src/Core/Domain/Product/ValueObject/Reference.php
586 /src/Core/Domain/Product/ValueObject/Ean13.php
587 /src/Core/Domain/Product/ValueObject/Isbn.php
588 /src/Core/Domain/Product/ValueObject/Upc.php
589 /src/Core/Domain/Product/ProductSettings.php
590 /src/Core/Domain/Shop/ValueObject/ShopId.php
591 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
592 /modules/ps_socialfollow/ps_socialfollow.php
593 /src/Core/Module/WidgetInterface.php
594 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
595 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
596 /src/PrestaShopBundle/Translation/DomainNormalizer.php
597 /modules/ps_emailalerts/ps_emailalerts.php
598 /modules/ps_emailalerts/MailAlert.php
599 /modules/blockwishlist/blockwishlist.php
600 /classes/Media.php
601 /src/Adapter/Presenter/Cart/CartLazyArray.php
602 /src/Adapter/Presenter/AbstractLazyArray.php
603 /src/Adapter/Product/PriceFormatter.php
604 /src/Core/Util/Inflector.php
605 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
606 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
607 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
608 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
609 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
610 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
611 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
612 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
613 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
614 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
615 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
616 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
617 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
618 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
619 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
620 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
621 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
622 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
623 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
625 /classes/Gender.php
626 /classes/Risk.php
627 /classes/Meta.php
628 /classes/Address.php
629 /classes/ImageType.php
630 /classes/State.php
631 /src/Core/Security/PasswordPolicyConfiguration.php
632 /src/Core/Configuration/DataConfigurationInterface.php
633 /src/Core/Security/Hashing.php
634 /src/Core/Filter/FrontEndObject/MainFilter.php
635 /src/Core/Filter/FilterInterface.php
636 /src/Core/Filter/FrontEndObject/CartFilter.php
637 /src/Core/Filter/HashMapWhitelistFilter.php
638 /src/Core/Filter/CollectionFilter.php
639 /src/Core/Filter/FrontEndObject/ProductFilter.php
640 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
641 /src/Core/Filter/FrontEndObject/CustomerFilter.php
642 /src/Core/Filter/FrontEndObject/ShopFilter.php
643 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
644 /modules/ps_shoppingcart/ps_shoppingcart.php
645 /modules/ffcheckbox/ffcheckbox.php
646 /modules/ps_googleanalytics/ps_googleanalytics.php
647 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
648 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
649 /classes/Smarty/SmartyDevTemplate.php
650 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
651 /var/cache/dev/smarty/compile/ZoooptClassic/dd/3d/b2/dd3db24f9dbda78d40bdd60c012ec99379f2b1b6_2.file.ps_googleanalytics.tpl.php
652 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
653 /modules/ps_imageslider/ps_imageslider.php
654 /modules/ps_imageslider/Ps_HomeSlide.php
655 /modules/z24_NovaPoshta/z24_NovaPoshta.php
656 /classes/module/CarrierModule.php
657 /classes/cache/CacheMemcached.php
658 /classes/Translate.php
659 /modules/z24_NovaPoshta/translations/uk.php
660 /modules/z24ProductVariants/z24ProductVariants.php
661 /modules/z24ProductVariants/translations/uk.php
662 /modules/z24NovaPoshtaDisplayPrice/z24NovaPoshtaDisplayPrice.php
663 /modules/z24NovaPoshtaDisplayPrice/translations/uk.php
664 /modules/ps_searchbar/ps_searchbar.php
665 /modules/ps_searchbarjqauto/ps_searchbarjqauto.php
666 /src/Adapter/Localization/LegacyTranslator.php
667 /modules/GoogleMerchantPatches/GoogleMerchantPatches.php
668 /modules/GoogleMerchantPatches/translations/uk.php
669 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/HttpClient.php
670 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/CurlHttpClient.php
671 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/HttpClientTrait.php
672 /vendor/symfony/contracts/HttpClient/HttpClientInterface.php
673 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/Internal/CurlClientState.php
674 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/Internal/ClientState.php
675 /vendor/symfony/symfony/src/Symfony/Component/HttpClient/Internal/DnsCache.php
676 /var/cache/dev/smarty/compile/ZoooptClassic/3b/01/3d/3b013d67b9f97256e0a0ba05abbae86a2efca874_2.file.headerGoogleSurvey.tpl.php
677 /modules/productcomments/productcomments.php
678 /src/Core/Product/Search/ProductSearchContext.php
679 /src/Core/Product/Search/ProductSearchQuery.php
680 /src/Core/Product/Search/SortOrder.php
681 /modules/ps_facetedsearch/ps_facetedsearch.php
682 /modules/ps_facetedsearch/src/HookDispatcher.php
683 /modules/ps_facetedsearch/src/Hook/Attribute.php
684 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
685 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
686 /modules/ps_facetedsearch/src/Hook/Category.php
687 /modules/ps_facetedsearch/src/Hook/Configuration.php
688 /modules/ps_facetedsearch/src/Hook/Design.php
689 /modules/ps_facetedsearch/src/Hook/Feature.php
690 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
691 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
692 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
693 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
694 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
695 /modules/ps_facetedsearch/src/Hook/Product.php
696 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
697 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
698 /modules/ps_facetedsearch/src/Filters/Provider.php
699 /modules/ps_facetedsearch/src/URLSerializer.php
700 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
701 /modules/ps_facetedsearch/src/Product/SearchProvider.php
702 /src/Core/Product/Search/FacetsRendererInterface.php
703 /src/Core/Product/Search/ProductSearchProviderInterface.php
704 /modules/ps_facetedsearch/src/Filters/Converter.php
705 /modules/ps_facetedsearch/src/Product/SearchFactory.php
706 /src/Core/Product/Search/ProductSearchResult.php
707 /classes/Manufacturer.php
708 /src/Core/Util/String/StringModifier.php
709 /src/Core/Util/String/StringModifierInterface.php
710 /modules/ps_facetedsearch/src/Product/Search.php
711 /modules/ps_facetedsearch/src/Adapter/MySQL.php
712 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
713 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
714 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
715 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
716 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
717 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
718 /modules/ps_facetedsearch/src/Filters/Products.php
719 /classes/stock/StockAvailable.php
720 /modules/ps_facetedsearch/src/Filters/Block.php
721 /src/Core/Product/Search/Facet.php
722 /src/Core/Product/Search/Filter.php
723 /vendor/prestashop/decimal/src/DecimalNumber.php
724 /vendor/prestashop/decimal/src/Builder.php
725 /src/Core/Product/Search/FacetCollection.php
726 /classes/ProductAssembler.php
727 /classes/Combination.php
728 /classes/tax/Tax.php
729 /classes/SpecificPrice.php
730 /classes/tax/TaxManagerFactory.php
731 /classes/tax/TaxRulesTaxManager.php
732 /classes/tax/TaxManagerInterface.php
733 /classes/tax/TaxCalculator.php
734 /classes/GroupReduction.php
735 /src/Core/Localization/CLDR/ComputingPrecision.php
736 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
737 /classes/Pack.php
738 /classes/order/Order.php
739 /classes/Feature.php
740 /classes/ProductPresenterFactory.php
741 /src/Adapter/Presenter/Product/ProductListingPresenter.php
742 /src/Adapter/Presenter/Product/ProductPresenter.php
743 /src/Adapter/Product/ProductColorsRetriever.php
744 /src/Adapter/HookManager.php
745 /src/Core/Product/ProductPresentationSettings.php
746 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
747 /src/Adapter/Presenter/Product/ProductLazyArray.php
748 /classes/Image.php
749 /src/Core/Image/ImageFormatConfiguration.php
750 /src/Core/Image/ImageFormatConfigurationInterface.php
751 /classes/FeatureFlag.php
752 /src/Core/FeatureFlag/FeatureFlagSettings.php
753 /vendor/prestashop/decimal/src/Operation/Multiplication.php
754 /vendor/prestashop/decimal/src/Operation/Addition.php
755 /var/cache/dev/smarty/compile/ZoooptClassic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
757 /vendor/smarty/smarty/libs/plugins/modifier.count.php
758 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
759 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
760 /var/cache/dev/smarty/compile/ZoooptClassic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
761 /src/Core/Product/Search/Pagination.php
762 /vendor/defuse/php-encryption/src/Crypto.php
763 /vendor/defuse/php-encryption/src/KeyOrPassword.php
764 /vendor/defuse/php-encryption/src/RuntimeTests.php
765 /vendor/defuse/php-encryption/src/DerivedKeys.php
766 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
767 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
768 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/02/dd/13/02dd138ed3af62c5c0c320631d1366fd0f2f5d0c_2.file.category.tpl.php
769 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/a3/d5/f7/a3d5f7a0165ff30b361458b41e45ccf0465186ac_2.file.product-list.tpl.php
770 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/98/7d/e6/987de65e4ead6f493d04d342b9add8cac5092fad_2.file.layout-left-column.tpl.php
771 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/3c/f8/ca/3cf8ca85bdbd04487ce54a32120a4c46d59ddecc_2.file.layout-both-columns.tpl.php
772 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/f2/88/49/f28849f055ac6e797c13afd2c865e6aee903b828_2.file.helpers.tpl.php
773 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
774 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/e5/b1/80/e5b18050194cc30925b0144ad3ce47003e526108_2.file.head.tpl.php
775 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/df/6f/9d/df6f9d20f074f1297a40b832de948635c1e06095_2.file.head-jsonld.tpl.php
776 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/db/fb/80/dbfb80695e810e0cc032c496c8fb4b2187fb6699_2.file.product-list-jsonld.tpl.php
777 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/79/35/3b/79353b39b35c9713c642ae6ad8504b48449b9629_2.file.pagination-seo.tpl.php
778 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
779 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
780 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d2/33/3b/d2333bf4b938aaaa828f15d351e174cb3a61c9a1_2.file.stylesheets.tpl.php
781 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/dc/ca/33/dcca33917dbe9749c9881848e54b679596a87db3_2.file.javascript.tpl.php
782 /classes/ProductDownload.php
783 /src/Core/Cart/Calculator.php
784 /src/Core/Cart/CartRowCollection.php
785 /src/Core/Cart/Fees.php
786 /src/Core/Cart/AmountImmutable.php
787 /src/Core/Cart/CartRuleCollection.php
788 /src/Core/Cart/CartRuleCalculator.php
789 /src/Adapter/Product/PriceCalculator.php
790 /src/Core/Cart/CartRow.php
791 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
792 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/43/0b/0e/430b0e7bc76f82cd7a5285080d504dc276f7017f_2.file.product-activation.tpl.php
793 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
794 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
795 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
796 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
797 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
798 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
799 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
800 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
801 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
802 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
803 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
804 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
805 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
806 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
807 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
808 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
809 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
810 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
811 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/24/fe/b3/24feb38b01deb95a20a7ff1c4b0f2ba46caf1f28_2.file.header.tpl.php
812 /modules/ps_contactinfo/ps_contactinfo.php
813 /var/cache/dev/smarty/compile/ZoooptClassic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
814 /modules/ps_languageselector/ps_languageselector.php
815 /modules/ps_currencyselector/ps_currencyselector.php
816 /modules/ps_customersignin/ps_customersignin.php
817 /var/cache/dev/smarty/compile/ZoooptClassic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
818 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
819 /var/cache/dev/smarty/compile/ZoooptClassic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
820 /modules/ps_mainmenu/ps_mainmenu.php
821 /modules/ps_mainmenu/ps_menutoplinks.class.php
822 /classes/CMSCategory.php
823 /classes/CMS.php
824 /var/cache/dev/smarty/compile/ZoooptClassic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
825 /var/cache/dev/smarty/compile/ZoooptClassic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
826 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/74/01/8d/74018d6c57735f2f61d1f82c2a2ce3f02146d06d_2.file.notifications.tpl.php
827 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/c4/fc/16/c4fc16a1c853800d76f609011c1d8198682685cc_2.file.breadcrumb.tpl.php
828 /modules/ps_categorytree/ps_categorytree.php
829 /var/cache/dev/smarty/compile/ZoooptClassic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
830 /var/cache/dev/smarty/compile/ZoooptClassic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
831 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/62/3f/f2/623ff24a2ed6a9f086415acb8c17c22c2c2d5b18_2.file.category-header.tpl.php
832 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/cd/54/f1/cd54f1601f4f508a079f11c298342c77633f0587_2.file.products-top.tpl.php
833 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/78/04/9d/78049d9ea0dc218fceaef4f62c652973ae97e263_2.file.sort-orders.tpl.php
834 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/f9/5e/f4/f95ef4bfbdb61236e3c690dd3ccfa240ae47895b_2.file.products.tpl.php
835 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/5d/1e/40/5d1e4031591a7330d2f20b6412a33131e39711db_2.file.productlist.tpl.php
836 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
837 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
838 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
839 /vendor/smarty/smarty/libs/plugins/modifiercompiler.round.php
840 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
841 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
842 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
843 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
844 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
845 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d8/ef/ce/d8efce77a1d771b8a5ecd034e87278fd38210d06_2.file.product.tpl.php
846 /modules/productfreshdatabypanariga/productfreshdatabypanariga.php
847 /modules/productfreshdatabypanariga/translations/uk.php
848 /src/Adapter/ContainerFinder.php
849 /modules/productcomments/src/Repository/ProductCommentRepository.php
850 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
851 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
852 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
853 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
854 /vendor/doctrine/doctrine-bundle/Registry.php
855 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
856 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
857 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
858 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
861 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
863 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
864 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
865 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
866 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
867 /vendor/doctrine/event-manager/src/EventManager.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
899 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
900 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
901 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
902 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
903 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
904 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
905 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
906 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
907 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
908 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
909 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
910 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
911 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
912 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
913 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
914 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
915 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
916 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
917 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
918 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
919 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
920 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
921 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
922 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
923 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
924 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
925 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
926 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
927 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
928 /modules/productcomments/src/Entity/ProductComment.php
929 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
930 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
931 /vendor/doctrine/persistence/src/Persistence/Proxy.php
932 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
933 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
934 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
935 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
936 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
937 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
938 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
939 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
940 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
941 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
942 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
943 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
944 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
945 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
946 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
947 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
948 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
949 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
950 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
951 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
952 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
953 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
954 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
955 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
956 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
957 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
958 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
959 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
960 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
961 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
962 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
963 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
964 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
965 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
966 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
967 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
968 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
969 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
970 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
971 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
972 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
973 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
974 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
975 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
976 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
977 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
978 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
979 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
980 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
981 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
982 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
983 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
984 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
985 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
986 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
987 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
988 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
989 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
990 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
991 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
992 /var/cache/dev/smarty/compile/ZoooptClassic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
993 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/7a/87/a8/7a87a8de7078f29bea0e663c5e69d2109c2940c6_2.file.product-flags.tpl.php
994 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d9/3d/c6/d93dc6027c3d7c141a7f9148c1b90270250c2363_2.file.pagination.tpl.php
995 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/99/34/15/9934152eecf6d6cf21dfeb65bfd9187ac0127d49_2.file.products-bottom.tpl.php
996 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/ed/ac/89/edac89192d7ad479d20afad584ebb97a62846904_2.file.category-footer.tpl.php
997 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/2d/66/e3/2d66e3707223cd2a56e9c95446bbfd597e9e94c2_2.file.footer.tpl.php
998 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
999 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1000 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1001 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/216/ZoooptClassic/46/93/1a/46931a5a542b312be3355d6a3a1bc85f7e06b533.ps_socialfollowps_socialfollow.tpl.php
1002 /modules/ps_linklist/ps_linklist.php
1003 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1004 /modules/ps_linklist/src/Filter/LinkFilter.php
1005 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1006 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1007 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1008 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/216/ZoooptClassic/4f/83/ed/4f83ed7d6dc0082feade79feda6c2b26149f4bb2.ps_linklistviewstemplateshooklinkblock.tpl.php
1009 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1010 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/216/ZoooptClassic/48/2e/b7/482eb76072668ef19d441605a10d39438c6f8f94.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1011 /var/cache/dev/smarty/compile/ZoooptClassic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1012 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1013 /var/cache/dev/smarty/compile/ZoooptClassic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1014 /var/cache/dev/smarty/compile/ZoooptClassic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1015 /var/cache/dev/smarty/compile/ZoooptClassic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1016 /var/cache/dev/smarty/compile/ZoooptClassic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1017 /var/cache/dev/smarty/compile/ZoooptClassic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1018 /var/cache/dev/smarty/compile/ZoooptClassic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1019 /modules/googlelogin/googlelogin.php
1020 /modules/googlelogin/translations/uk.php
1021 /var/cache/dev/smarty/compile/4c/ee/71/4cee710a60ba3a4fbbde269e7e0ed22f3a6983ed_2.file.footer.tpl.php
1022 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/60/15/b6/6015b605e476fc703dc29fa34852b0fdff748be4_2.file.password-policy-template.tpl.php
1023 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1024 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1025 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1026 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1027 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1028 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1029 /var/cache/dev/smarty/compile/ZoooptClassic/62/60/22/626022f7fca9b1b0cc83be06be54f2abcc9d25e3_2.file.ga_tag.tpl.php