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

  • Бренд: ACANA
  • Бренд: BonaCibo
  • Бренд: Diamond Naturals
  • Бренд: Farmina
  • Бренд: Kitekat
  • Бренд: La Murr
Load Time 603.503 ms
Querying Time 265 ms
Queries 768
Memory Peak Usage 23.3 Mb
Included Files 1047 files - 10.32 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 7.092 ms 7.096 ms 1.95 Mb 5.4 Mb
init 17.304 ms 24.400 ms 0.57 Mb 5.4 Mb
checkAccess 0.002 ms 24.402 ms - Mb 5.4 Mb
setMedia 3.163 ms 27.565 ms 0.29 Mb 5.4 Mb
postProcess 0.001 ms 27.566 ms - Mb 5.4 Mb
initHeader 0.002 ms 27.568 ms - Mb 5.4 Mb
initContent 211.574 ms 239.142 ms 6.28 Mb 10.9 Mb
initFooter 0.002 ms 239.144 ms - Mb 10.9 Mb
display 364.359 ms 603.503 ms 11.82 Mb 23.3 Mb
Hook Time Memory Usage
displayTop 137.386 ms 7.61 Mb
displayProductListReviews 36.279 ms 0.34 Mb
displayFooter 30.794 ms 0.64 Mb
DisplayFooter 9.980 ms 0.12 Mb
displayLeftColumn 8.572 ms 0.24 Mb
displayNav2 5.971 ms 0.23 Mb
displayFooterBefore 5.771 ms 0.13 Mb
DisplayBeforeBodyClosingTag 4.391 ms 0.11 Mb
DisplayMyAccountBlock 2.727 ms 0.01 Mb
displayNav1 2.638 ms 0.08 Mb
DisplayHeader 1.361 ms 0.05 Mb
DisplayLeftColumn 1.146 ms 0.07 Mb
DisplayProductPriceBlock 0.377 ms 0.08 Mb
ActionFrontControllerSetMedia 0.350 ms 0.01 Mb
ProductSearchProvider 0.283 ms - Mb
Header 0.113 ms - Mb
ActionPresentProductListing 0.072 ms 0.01 Mb
17 hook(s) 248.212 ms 9.72 Mb
Module Time Memory Usage
ps_socialfollow 6.596 ms 0.17 Mb
ps_emailalerts 0.178 ms 0.01 Mb
blockwishlist 11.551 ms 0.13 Mb
ps_shoppingcart 2.570 ms 0.08 Mb
ffcheckbox 0.057 ms 0.01 Mb
ps_googleanalytics 5.091 ms 0.14 Mb
ps_imageslider 0.207 ms 0.01 Mb
z24_NovaPoshta 1.195 ms 0.12 Mb
z24ProductVariants 0.674 ms 0.10 Mb
z24NovaPoshtaDisplayPrice 0.169 ms 0.01 Mb
ps_searchbar 1.957 ms 0.06 Mb
ps_searchbarjqauto 0.164 ms 0.01 Mb
GoogleMerchantPatches 0.526 ms 0.03 Mb
productcomments 36.582 ms 0.36 Mb
ps_facetedsearch 1.847 ms 0.09 Mb
ps_contactinfo 7.096 ms 0.12 Mb
ps_languageselector 0.730 ms 0.05 Mb
ps_currencyselector 1.049 ms 0.07 Mb
ps_customersignin 2.334 ms 0.06 Mb
ps_mainmenu 135.955 ms 7.57 Mb
ps_categorytree 8.792 ms 0.25 Mb
productfreshdatabypanariga 0.408 ms 0.08 Mb
ps_linklist 15.526 ms 0.45 Mb
ps_customeraccountlinks 11.743 ms 0.17 Mb
googlelogin 1.703 ms 0.02 Mb
25 module(s) 254.700 ms 10.14 Mb

Stopwatch SQL - 768 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 (7, 62, 160, 121, 90, 154) 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
8.846 ms 1123632 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
722
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 (23479) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3.514 ms 1 Yes Yes /classes/Product.php:4513
72
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.284 ms 238 /classes/Hook.php:452
725
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;
2.138 ms 1 Yes Yes /classes/Product.php:4513
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.093 ms 811 /classes/Configuration.php:180
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 (23479,23619,23913,23921,23923,23929,23931,23145,23144,21677,21649,2252,23213,23451,23739,23740,23741,23742,23743,23744,23745,23924)
1.772 ms 22 /classes/ProductAssembler.php:95
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.611 ms 280 Yes Yes /classes/Hook.php:1267
610
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.603 ms 155 Yes /classes/Manufacturer.php:201
425
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
1.577 ms 138 Yes Yes /classes/Category.php:785
71
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.430 ms 0 /classes/Hook.php:1326
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` = 8513) LIMIT 1
1.385 ms 1 /src/Adapter/EntityMapper.php:71
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
1.293 ms 155 Yes /classes/Manufacturer.php:201
150
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
1.182 ms 1 /classes/Product.php:5659
91
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23619 AND `id_group` = 1 LIMIT 1
1.098 ms 0 /classes/GroupReduction.php:153
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
1.044 ms 36 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
703
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
1.016 ms 1 /src/Adapter/EntityMapper.php:71
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` = 23479
AND image_shop.`cover` = 1 LIMIT 1
1.012 ms 1 /classes/Product.php:3570
767
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 (23479,23619,23913,23921,23923,23929,23931,23145,23144,21677,21649,2252,23213,23451,23739,23740,23741,23742,23743,23744,23745,23924) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.996 ms 70 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
750
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.992 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
705
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.984 ms 29 Yes /modules/ps_mainmenu/ps_mainmenu.php:907
716
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
0.964 ms 138 Yes Yes /classes/Category.php:785
733
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 (21677) 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
88
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.879 ms 1 Yes /classes/SpecificPrice.php:576
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.872 ms 1 Yes Yes /classes/Category.php:916
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.864 ms 61 Yes /classes/Dispatcher.php:654
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.838 ms 952 /classes/Hook.php:1366
752
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1
0.796 ms 1 /src/Adapter/EntityMapper.php:79
78
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` = 23479 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` = 23479 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.771 ms 0 /classes/Cart.php:1430
730
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.767 ms 1 Yes Yes /classes/Product.php:4513
67
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.759 ms 1 /classes/SpecificPrice.php:426
247
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 = 23451
ORDER BY f.position ASC
0.759 ms 10 Yes /classes/Product.php:6013
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.729 ms 1 /src/Adapter/EntityMapper.php:71
153
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.713 ms 1 Yes /classes/SpecificPrice.php:576
745
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 (23924) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.707 ms 1 Yes Yes /classes/Product.php:4513
246
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` = 23451 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` = 23451 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.705 ms 0 /classes/Cart.php:1430
148
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.695 ms 1 Yes /classes/Product.php:6013
193
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` = 21677 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.694 ms 2 Yes /classes/SpecificPrice.php:576
729
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.693 ms 1 Yes Yes /classes/Product.php:4513
167
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.689 ms 1 Yes /classes/SpecificPrice.php:576
732
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.663 ms 1 Yes Yes /classes/Product.php:4513
235
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` = 23213 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` = 23213 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.646 ms 0 /classes/Cart.php:1430
258
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` = 23739 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` = 23739 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.644 ms 0 /classes/Cart.php:1430
160
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.635 ms 0 /classes/Cart.php:1430
79
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 = 23479
ORDER BY f.position ASC
0.623 ms 10 Yes /classes/Product.php:6013
734
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 (21649) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.591 ms 1 Yes Yes /classes/Product.php:4513
174
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.587 ms 0 /classes/Cart.php:1430
213
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` = 21649 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` = 21649 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1430
236
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 = 23213
ORDER BY f.position ASC
0.586 ms 12 Yes /classes/Product.php:6013
108
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.584 ms 0 /classes/Cart.php:1430
728
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.583 ms 1 Yes Yes /classes/Product.php:4513
406
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.579 ms 5 /classes/CartRule.php:357
206
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` = 21649 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.578 ms 1 Yes /classes/SpecificPrice.php:576
259
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 = 23739
ORDER BY f.position ASC
0.577 ms 5 Yes /classes/Product.php:6013
92
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23619 LIMIT 1
0.576 ms 1 /classes/Pack.php:89
95
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.576 ms 0 /classes/Cart.php:1430
407
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.574 ms 2 /classes/CartRule.php:423
101
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.572 ms 1 Yes /classes/SpecificPrice.php:576
96
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.570 ms 11 Yes /classes/Product.php:6013
269
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` = 23740 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` = 23740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.568 ms 0 /classes/Cart.php:1430
187
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.560 ms 0 /classes/Cart.php:1430
291
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` = 23742 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` = 23742 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.553 ms 0 /classes/Cart.php:1430
237
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` = 23451
AND image_shop.`cover` = 1 LIMIT 1
0.550 ms 1 /classes/Product.php:3570
330
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` = 23924 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.548 ms 1 Yes /classes/SpecificPrice.php:576
735
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 (2252) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.546 ms 1 Yes Yes /classes/Product.php:4513
200
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` = 21677 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` = 21677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.545 ms 0 /classes/Cart.php:1430
180
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.541 ms 1 Yes /classes/SpecificPrice.php:576
201
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 = 21677
ORDER BY f.position ASC
0.540 ms 11 Yes /classes/Product.php:6013
239
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23451 LIMIT 1
0.525 ms 1 /classes/SpecificPrice.php:435
743
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 (23744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.525 ms 1 Yes Yes /classes/Product.php:4513
340
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` = 23479
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3539
727
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.519 ms 1 Yes Yes /classes/Product.php:4513
280
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` = 23741 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` = 23741 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1430
147
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.518 ms 0 /classes/Cart.php:1430
741
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 (23742) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.511 ms 1 Yes Yes /classes/Product.php:4513
161
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.510 ms 1 Yes /classes/Product.php:6013
73
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23479 AND `id_group` = 1 LIMIT 1
0.509 ms 0 /classes/GroupReduction.php:153
726
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;
0.508 ms 1 Yes Yes /classes/Product.php:4513
744
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 (23745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.504 ms 1 Yes Yes /classes/Product.php:4513
149
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.503 ms 1 /classes/Product.php:3570
140
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.502 ms 1 Yes /classes/SpecificPrice.php:576
127
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.501 ms 1 Yes /classes/SpecificPrice.php:576
229
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` = 23213)
0.499 ms 1 /classes/Product.php:3860
346
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.499 ms 1 /src/Adapter/EntityMapper.php:71
40
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.498 ms 952 /classes/Hook.php:1326
396
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` = 23744) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
364
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.494 ms 1 /src/Adapter/EntityMapper.php:71
736
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 (23213) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.494 ms 1 Yes Yes /classes/Product.php:4513
188
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.493 ms 10 Yes /classes/Product.php:6013
214
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 = 21649
ORDER BY f.position ASC
0.492 ms 11 Yes /classes/Product.php:6013
151
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23931 LIMIT 1
0.491 ms 1 /classes/SpecificPrice.php:435
263
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 23740)
0.491 ms 1 /classes/Product.php:3860
175
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.490 ms 10 Yes /classes/Product.php:6013
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` = 6951) LIMIT 1
0.486 ms 1 /src/Adapter/EntityMapper.php:71
541
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7517 AND `id_shop` = 1
0.485 ms 1 /src/Adapter/EntityMapper.php:79
740
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 (23741) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.485 ms 1 Yes Yes /classes/Product.php:4513
114
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.483 ms 1 Yes /classes/SpecificPrice.php:576
738
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 (23739) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.483 ms 1 Yes Yes /classes/Product.php:4513
337
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` = 23924 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` = 23924 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.479 ms 0 /classes/Cart.php:1430
339
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` = 23479) AND (b.`id_shop` = 1) LIMIT 1
0.478 ms 1 /src/Adapter/EntityMapper.php:71
476
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.476 ms 1 /src/Adapter/EntityMapper.php:71
134
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.473 ms 0 /classes/Cart.php:1430
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` = 8050) LIMIT 1
0.471 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.470 ms 1 /src/Adapter/EntityMapper.php:71
224
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` = 2252 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` = 2252 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.470 ms 0 /classes/Cart.php:1430
361
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.470 ms 1 /src/Adapter/EntityMapper.php:71
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` = 7143) LIMIT 1
0.468 ms 1 /src/Adapter/EntityMapper.php:71
69
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` = 23479)
0.464 ms 1 /classes/Product.php:3860
349
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.463 ms 1 /src/Adapter/EntityMapper.php:71
742
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 (23743) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.463 ms 1 Yes Yes /classes/Product.php:4513
302
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 23743 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` = 23743 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.461 ms 0 /classes/Cart.php:1430
162
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.460 ms 7 /classes/Product.php:3570
313
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` = 23744 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` = 23744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.459 ms 0 /classes/Cart.php:1430
390
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23742) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8070 AND `id_shop` = 1
0.458 ms 1 /src/Adapter/EntityMapper.php:79
225
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 = 2252
ORDER BY f.position ASC
0.457 ms 10 Yes /classes/Product.php:6013
341
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.456 ms 1 /src/Adapter/EntityMapper.php:71
362
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.455 ms 7 Yes /classes/Product.php:3539
358
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.453 ms 1 /src/Adapter/EntityMapper.php:71
766
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.452 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
739
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 (23740) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.450 ms 1 Yes Yes /classes/Product.php:4513
352
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.449 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23931 LIMIT 1
0.448 ms 1 /classes/Pack.php:90
387
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` = 23741) AND (b.`id_shop` = 1) LIMIT 1
0.448 ms 1 /src/Adapter/EntityMapper.php:71
121
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.447 ms 0 /classes/Cart.php:1430
355
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.447 ms 1 /src/Adapter/EntityMapper.php:71
384
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` = 23740) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
367
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` = 21677) AND (b.`id_shop` = 1) LIMIT 1
0.445 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 23924) AND (b.`id_shop` = 1) LIMIT 1
0.444 ms 1 /src/Adapter/EntityMapper.php:71
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.443 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23913 LIMIT 1
0.442 ms 1 /classes/Pack.php:90
270
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 = 23740
ORDER BY f.position ASC
0.442 ms 5 Yes /classes/Product.php:6013
324
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` = 23745 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` = 23745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.437 ms 0 /classes/Cart.php:1430
379
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` = 23451) AND (b.`id_shop` = 1) LIMIT 1
0.437 ms 1 /src/Adapter/EntityMapper.php:71
80
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.436 ms 1 /classes/Product.php:3570
281
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 = 23741
ORDER BY f.position ASC
0.436 ms 5 Yes /classes/Product.php:6013
370
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` = 21649) AND (b.`id_shop` = 1) LIMIT 1
0.436 ms 1 /src/Adapter/EntityMapper.php:71
731
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.436 ms 1 Yes Yes /classes/Product.php:4513
228
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23213 LIMIT 1
0.434 ms 1 /classes/SpecificPrice.php:435
746
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.432 ms 1 /classes/module/Module.php:2659
737
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 (23451) 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
393
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` = 23743) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
376
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` = 23213) AND (b.`id_shop` = 1) LIMIT 1
0.429 ms 1 /src/Adapter/EntityMapper.php:71
252
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` = 23739)
0.428 ms 1 /classes/Product.php:3860
154
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.426 ms 1 /classes/Product.php:3860
292
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 = 23742
ORDER BY f.position ASC
0.426 ms 5 Yes /classes/Product.php:6013
325
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 = 23745
ORDER BY f.position ASC
0.424 ms 5 Yes /classes/Product.php:6013
232
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23213 LIMIT 1
0.424 ms 1 /classes/Pack.php:89
408
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.424 ms 5 /classes/CartRule.php:357
314
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 = 23744
ORDER BY f.position ASC
0.421 ms 5 Yes /classes/Product.php:6013
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` = 6) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
103
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23913 AND id_shop=1 LIMIT 1
0.420 ms 1 /classes/Product.php:6873
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.418 ms 70 /classes/module/Module.php:341
399
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` = 23745) AND (b.`id_shop` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
394
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` = 23743
ORDER BY `position`
0.416 ms 4 Yes /classes/Product.php:3539
373
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` = 2252) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
381
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` = 23739) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
429
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.413 ms 1 /src/Adapter/EntityMapper.php:79
409
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.413 ms 1 /classes/CartRule.php:423
274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 23741)
0.412 ms 1 /classes/Product.php:3860
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` = 136) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
713
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.412 ms 1 /src/Adapter/EntityMapper.php:71
400
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` = 23745
ORDER BY `position`
0.410 ms 4 Yes /classes/Product.php:3539
374
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` = 2252
ORDER BY `position`
0.409 ms 1 Yes /classes/Product.php:3539
168
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.406 ms 1 /classes/Product.php:3860
176
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.406 ms 7 /classes/Product.php:3570
403
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` = 23924
ORDER BY `position`
0.405 ms 1 Yes /classes/Product.php:3539
122
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.404 ms 1 Yes /classes/Product.php:6013
426
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.404 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5079) LIMIT 1
0.404 ms 1 /src/Adapter/EntityMapper.php:71
759
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 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 = 23743
ORDER BY f.position ASC
0.403 ms 5 Yes /classes/Product.php:6013
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` = 8070) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
75
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23479 LIMIT 1
0.402 ms 1 /classes/Pack.php:89
549
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5144 AND `id_shop` = 1
0.399 ms 1 /src/Adapter/EntityMapper.php:79
89
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.396 ms 1 /classes/Product.php:3860
365
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.396 ms 7 Yes /classes/Product.php:3539
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = '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.392 ms 1 Yes /classes/shop/Shop.php:1364
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.392 ms 88 /classes/Hook.php:287
344
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.392 ms 0 /classes/FeatureFlag.php:105
260
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` = 23740
AND image_shop.`cover` = 1 LIMIT 1
0.391 ms 4 /classes/Product.php:3570
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` = 7144) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
109
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.387 ms 1 Yes /classes/Product.php:6013
207
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` = 21649)
0.385 ms 1 /classes/Product.php:3860
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` = 499917) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
240
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` = 23451)
0.383 ms 1 /classes/Product.php:3860
249
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.382 ms 1 /classes/Product.php:5659
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.381 ms 9 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
194
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` = 21677)
0.379 ms 1 /classes/Product.php:3860
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.378 ms 1 /src/Adapter/EntityMapper.php:71
202
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` = 21649
AND image_shop.`cover` = 1 LIMIT 1
0.378 ms 2 /classes/Product.php:3570
377
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` = 23213
ORDER BY `position`
0.378 ms 1 Yes /classes/Product.php:3539
611
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.377 ms 1 /src/Adapter/EntityMapper.php:71
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.375 ms 1 Yes /classes/shop/Shop.php:715
350
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.375 ms 1 Yes /classes/Product.php:3539
359
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.373 ms 1 Yes /classes/Product.php:3539
356
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.373 ms 1 Yes /classes/Product.php:3539
93
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23619 LIMIT 1
0.372 ms 1 /classes/Pack.php:90
397
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` = 23744
ORDER BY `position`
0.372 ms 4 Yes /classes/Product.php:3539
388
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` = 23741
ORDER BY `position`
0.368 ms 4 Yes /classes/Product.php:3539
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` = 6248) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
181
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.367 ms 1 /classes/Product.php:3860
625
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.367 ms 1 /src/Adapter/EntityMapper.php:71
97
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.366 ms 1 /classes/Product.php:3570
371
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` = 21649
ORDER BY `position`
0.366 ms 2 Yes /classes/Product.php:3539
347
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.362 ms 1 Yes /classes/Product.php:3539
521
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
102
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.360 ms 1 /classes/Product.php:3860
271
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` = 23741
AND image_shop.`cover` = 1 LIMIT 1
0.360 ms 4 /classes/Product.php:3570
517
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1
0.359 ms 1 /src/Adapter/EntityMapper.php:79
353
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.357 ms 1 Yes /classes/Product.php:3539
59
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3367 AND `id_shop` = 1
0.356 ms 1 /src/Adapter/EntityMapper.php:79
385
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` = 23740
ORDER BY `position`
0.355 ms 4 Yes /classes/Product.php:3539
135
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.353 ms 1 Yes /classes/Product.php:6013
128
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.352 ms 1 /classes/Product.php:3860
391
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` = 23742
ORDER BY `position`
0.350 ms 4 Yes /classes/Product.php:3539
189
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` = 21677
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
721
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.348 ms 12 /classes/Category.php:1594
765
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.348 ms 1 /classes/Country.php:402
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` = 134) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
757
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
123
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.346 ms 1 /classes/Product.php:3570
342
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.345 ms 1 Yes /classes/Product.php:3539
87
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.344 ms 1 /classes/SpecificPrice.php:256
241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23451 AND id_shop=1 LIMIT 1
0.344 ms 1 /classes/Product.php:6873
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.342 ms 1 /src/Adapter/EntityMapper.php:71
53
SELECT SQL_NO_CACHE * FROM ps_memcached_servers
0.342 ms 1 /classes/cache/CacheMemcached.php:263
231
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23213 AND `id_group` = 1 LIMIT 1
0.342 ms 0 /classes/GroupReduction.php:153
141
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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.342 ms 1 /classes/Product.php:3860
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` = 505313) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
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` = 500062) LIMIT 1
0.341 ms 1 /src/Adapter/EntityMapper.php:71
382
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` = 23739
ORDER BY `position`
0.341 ms 4 Yes /classes/Product.php:3539
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` = 133) LIMIT 1
0.340 ms 1 /src/Adapter/EntityMapper.php:71
248
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` = 23739
AND image_shop.`cover` = 1 LIMIT 1
0.339 ms 4 /classes/Product.php:3570
368
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` = 21677
ORDER BY `position`
0.339 ms 1 Yes /classes/Product.php:3539
304
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 23744
AND image_shop.`cover` = 1 LIMIT 1
0.338 ms 4 /classes/Product.php:3570
470
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.338 ms 1 /src/Adapter/EntityMapper.php:71
717
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.338 ms 1 /classes/Category.php:2239
282
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` = 23742
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 4 /classes/Product.php:3570
338
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 = 23924
ORDER BY f.position ASC
0.335 ms 1 Yes /classes/Product.php:6013
405
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.335 ms 1 /classes/Cart.php:4249
583
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7143 AND `id_shop` = 1
0.335 ms 1 /src/Adapter/EntityMapper.php:79
18
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.334 ms 3 Yes /classes/Currency.php:708
54
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.332 ms 1 /classes/Category.php:2446
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.332 ms 1 /classes/Language.php:1214
756
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.332 ms 2 /classes/Meta.php:184
227
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.331 ms 1 /classes/Product.php:5659
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.331 ms 11 /classes/PrestaShopCollection.php:383
307
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` = 23744)
0.331 ms 1 /classes/Product.php:3860
61
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="5e93b7379b7e7d92bfa93377cfe99fa8" LIMIT 1
0.330 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
218
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` = 2252)
0.330 ms 1 /classes/Product.php:3860
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` = 7) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
380
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` = 23451
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3539
264
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23740 AND id_shop=1 LIMIT 1
0.326 ms 1 /classes/Product.php:6873
662
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.326 ms 1 /src/Adapter/EntityMapper.php:71
199
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21677) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.325 ms 1 /classes/stock/StockAvailable.php:453
215
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` = 2252
AND image_shop.`cover` = 1 LIMIT 1
0.325 ms 1 /classes/Product.php:3570
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` = 165) LIMIT 1
0.324 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` = 5161) LIMIT 1
0.322 ms 1 /src/Adapter/EntityMapper.php:71
285
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` = 23742)
0.322 ms 1 /classes/Product.php:3860
144
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23929 LIMIT 1
0.321 ms 1 /classes/Pack.php:89
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` = 505811) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
318
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` = 23745)
0.320 ms 1 /classes/Product.php:3860
636
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.320 ms 1 /src/Adapter/EntityMapper.php:71
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23451) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:453
511
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505303 AND `id_shop` = 1
0.318 ms 1 /src/Adapter/EntityMapper.php:79
293
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` = 23743
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 4 /classes/Product.php:3570
651
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.316 ms 1 /src/Adapter/EntityMapper.php:71
296
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` = 23743)
0.315 ms 1 /classes/Product.php:3860
251
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23739 LIMIT 1
0.314 ms 1 /classes/SpecificPrice.php:435
561
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6321 AND `id_shop` = 1
0.314 ms 1 /src/Adapter/EntityMapper.php:79
758
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.313 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.312 ms 1 /classes/shop/ShopUrl.php:178
255
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23739 LIMIT 1
0.312 ms 1 /classes/Pack.php:89
265
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23740 AND `id_group` = 1 LIMIT 1
0.311 ms 0 /classes/GroupReduction.php:153
331
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` = 23924)
0.311 ms 1 /classes/Product.php:3860
434
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.311 ms 1 /src/Adapter/EntityMapper.php:71
432
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.310 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.310 ms 1 /src/Adapter/EntityMapper.php:71
719
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.310 ms 1 /classes/Category.php:1584
84
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.309 ms 1407 /classes/SpecificPrice.php:297
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` = 159) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
157
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23931 LIMIT 1
0.307 ms 1 /classes/Pack.php:89
762
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1
0.306 ms 1 /src/Adapter/EntityMapper.php:79
105
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23913 LIMIT 1
0.305 ms 1 /classes/Pack.php:89
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` = 3238) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
617
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.303 ms 1 /src/Adapter/EntityMapper.php:71
159
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.302 ms 1 /classes/stock/StockAvailable.php:453
262
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23740 LIMIT 1
0.302 ms 1 /classes/SpecificPrice.php:435
238
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.301 ms 1 /classes/Product.php:5659
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` = 5017) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
612
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.301 ms 1 /src/Adapter/EntityMapper.php:71
22
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.300 ms 1 /classes/Language.php:880
125
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23923 LIMIT 1
0.300 ms 1 /classes/SpecificPrice.php:435
616
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.300 ms 1 /src/Adapter/EntityMapper.php:71
718
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.300 ms 1 /src/Adapter/EntityMapper.php:71
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` = 499900) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
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` = 75) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
226
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` = 23213
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
315
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` = 23745
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 4 /classes/Product.php:3570
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` = 91) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4497 AND `id_shop` = 1
0.296 ms 1 /src/Adapter/EntityMapper.php:79
266
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23740 LIMIT 1
0.296 ms 1 /classes/Pack.php:89
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` = 7517) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
257
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23739) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.295 ms 1 /classes/stock/StockAvailable.php:453
557
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6251 AND `id_shop` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:79
94
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.291 ms 1 /classes/stock/StockAvailable.php:453
326
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` = 23924
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 1 /classes/Product.php:3570
477
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7428 AND `id_shop` = 1
0.291 ms 1 /src/Adapter/EntityMapper.php:79
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` = 6385) LIMIT 1
0.291 ms 1 /src/Adapter/EntityMapper.php:71
609
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505811 AND `id_shop` = 1
0.291 ms 1 /src/Adapter/EntityMapper.php:79
613
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.291 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` = 505307) LIMIT 1
0.290 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` = 15) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
633
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.289 ms 1 /src/Adapter/EntityMapper.php:71
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` = 8123) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
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` = 61) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
587
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8050 AND `id_shop` = 1
0.288 ms 1 /src/Adapter/EntityMapper.php:79
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` = 69) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
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` = 81) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
704
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.288 ms 1 /modules/ps_mainmenu/ps_mainmenu.php:865
753
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
115
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.287 ms 1 /classes/Product.php:3860
501
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6085 AND `id_shop` = 1
0.287 ms 1 /src/Adapter/EntityMapper.php:79
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` = 5081) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
760
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1
0.285 ms 1 /src/Adapter/EntityMapper.php:79
450
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.285 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4497) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
615
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.285 ms 1 /src/Adapter/EntityMapper.php:71
706
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.285 ms 1 /src/Adapter/EntityMapper.php:71
10
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.284 ms 1 /classes/ObjectModel.php:1724
165
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23145 LIMIT 1
0.284 ms 1 /classes/SpecificPrice.php:435
601
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505314 AND `id_shop` = 1
0.284 ms 1 /src/Adapter/EntityMapper.php:79
152
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.283 ms 1 /classes/SpecificPrice.php:256
603
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6846 AND `id_shop` = 1
0.283 ms 1 /src/Adapter/EntityMapper.php:79
653
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.283 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` = 137) LIMIT 1
0.283 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.282 ms 1 /classes/shop/Shop.php:1183
90
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23619 AND id_shop=1 LIMIT 1
0.282 ms 1 /classes/Product.php:6873
638
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.282 ms 1 /src/Adapter/EntityMapper.php:71
619
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.281 ms 1 /src/Adapter/EntityMapper.php:71
449
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5000 AND `id_shop` = 1
0.281 ms 1 /src/Adapter/EntityMapper.php:79
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` = 2) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
35
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.280 ms 1 /src/Adapter/EntityMapper.php:79
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` = 505311) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
107
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.279 ms 1 /classes/stock/StockAvailable.php:453
99
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23913 LIMIT 1
0.278 ms 1 /classes/SpecificPrice.php:435
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` = 505297) LIMIT 1
0.278 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.277 ms 1 /src/Adapter/EntityMapper.php:71
210
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21649 LIMIT 1
0.277 ms 1 /classes/Pack.php:89
244
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23451 LIMIT 1
0.277 ms 1 /classes/Pack.php:90
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` = 132) LIMIT 1
0.277 ms 1 /src/Adapter/EntityMapper.php:71
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` = 54) LIMIT 1
0.277 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.276 ms 1 /classes/Language.php:1080
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` = 5026) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
614
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.276 ms 1 /src/Adapter/EntityMapper.php:71
650
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.275 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` = 14) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
640
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.274 ms 1 /src/Adapter/EntityMapper.php:71
707
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.274 ms 1 /src/Adapter/EntityMapper.php:71
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` = 82) LIMIT 1
0.273 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` = 163) LIMIT 1
0.273 ms 1 /src/Adapter/EntityMapper.php:71
306
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23744 LIMIT 1
0.272 ms 1 /classes/SpecificPrice.php:435
626
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.272 ms 1 /src/Adapter/EntityMapper.php:71
655
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.272 ms 1 /src/Adapter/EntityMapper.php:71
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` = 6252) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:71
46
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.271 ms 7 Yes /classes/ImageType.php:109
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` = 500038) LIMIT 1
0.271 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` = 505314) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
747
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 360 AND `id_shop` = 1 LIMIT 1
0.271 ms 1 /classes/module/Module.php:2132
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` = 84) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
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.270 ms 1 /src/Adapter/EntityMapper.php:71
179
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.270 ms 1 /classes/SpecificPrice.php:256
197
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21677 LIMIT 1
0.270 ms 1 /classes/Pack.php:89
551
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6248 AND `id_shop` = 1
0.270 ms 1 /src/Adapter/EntityMapper.php:79
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` = 9) LIMIT 1
0.270 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` = 157) LIMIT 1
0.270 ms 1 /src/Adapter/EntityMapper.php:71
708
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.270 ms 1 /src/Adapter/EntityMapper.php:71
230
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23213 AND id_shop=1 LIMIT 1
0.269 ms 1 /classes/Product.php:6873
435
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4991 AND `id_shop` = 1
0.269 ms 1 /src/Adapter/EntityMapper.php:79
36
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.269 ms 1 /classes/ObjectModel.php:1724
430
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.269 ms 1 /src/Adapter/EntityMapper.php:71
433
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4990 AND `id_shop` = 1
0.269 ms 1 /src/Adapter/EntityMapper.php:79
483
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1
0.269 ms 1 /src/Adapter/EntityMapper.php:79
755
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
481
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 499900 AND `id_shop` = 1
0.268 ms 1 /src/Adapter/EntityMapper.php:79
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` = 6846) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
632
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.267 ms 1 /src/Adapter/EntityMapper.php:71
643
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.267 ms 1 /src/Adapter/EntityMapper.php:71
644
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.267 ms 1 /src/Adapter/EntityMapper.php:71
649
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.267 ms 1 /src/Adapter/EntityMapper.php:71
112
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23921 LIMIT 1
0.266 ms 1 /classes/SpecificPrice.php:435
351
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23921
0.266 ms 1 /classes/Product.php:2899
622
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.266 ms 1 /src/Adapter/EntityMapper.php:71
660
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.266 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` = 105) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:71
334
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23924 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
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
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` = 19) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:71
110
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.264 ms 1 /classes/Product.php:3570
233
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23213 LIMIT 1
0.264 ms 1 /classes/Pack.php:90
620
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.264 ms 1 /src/Adapter/EntityMapper.php:71
654
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.264 ms 1 /src/Adapter/EntityMapper.php:71
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` = 78) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:71
456
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.263 ms 1 /src/Adapter/EntityMapper.php:71
634
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.263 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` = 38) LIMIT 1
0.263 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` = 142) LIMIT 1
0.263 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` = 166) LIMIT 1
0.263 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.262 ms 1 /classes/shop/Shop.php:214
32
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:79
100
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.262 ms 1 /classes/SpecificPrice.php:256
205
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21649
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:256
284
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23742 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
605
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505311 AND `id_shop` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:79
630
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.262 ms 1 /src/Adapter/EntityMapper.php:71
646
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.262 ms 1 /src/Adapter/EntityMapper.php:71
618
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.262 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23743 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:435
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` = 6403) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
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` = 37) LIMIT 1
0.261 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.261 ms 1 /classes/Currency.php:893
136
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.261 ms 1 /classes/Product.php:3570
714
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.261 ms 1 /classes/Category.php:1751
256
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23739 LIMIT 1
0.260 ms 1 /classes/Pack.php:90
422
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.260 ms 1 /classes/Cart.php:1300
505
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6951 AND `id_shop` = 1
0.260 ms 1 /src/Adapter/EntityMapper.php:79
642
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.260 ms 1 /src/Adapter/EntityMapper.php:71
623
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.260 ms 1 /src/Adapter/EntityMapper.php:71
624
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.260 ms 1 /src/Adapter/EntityMapper.php:71
628
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.260 ms 1 /src/Adapter/EntityMapper.php:71
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` = 6249) LIMIT 1
0.259 ms 1 /src/Adapter/EntityMapper.php:71
659
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.259 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5030) LIMIT 1
0.258 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` = 97) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
647
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.258 ms 1 /src/Adapter/EntityMapper.php:71
645
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.257 ms 1 /src/Adapter/EntityMapper.php:71
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` = 146) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
184
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23144 LIMIT 1
0.256 ms 1 /classes/Pack.php:89
657
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.256 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` = 28) LIMIT 1
0.256 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` = 109) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
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` = 141) LIMIT 1
0.256 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` = 53) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
86
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.255 ms 1 /classes/SpecificPrice.php:381
627
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.255 ms 1 /src/Adapter/EntityMapper.php:71
629
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.255 ms 1 /src/Adapter/EntityMapper.php:71
163
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
591
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8513 AND `id_shop` = 1
0.254 ms 1 /src/Adapter/EntityMapper.php:79
621
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.254 ms 1 /src/Adapter/EntityMapper.php:71
220
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2252 AND `id_group` = 1 LIMIT 1
0.254 ms 0 /classes/GroupReduction.php:153
378
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23213
0.254 ms 1 /classes/Product.php:2899
661
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.254 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` = 143) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
539
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5017 AND `id_shop` = 1
0.253 ms 1 /src/Adapter/EntityMapper.php:79
217
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2252 LIMIT 1
0.253 ms 1 /classes/SpecificPrice.php:435
585
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7144 AND `id_shop` = 1
0.253 ms 1 /src/Adapter/EntityMapper.php:79
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` = 41) LIMIT 1
0.253 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.252 ms 1 /classes/Language.php:880
98
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
191
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21677 LIMIT 1
0.252 ms 2 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3238 AND `id_shop` = 1
0.252 ms 1 /src/Adapter/EntityMapper.php:79
639
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.252 ms 1 /src/Adapter/EntityMapper.php:71
648
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.252 ms 1 /src/Adapter/EntityMapper.php:71
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` = 66) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
763
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.252 ms 1 /classes/module/Module.php:2659
155
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23931 AND id_shop=1 LIMIT 1
0.251 ms 1 /classes/Product.php:6873
443
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.251 ms 1 /src/Adapter/EntityMapper.php:79
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` = 7319) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
656
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.251 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` = 110) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
658
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.251 ms 1 /src/Adapter/EntityMapper.php:71
641
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.250 ms 1 /src/Adapter/EntityMapper.php:71
273
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23741 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
479
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8123 AND `id_shop` = 1
0.249 ms 1 /src/Adapter/EntityMapper.php:79
637
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.249 ms 1 /src/Adapter/EntityMapper.php:71
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` = 29) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:71
754
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2
0.249 ms 1 /src/Adapter/EntityMapper.php:79
277
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23741 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
418
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.248 ms 1 /classes/module/Module.php:2659
441
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7385 AND `id_shop` = 1
0.248 ms 1 /src/Adapter/EntityMapper.php:79
448
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.248 ms 1 /src/Adapter/EntityMapper.php:71
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` = 505303) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23144 LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:435
234
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23213) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
460
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.247 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` = 6321) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
631
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.247 ms 1 /src/Adapter/EntityMapper.php:71
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` = 127) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:71
288
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23742 LIMIT 1
0.246 ms 1 /classes/Pack.php:89
41
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.245 ms 1 /classes/module/Module.php:2041
164
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 90
AND `active` = 1 LIMIT 1
0.245 ms 1 /classes/Manufacturer.php:312
599
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505297 AND `id_shop` = 1
0.245 ms 1 /src/Adapter/EntityMapper.php:79
169
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23145 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6873
444
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.244 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` = 500026) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
709
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.244 ms 1 /classes/module/Module.php:2659
463
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4434 AND `id_shop` = 1
0.244 ms 1 /src/Adapter/EntityMapper.php:79
761
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
170
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23145 AND `id_group` = 1 LIMIT 1
0.243 ms 0 /classes/GroupReduction.php:153
171
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23145 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
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` = 6085) LIMIT 1
0.243 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` = 6383) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
652
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.243 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5016) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
559
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6252 AND `id_shop` = 1
0.242 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` = 5015) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
571
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7318 AND `id_shop` = 1
0.241 ms 1 /src/Adapter/EntityMapper.php:79
243
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23451 LIMIT 1
0.240 ms 1 /classes/Pack.php:89
469
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5011 AND `id_shop` = 1
0.240 ms 1 /src/Adapter/EntityMapper.php:79
173
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.239 ms 1 /classes/stock/StockAvailable.php:453
319
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23745 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6873
383
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23739
0.239 ms 1 /classes/Product.php:2899
567
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6385 AND `id_shop` = 1
0.239 ms 1 /src/Adapter/EntityMapper.php:79
129
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23923 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6873
44
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.238 ms 0 /classes/module/Module.php:2659
204
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 21649 LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:435
398
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23744
0.236 ms 1 /classes/Product.php:2899
519
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5026 AND `id_shop` = 1
0.236 ms 1 /src/Adapter/EntityMapper.php:79
635
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.236 ms 1 /src/Adapter/EntityMapper.php:71
166
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.235 ms 1 /classes/SpecificPrice.php:256
442
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.235 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 499917 AND `id_shop` = 1
0.235 ms 1 /src/Adapter/EntityMapper.php:79
438
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.234 ms 1 /src/Adapter/EntityMapper.php:71
104
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23913 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:153
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` = 8167) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
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` = 6251) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
436
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.233 ms 1 /src/Adapter/EntityMapper.php:71
543
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5081 AND `id_shop` = 1
0.233 ms 1 /src/Adapter/EntityMapper.php:79
348
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23913
0.232 ms 1 /classes/Product.php:2899
431
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4989 AND `id_shop` = 1
0.232 ms 1 /src/Adapter/EntityMapper.php:79
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` = 500084) LIMIT 1
0.232 ms 1 /src/Adapter/EntityMapper.php:71
261
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
593
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500026 AND `id_shop` = 1
0.231 ms 1 /src/Adapter/EntityMapper.php:79
253
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23739 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6873
497
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5079 AND `id_shop` = 1
0.229 ms 1 /src/Adapter/EntityMapper.php:79
423
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.229 ms 1 /classes/module/Module.php:2659
427
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.229 ms 1 /src/Adapter/EntityMapper.php:79
711
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.229 ms 1 /classes/module/Module.php:2659
581
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
212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 21649) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:453
221
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2252 LIMIT 1
0.227 ms 1 /classes/Pack.php:89
43
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.227 ms 88 /classes/Hook.php:339
412
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.227 ms 1 /classes/Country.php:402
428
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.227 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` = 505306) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
513
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505306 AND `id_shop` = 1
0.227 ms 1 /src/Adapter/EntityMapper.php:79
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` = 500110) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
507
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500038 AND `id_shop` = 1
0.226 ms 1 /src/Adapter/EntityMapper.php:79
748
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.226 ms 1 /classes/module/Module.php:2659
417
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.225 ms 3 /classes/Currency.php:1134
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` = 5144) LIMIT 1
0.225 ms 1 /src/Adapter/EntityMapper.php:71
607
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505313 AND `id_shop` = 1
0.225 ms 1 /src/Adapter/EntityMapper.php:79
503
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6403 AND `id_shop` = 1
0.225 ms 1 /src/Adapter/EntityMapper.php:79
545
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5086 AND `id_shop` = 1
0.225 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.224 ms 1 /src/Adapter/EntityMapper.php:71
413
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.224 ms 1 /classes/module/Module.php:2659
299
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23743 LIMIT 1
0.223 ms 1 /classes/Pack.php:89
452
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.222 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5019) LIMIT 1
0.222 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` = 5028) LIMIT 1
0.222 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23145 LIMIT 1
0.221 ms 1 /classes/Pack.php:90
283
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.220 ms 1 /classes/Product.php:5659
420
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.219 ms 1 /classes/module/Module.php:2659
74
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.219 ms 1 /classes/Group.php:151
81
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.218 ms 1 /classes/Product.php:5659
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` = 5013) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
440
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.218 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5029) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
4
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:71
439
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4993 AND `id_shop` = 1
0.217 ms 1 /src/Adapter/EntityMapper.php:79
509
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500062 AND `id_shop` = 1
0.217 ms 1 /src/Adapter/EntityMapper.php:79
415
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.216 ms 1 /classes/module/Module.php:2659
24
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'UAH') LIMIT 1
0.215 ms 1 /classes/Currency.php:893
487
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5019 AND `id_shop` = 1
0.215 ms 1 /src/Adapter/EntityMapper.php:79
50
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 216
0.214 ms 1 /src/Adapter/EntityMapper.php:79
124
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
203
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
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` = 6406) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
192
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 21677
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.213 ms 1 /classes/SpecificPrice.php:256
317
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23745 LIMIT 1
0.213 ms 1 /classes/SpecificPrice.php:435
85
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.213 ms 1 /classes/SpecificPrice.php:377
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` = 5024) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
437
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4992 AND `id_shop` = 1
0.212 ms 1 /src/Adapter/EntityMapper.php:79
535
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5015 AND `id_shop` = 1
0.211 ms 1 /src/Adapter/EntityMapper.php:79
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` = 6384) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
446
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.209 ms 1 /src/Adapter/EntityMapper.php:71
310
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23744 LIMIT 1
0.209 ms 1 /classes/Pack.php:89
195
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21677 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6873
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` = 7318) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
723
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.208 ms 1 /classes/module/Module.php:2659
250
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 160
AND `active` = 1 LIMIT 1
0.208 ms 1 /classes/Manufacturer.php:312
66
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
0.207 ms 1 /classes/Manufacturer.php:312
196
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21677 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:153
457
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7142 AND `id_shop` = 1
0.207 ms 1 /src/Adapter/EntityMapper.php:79
468
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.207 ms 1 /src/Adapter/EntityMapper.php:71
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` = 5086) LIMIT 1
0.207 ms 1 /src/Adapter/EntityMapper.php:71
553
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6249 AND `id_shop` = 1
0.207 ms 1 /src/Adapter/EntityMapper.php:79
751
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.206 ms 1 /src/Adapter/EntityMapper.php:71
208
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 21649 AND id_shop=1 LIMIT 1
0.206 ms 1 /classes/Product.php:6873
328
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23924 LIMIT 1
0.206 ms 1 /classes/SpecificPrice.php:435
447
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4999 AND `id_shop` = 1
0.206 ms 1 /src/Adapter/EntityMapper.php:79
182
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23144 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6873
474
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.205 ms 1 /src/Adapter/EntityMapper.php:71
495
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5024 AND `id_shop` = 1
0.205 ms 1 /src/Adapter/EntityMapper.php:79
527
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5030 AND `id_shop` = 1
0.204 ms 1 /src/Adapter/EntityMapper.php:79
410
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.204 ms 1 /classes/module/Module.php:2659
272
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
294
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.203 ms 1 /classes/Product.php:5659
499
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5161 AND `id_shop` = 1
0.203 ms 1 /src/Adapter/EntityMapper.php:79
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23741 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6873
595
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500084 AND `id_shop` = 1
0.202 ms 1 /src/Adapter/EntityMapper.php:79
597
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 500110 AND `id_shop` = 1
0.202 ms 1 /src/Adapter/EntityMapper.php:79
445
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4433 AND `id_shop` = 1
0.202 ms 1 /src/Adapter/EntityMapper.php:79
458
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.202 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` = 5087) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:71
177
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.201 ms 1 /classes/Product.php:5659
219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2252 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6873
268
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23740) 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
118
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23921 LIMIT 1
0.200 ms 1 /classes/Pack.php:89
222
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2252 LIMIT 1
0.200 ms 1 /classes/Pack.php:90
308
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23744 AND id_shop=1 LIMIT 1
0.200 ms 1 /classes/Product.php:6873
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` = 5020) LIMIT 1
0.200 ms 1 /src/Adapter/EntityMapper.php:71
290
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23742) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.199 ms 1 /classes/stock/StockAvailable.php:453
316
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.199 ms 1 /classes/Product.php:5659
363
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23145
0.199 ms 1 /classes/Product.php:2899
37
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.199 ms 1 /classes/Category.php:2446
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` = 503733) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
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
156
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23931 AND `id_group` = 1 LIMIT 1
0.198 ms 0 /classes/GroupReduction.php:153
575
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8167 AND `id_shop` = 1
0.198 ms 1 /src/Adapter/EntityMapper.php:79
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23745) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:453
345
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.197 ms 7 /classes/ImageType.php:161
113
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.196 ms 1 /classes/SpecificPrice.php:256
354
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23923
0.196 ms 1 /classes/Product.php:2899
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` = 5027) LIMIT 1
0.196 ms 1 /src/Adapter/EntityMapper.php:71
186
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.195 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.194 ms 1 /classes/Language.php:880
126
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.194 ms 1 /classes/SpecificPrice.php:256
198
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21677 LIMIT 1
0.194 ms 1 /classes/Pack.php:90
563
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6383 AND `id_shop` = 1
0.194 ms 1 /src/Adapter/EntityMapper.php:79
321
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23745 LIMIT 1
0.193 ms 1 /classes/Pack.php:89
360
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23931
0.193 ms 1 /classes/Product.php:2899
424
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.193 ms 1 /classes/module/Module.php:2132
461
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3530 AND `id_shop` = 1
0.193 ms 1 /src/Adapter/EntityMapper.php:79
70
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23479 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6873
467
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5010 AND `id_shop` = 1
0.193 ms 1 /src/Adapter/EntityMapper.php:79
525
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5029 AND `id_shop` = 1
0.193 ms 1 /src/Adapter/EntityMapper.php:79
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23741) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
369
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21677
0.192 ms 1 /classes/Product.php:2899
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.191 ms 1 /src/Adapter/EntityMapper.php:71
216
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
466
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.191 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` = 5021) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:71
190
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.189 ms 1 /classes/Product.php:5659
254
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23739 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:153
286
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23742 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6873
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` = 6250) LIMIT 1
0.189 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` = 5014) LIMIT 1
0.189 ms 1 /src/Adapter/EntityMapper.php:71
267
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23740 LIMIT 1
0.188 ms 1 /classes/Pack.php:90
329
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 23924
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.188 ms 1 /classes/SpecificPrice.php:256
451
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5001 AND `id_shop` = 1
0.188 ms 1 /src/Adapter/EntityMapper.php:79
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` = 6983) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:71
183
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23144 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:153
312
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23744) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.187 ms 1 /classes/stock/StockAvailable.php:453
51
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.186 ms 1 /classes/ObjectModel.php:1589
515
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 505307 AND `id_shop` = 1
0.186 ms 1 /src/Adapter/EntityMapper.php:79
311
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23744 LIMIT 1
0.185 ms 1 /classes/Pack.php:90
357
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23929
0.185 ms 1 /classes/Product.php:2899
372
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 21649
0.185 ms 1 /classes/Product.php:2899
471
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5094 AND `id_shop` = 1
0.185 ms 1 /src/Adapter/EntityMapper.php:79
392
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23742
0.184 ms 1 /classes/Product.php:2899
343
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23619
0.183 ms 1 /classes/Product.php:2899
455
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5082 AND `id_shop` = 1
0.183 ms 1 /src/Adapter/EntityMapper.php:79
366
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23144
0.183 ms 1 /classes/Product.php:2899
68
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23479 LIMIT 1
0.182 ms 1 /classes/SpecificPrice.php:435
459
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1
0.181 ms 1 /src/Adapter/EntityMapper.php:79
375
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2252
0.181 ms 1 /classes/Product.php:2899
389
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23741
0.181 ms 1 /classes/Product.php:2899
83
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23619 LIMIT 1
0.180 ms 1 /classes/SpecificPrice.php:435
211
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 21649 LIMIT 1
0.180 ms 1 /classes/Pack.php:90
223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2252) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.180 ms 1 /classes/stock/StockAvailable.php:453
242
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23451 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:153
289
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23742 LIMIT 1
0.180 ms 1 /classes/Pack.php:90
523
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5028 AND `id_shop` = 1
0.179 ms 1 /src/Adapter/EntityMapper.php:79
579
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 503733 AND `id_shop` = 1
0.179 ms 1 /src/Adapter/EntityMapper.php:79
395
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23743
0.178 ms 1 /classes/Product.php:2899
462
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.178 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23740
0.178 ms 1 /classes/Product.php:2899
472
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.177 ms 1 /src/Adapter/EntityMapper.php:71
720
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 1 LIMIT 1
0.177 ms 1 /classes/Category.php:1589
76
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23479 LIMIT 1
0.176 ms 1 /classes/Pack.php:90
404
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23924
0.176 ms 1 /classes/Product.php:2899
454
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.176 ms 1 /src/Adapter/EntityMapper.php:71
464
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.175 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23743 AND id_shop=1 LIMIT 1
0.174 ms 1 /classes/Product.php:6873
414
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.174 ms 1 /classes/module/Module.php:2132
453
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5002 AND `id_shop` = 1
0.174 ms 1 /src/Adapter/EntityMapper.php:79
473
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7274 AND `id_shop` = 1
0.174 ms 1 /src/Adapter/EntityMapper.php:79
569
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6406 AND `id_shop` = 1
0.174 ms 1 /src/Adapter/EntityMapper.php:79
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23743) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
278
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23741 LIMIT 1
0.173 ms 1 /classes/Pack.php:90
305
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.172 ms 1 /classes/Product.php:5659
185
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23144 LIMIT 1
0.170 ms 1 /classes/Pack.php:90
209
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 21649 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:153
547
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5087 AND `id_shop` = 1
0.170 ms 1 /src/Adapter/EntityMapper.php:79
715
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3367
AND `id_shop` = 1 LIMIT 1
0.170 ms 1 /classes/Category.php:2446
82
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 121
AND `active` = 1 LIMIT 1
0.169 ms 1 /classes/Manufacturer.php:312
138
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 23929 LIMIT 1
0.167 ms 1 /classes/SpecificPrice.php:435
749
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.167 ms 1 /classes/module/Module.php:2132
276
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23741 AND `id_group` = 1 LIMIT 1
0.167 ms 0 /classes/GroupReduction.php:153
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23924) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:453
401
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 23745
0.165 ms 1 /classes/Product.php:2899
465
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5004 AND `id_shop` = 1
0.165 ms 1 /src/Adapter/EntityMapper.php:79
573
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7319 AND `id_shop` = 1
0.165 ms 1 /src/Adapter/EntityMapper.php:79
712
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.165 ms 1 /classes/module/Module.php:2132
28
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.164 ms 1 /classes/Currency.php:893
142
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23929 AND id_shop=1 LIMIT 1
0.164 ms 1 /classes/Product.php:6873
421
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.164 ms 1 /classes/module/Module.php:2132
287
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23742 AND `id_group` = 1 LIMIT 1
0.163 ms 0 /classes/GroupReduction.php:153
332
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23924 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6873
145
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23929 LIMIT 1
0.163 ms 1 /classes/Pack.php:90
131
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 23923 LIMIT 1
0.162 ms 1 /classes/Pack.php:89
416
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.162 ms 1 /classes/module/Module.php:2132
710
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 312 AND `id_shop` = 1 LIMIT 1
0.161 ms 1 /classes/module/Module.php:2132
419
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.161 ms 1 /classes/module/Module.php:2132
533
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5014 AND `id_shop` = 1
0.160 ms 1 /src/Adapter/EntityMapper.php:79
565
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6384 AND `id_shop` = 1
0.160 ms 1 /src/Adapter/EntityMapper.php:79
26
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
537
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5016 AND `id_shop` = 1
0.160 ms 1 /src/Adapter/EntityMapper.php:79
764
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/module/Module.php:2132
555
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 6250 AND `id_shop` = 1
0.158 ms 1 /src/Adapter/EntityMapper.php:79
724
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 361 AND `id_shop` = 1 LIMIT 1
0.155 ms 1 /classes/module/Module.php:2132
45
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.154 ms 0 /classes/module/Module.php:2132
119
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23921 LIMIT 1
0.154 ms 1 /classes/Pack.php:90
475
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7372 AND `id_shop` = 1
0.154 ms 1 /src/Adapter/EntityMapper.php:79
531
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5013 AND `id_shop` = 1
0.152 ms 1 /src/Adapter/EntityMapper.php:79
320
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23745 AND `id_group` = 1 LIMIT 1
0.152 ms 0 /classes/GroupReduction.php:153
335
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23924 LIMIT 1
0.151 ms 1 /classes/Pack.php:90
309
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23744 AND `id_group` = 1 LIMIT 1
0.149 ms 0 /classes/GroupReduction.php:153
322
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23745 LIMIT 1
0.149 ms 1 /classes/Pack.php:90
327
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.149 ms 1 /classes/Product.php:5659
300
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23743 LIMIT 1
0.148 ms 1 /classes/Pack.php:90
411
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 192 AND `id_shop` = 1 LIMIT 1
0.148 ms 1 /classes/module/Module.php:2132
111
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.146 ms 1 /classes/Product.php:5659
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` = 5023) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:71
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.145 ms 1 /src/Adapter/EntityMapper.php:71
146
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.145 ms 1 /classes/stock/StockAvailable.php:453
47
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 216 LIMIT 1
0.143 ms 1 /classes/AddressFormat.php:653
77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 23479) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.142 ms 1 /classes/stock/StockAvailable.php:453
30
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.141 ms 1 /classes/Language.php:880
333
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23924 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:153
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.140 ms 1 /classes/Category.php:1751
116
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 23921 AND id_shop=1 LIMIT 1
0.139 ms 1 /classes/Product.php:6873
133
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.139 ms 1 /classes/stock/StockAvailable.php:453
27
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'uk-ua'
OR `language_code` = 'uk-ua' LIMIT 1
0.138 ms 1 /classes/Language.php:880
33
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.138 ms 1 /classes/ObjectModel.php:1724
130
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23923 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:153
139
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.138 ms 1 /classes/SpecificPrice.php:256
298
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23743 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:153
491
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5021 AND `id_shop` = 1
0.137 ms 1 /src/Adapter/EntityMapper.php:79
489
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5020 AND `id_shop` = 1
0.136 ms 1 /src/Adapter/EntityMapper.php:79
120
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.134 ms 1 /classes/stock/StockAvailable.php:453
137
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 3367 LIMIT 1
0.129 ms 1 /classes/Product.php:5659
132
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 23923 LIMIT 1
0.126 ms 1 /classes/Pack.php:90
493
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5023 AND `id_shop` = 1
0.126 ms 1 /src/Adapter/EntityMapper.php:79
143
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23929 AND `id_group` = 1 LIMIT 1
0.121 ms 0 /classes/GroupReduction.php:153
48
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 216 LIMIT 1
0.117 ms 1 /classes/Country.php:402
117
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 23921 AND `id_group` = 1 LIMIT 1
0.104 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
23 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
22 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
22 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
22 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)
22 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
22 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
22 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
22 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
22 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
22 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
22 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
22 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
22 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`
22 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;
20 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
11 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
11 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
6 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'uk-ua'
                    OR `language_code` = 'uk-ua' LIMIT XX
4 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
3 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
3 queries
SELECT *
							FROM `ps_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = 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
2 queries
SELECT *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

127 category_lang
108 category
103 category_shop
98 manufacturer
94 manufacturer_shop
94 manufacturer_lang
91 product
69 product_shop
46 cart_product
44 product_attribute
44 image
44 image_shop
44 product_attribute_shop
44 pack
37 specific_price
25 stock_available
24 product_attribute_combination
23 feature
23 feature_shop
23 feature_lang
23 product_lang
22 product_group_reduction_cache
22 feature_product
22 feature_value_lang
22 image_lang
22 attribute
22 attribute_lang
22 attribute_group
16 module
15 module_shop
11 specific_price_priority
9 lang
9 currency
7 hook
7 cms
7 cms_shop
7 cms_lang
6 currency_shop
6 category_group
5 country
4 shop_url
4 shop
4 lang_shop
4 currency_lang
4 cart_rule
3 hook_alias
3 category_product
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 meta
2 meta_lang
2 group
2 group_shop
2 image_type
2 cart_rule_lang
2 cms_category
2 cms_category_lang
2 cms_category_shop
2 link_block_lang
1 configuration_lang
1 module_group
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 22 /src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23479]
/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: 23145]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23144]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21677]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21649]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2252]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23213]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23451]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23739]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23740]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23741]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23742]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23743]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23744]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23745]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 23924]
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]
CMS 7 /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]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 8]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 9]
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: ]
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: ]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
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]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/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 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
757 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
758 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
759 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
760 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
761 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
762 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
763 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
764 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
765 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
766 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
767 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
768 /vendor/smarty/smarty/libs/plugins/modifier.count.php
769 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
770 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
771 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
772 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
773 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
774 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
775 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
776 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
777 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
778 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
779 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
780 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
781 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
782 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
783 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
784 /var/cache/dev/smarty/compile/ZoooptClassic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
785 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
786 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
787 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
788 /var/cache/dev/smarty/compile/ZoooptClassic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
789 /src/Core/Product/Search/Pagination.php
790 /vendor/defuse/php-encryption/src/Crypto.php
791 /vendor/defuse/php-encryption/src/KeyOrPassword.php
792 /vendor/defuse/php-encryption/src/RuntimeTests.php
793 /vendor/defuse/php-encryption/src/DerivedKeys.php
794 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
795 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
796 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
797 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
798 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/02/dd/13/02dd138ed3af62c5c0c320631d1366fd0f2f5d0c_2.file.category.tpl.php
799 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
800 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/a3/d5/f7/a3d5f7a0165ff30b361458b41e45ccf0465186ac_2.file.product-list.tpl.php
801 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/98/7d/e6/987de65e4ead6f493d04d342b9add8cac5092fad_2.file.layout-left-column.tpl.php
802 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/3c/f8/ca/3cf8ca85bdbd04487ce54a32120a4c46d59ddecc_2.file.layout-both-columns.tpl.php
803 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
804 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/f2/88/49/f28849f055ac6e797c13afd2c865e6aee903b828_2.file.helpers.tpl.php
805 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
806 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/e5/b1/80/e5b18050194cc30925b0144ad3ce47003e526108_2.file.head.tpl.php
807 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
808 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/df/6f/9d/df6f9d20f074f1297a40b832de948635c1e06095_2.file.head-jsonld.tpl.php
809 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/db/fb/80/dbfb80695e810e0cc032c496c8fb4b2187fb6699_2.file.product-list-jsonld.tpl.php
810 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
811 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
812 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
813 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/79/35/3b/79353b39b35c9713c642ae6ad8504b48449b9629_2.file.pagination-seo.tpl.php
814 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
815 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d2/33/3b/d2333bf4b938aaaa828f15d351e174cb3a61c9a1_2.file.stylesheets.tpl.php
816 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/dc/ca/33/dcca33917dbe9749c9881848e54b679596a87db3_2.file.javascript.tpl.php
817 /classes/ProductDownload.php
818 /src/Core/Cart/Calculator.php
819 /src/Core/Cart/CartRowCollection.php
820 /src/Core/Cart/Fees.php
821 /src/Core/Cart/AmountImmutable.php
822 /src/Core/Cart/CartRuleCollection.php
823 /src/Core/Cart/CartRuleCalculator.php
824 /src/Adapter/Product/PriceCalculator.php
825 /src/Core/Cart/CartRow.php
826 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
827 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/43/0b/0e/430b0e7bc76f82cd7a5285080d504dc276f7017f_2.file.product-activation.tpl.php
828 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
829 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/24/fe/b3/24feb38b01deb95a20a7ff1c4b0f2ba46caf1f28_2.file.header.tpl.php
830 /modules/ps_contactinfo/ps_contactinfo.php
831 /var/cache/dev/smarty/compile/ZoooptClassic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
832 /modules/ps_languageselector/ps_languageselector.php
833 /modules/ps_currencyselector/ps_currencyselector.php
834 /modules/ps_customersignin/ps_customersignin.php
835 /var/cache/dev/smarty/compile/ZoooptClassic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
836 /var/cache/dev/smarty/compile/ZoooptClassic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
837 /modules/ps_mainmenu/ps_mainmenu.php
838 /modules/ps_mainmenu/ps_menutoplinks.class.php
839 /classes/CMSCategory.php
840 /classes/CMS.php
841 /var/cache/dev/smarty/compile/ZoooptClassic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
842 /var/cache/dev/smarty/compile/ZoooptClassic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
843 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/74/01/8d/74018d6c57735f2f61d1f82c2a2ce3f02146d06d_2.file.notifications.tpl.php
844 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/c4/fc/16/c4fc16a1c853800d76f609011c1d8198682685cc_2.file.breadcrumb.tpl.php
845 /modules/ps_categorytree/ps_categorytree.php
846 /var/cache/dev/smarty/compile/ZoooptClassic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
847 /var/cache/dev/smarty/compile/ZoooptClassic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
848 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/62/3f/f2/623ff24a2ed6a9f086415acb8c17c22c2c2d5b18_2.file.category-header.tpl.php
849 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/cd/54/f1/cd54f1601f4f508a079f11c298342c77633f0587_2.file.products-top.tpl.php
850 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/78/04/9d/78049d9ea0dc218fceaef4f62c652973ae97e263_2.file.sort-orders.tpl.php
851 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/f9/5e/f4/f95ef4bfbdb61236e3c690dd3ccfa240ae47895b_2.file.products.tpl.php
852 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/5d/1e/40/5d1e4031591a7330d2f20b6412a33131e39711db_2.file.productlist.tpl.php
853 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
854 /vendor/smarty/smarty/libs/plugins/modifiercompiler.round.php
855 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d8/ef/ce/d8efce77a1d771b8a5ecd034e87278fd38210d06_2.file.product.tpl.php
856 /modules/productfreshdatabypanariga/productfreshdatabypanariga.php
857 /modules/productfreshdatabypanariga/translations/uk.php
858 /src/Adapter/ContainerFinder.php
859 /modules/productcomments/src/Repository/ProductCommentRepository.php
860 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
861 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
862 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
863 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
864 /vendor/doctrine/doctrine-bundle/Registry.php
865 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
866 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
867 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
868 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
871 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
873 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
874 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
875 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
876 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
877 /vendor/doctrine/event-manager/src/EventManager.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
899 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
900 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
901 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
902 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
903 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
904 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
905 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
906 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
907 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
908 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
909 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
910 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
911 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
912 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
913 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
914 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
915 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
916 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
917 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
918 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
919 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
920 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
921 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
922 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
923 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
924 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
925 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
926 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
927 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
928 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
929 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
930 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
931 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
932 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
933 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
934 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
935 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
936 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
937 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
938 /modules/productcomments/src/Entity/ProductComment.php
939 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
940 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
941 /vendor/doctrine/persistence/src/Persistence/Proxy.php
942 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
943 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
944 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
945 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
946 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
947 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
948 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
949 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
950 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
951 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
952 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
953 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
954 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
955 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
956 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
957 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
958 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
959 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
960 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
961 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
962 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
963 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
964 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
965 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
966 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
967 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
968 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
969 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
970 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
971 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
972 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
973 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
974 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
975 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
976 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
977 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
978 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
979 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
980 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
981 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
982 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
983 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
984 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
985 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
986 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
987 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
988 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
989 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
990 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
991 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
992 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
993 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
994 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
995 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
996 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
997 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
998 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
999 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1000 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1001 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1002 /var/cache/dev/smarty/compile/ZoooptClassic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1003 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/7a/87/a8/7a87a8de7078f29bea0e663c5e69d2109c2940c6_2.file.product-flags.tpl.php
1004 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/d9/3d/c6/d93dc6027c3d7c141a7f9148c1b90270250c2363_2.file.pagination.tpl.php
1005 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/99/34/15/9934152eecf6d6cf21dfeb65bfd9187ac0127d49_2.file.products-bottom.tpl.php
1006 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/ed/ac/89/edac89192d7ad479d20afad584ebb97a62846904_2.file.category-footer.tpl.php
1007 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/2d/66/e3/2d66e3707223cd2a56e9c95446bbfd597e9e94c2_2.file.footer.tpl.php
1008 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1009 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1010 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1011 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1012 /var/cache/dev/smarty/compile/ZoooptClassic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.cache.php
1013 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/216/ZoooptClassic/46/93/1a/46931a5a542b312be3355d6a3a1bc85f7e06b533.ps_socialfollowps_socialfollow.tpl.php
1014 /modules/ps_linklist/ps_linklist.php
1015 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1016 /modules/ps_linklist/src/Filter/LinkFilter.php
1017 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1018 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1019 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1020 /modules/ps_linklist/src/Model/LinkBlock.php
1021 /var/cache/dev/smarty/compile/ZoooptClassic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.cache.php
1022 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/216/ZoooptClassic/4f/83/ed/4f83ed7d6dc0082feade79feda6c2b26149f4bb2.ps_linklistviewstemplateshooklinkblock.tpl.php
1023 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1024 /var/cache/dev/smarty/compile/ZoooptClassic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.cache.php
1025 /var/cache/dev/smarty/compile/ZoooptClassic/d3/be/a1/d3bea152bc88d6ad4c16c87750962bcaf4f57aa3_2.module.blockwishlistviewstemplateshookaccountmyaccountblock.tpl.php
1026 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/216/ZoooptClassic/48/2e/b7/482eb76072668ef19d441605a10d39438c6f8f94.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1027 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1028 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
1029 /var/cache/dev/smarty/compile/ZoooptClassic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1030 /var/cache/dev/smarty/compile/ZoooptClassic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1031 /var/cache/dev/smarty/compile/ZoooptClassic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1032 /var/cache/dev/smarty/compile/ZoooptClassic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1033 /var/cache/dev/smarty/compile/ZoooptClassic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1034 /var/cache/dev/smarty/compile/ZoooptClassic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1035 /var/cache/dev/smarty/compile/ZoooptClassic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1036 /modules/googlelogin/googlelogin.php
1037 /modules/googlelogin/translations/uk.php
1038 /var/cache/dev/smarty/compile/4c/ee/71/4cee710a60ba3a4fbbde269e7e0ed22f3a6983ed_2.file.footer.tpl.php
1039 /var/cache/dev/smarty/compile/ZoooptClassiclayouts_layout_left_column_tpl/60/15/b6/6015b605e476fc703dc29fa34852b0fdff748be4_2.file.password-policy-template.tpl.php
1040 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1041 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1042 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1043 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1044 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1045 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1046 /var/cache/dev/smarty/compile/ZoooptClassic/62/60/22/626022f7fca9b1b0cc83be06be54f2abcc9d25e3_2.file.ga_tag.tpl.php