Accueil

Filtres actifs

Load Time 841 ms
Querying Time 382 ms
Queries 783
Memory Peak Usage 30.2 Mb
Included Files 1001 files - 10.14 Mb
PrestaShop Cache - Mb
Global vars 0.24 Mb
PrestaShop Version 8.2.3
PHP Version 8.1.33
MySQL Version 8.4.6-6
Memory Limit 512M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 162.892 ms 162.892 ms 5.11 Mb 6.6 Mb
__construct 0.035 ms 162.927 ms - Mb 6.6 Mb
init 28.927 ms 191.854 ms 0.70 Mb 6.6 Mb
checkAccess 0.001 ms 191.855 ms - Mb 6.6 Mb
setMedia 6.091 ms 197.946 ms 0.28 Mb 6.6 Mb
postProcess 0.001 ms 197.947 ms - Mb 6.6 Mb
initHeader 0.001 ms 197.948 ms - Mb 6.6 Mb
initContent 368.696 ms 566.644 ms 12.84 Mb 19.0 Mb
initFooter 0.003 ms 566.647 ms - Mb 19.0 Mb
display 273.983 ms 841 ms 10.03 Mb 30.2 Mb
Hook Time Memory Usage
displayProductListReviews 99.324 ms 3.66 Mb
DisplayBeforeBodyClosingTag 10.681 ms 0.30 Mb
displayFooter 6.273 ms 0.18 Mb
ActionFilterDeliveryOptionList 5.164 ms 0.43 Mb
displayNav2 5.130 ms 0.20 Mb
DisplayFooter 4.728 ms 0.18 Mb
displayFooterBefore 4.615 ms 0.13 Mb
displayTop 4.182 ms 0.21 Mb
DisplayHeader 4.155 ms 0.03 Mb
ActionPresentProductListing 3.471 ms 0.13 Mb
ProductSearchProvider 2.798 ms 0.26 Mb
ActionFrontControllerSetMedia 2.689 ms 0.01 Mb
displayNav1 2.622 ms 0.08 Mb
Header 1.640 ms 0.01 Mb
DisplayNav2 1.082 ms 0.07 Mb
DisplayProductListReviews 0.138 ms 0.02 Mb
DisplayWrapperTop 0.028 ms - Mb
ActionDispatcherBefore 0.009 ms - Mb
18 hook(s) 158.728 ms 5.91 Mb
Module Time Memory Usage
brandorderdays 10.789 ms 2.04 Mb
blockreassurance 1.918 ms 0.09 Mb
ps_emailsubscription 2.814 ms 0.11 Mb
ps_socialfollow 3.349 ms 0.08 Mb
ps_emailalerts 0.765 ms 0.10 Mb
blockwishlist 5.216 ms 0.21 Mb
ps_shoppingcart 2.888 ms 0.11 Mb
ps_searchbar 2.821 ms 0.14 Mb
ps_imageslider 0.710 ms 0.04 Mb
productcomments 100.125 ms 3.72 Mb
ps_googleanalytics 5.383 ms 0.12 Mb
myprestaloyalty 1.346 ms 0.06 Mb
sogecommerce 3.340 ms 0.27 Mb
sendinblue 1.948 ms 0.04 Mb
carrierpostcoderestriction 5.758 ms 0.46 Mb
accountblock 1.592 ms 0.09 Mb
weeklyorderschedule 0.526 ms 0.09 Mb
ps_facetedsearch 8.114 ms 0.71 Mb
lpdy_frontcustomizations 3.823 ms 0.19 Mb
ps_contactinfo 4.149 ms 0.15 Mb
ps_languageselector 1.094 ms 0.06 Mb
ps_currencyselector 1.737 ms 0.08 Mb
ps_mainmenu 2.772 ms 0.18 Mb
ps_linklist 3.973 ms 0.09 Mb
ps_customeraccountlinks 2.434 ms 0.08 Mb
statsdata 6.279 ms 0.22 Mb
26 module(s) 185.664 ms 9.52 Mb

Stopwatch SQL - 783 queries

# Query Time (ms) Rows Filesort Group By Location
56
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM lpdy_product p LEFT JOIN lpdy_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN lpdy_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN lpdy_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN lpdy_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN lpdy_category_product cp ON (p.id_product = cp.id_product) INNER JOIN lpdy_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN lpdy_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN lpdy_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=103 GROUP BY p.id_product) p INNER JOIN lpdy_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
24.379 ms 90860 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
58
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-12 00:00:00',
INTERVAL 5 DAY
)
) > 0) as new
FROM lpdy_product p
LEFT JOIN lpdy_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN lpdy_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN lpdy_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1003,196,1031,907,157,1471,1503,1378,968,540,721,543,1642,969,459,1643,1045,492,918,801,1604,1388,684,1621,1607,1389,1253,733,1608,1504,1408,1390,1046,983,734,1617,1391,1217,1085,735,740,1505,1443,741,1593,289,1602,1508,1507,1638)
4.557 ms 50 /classes/ProductAssembler.php:95
597
SELECT SQL_NO_CACHE fp.id_product, fvl.value as feature_value
FROM lpdy_feature_product fp
LEFT JOIN lpdy_feature f ON (f.id_feature = fp.id_feature)
LEFT JOIN lpdy_feature_lang fl ON (f.id_feature = fl.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value fv ON (fv.id_feature_value = fp.id_feature_value)
LEFT JOIN lpdy_feature_value_lang fvl ON (fv.id_feature_value = fvl.id_feature_value AND fvl.id_lang = 1)
WHERE LOWER(fl.name) IN ("conditionnement", "conditioning")
OR LOWER(fl.name) LIKE "%conditionnement%"
OR LOWER(fl.name) LIKE "%condition%"
2.976 ms 2457 /modules/lpdy_frontcustomizations/lpdy_frontcustomizations.php:152
68
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `lpdy_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `lpdy_hook_alias` ha
INNER JOIN `lpdy_hook` h ON ha.name = h.name
2.881 ms 0 /classes/Hook.php:1348
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `lpdy_module` m
INNER JOIN lpdy_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 `lpdy_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `lpdy_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `lpdy_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`
2.651 ms 1460 Yes Yes /classes/Hook.php:1289
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 `lpdy_configuration` c
LEFT JOIN `lpdy_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.315 ms 630 /classes/Configuration.php:180
782
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `lpdy_category_product` cp
LEFT JOIN `lpdy_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `lpdy_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1003,196,1031,907,157,1471,1503,1378,968,540,721,543,1642,969,459,1643,1045,492,918,801,1604,1388,684,1621,1607,1389,1253,733,1608,1504,1408,1390,1046,983,734,1617,1391,1217,1085,735,740,1505,1443,741,1593,289,1602,1508,1507,1638) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
2.258 ms 2340 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
714
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1003) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
2.191 ms 1 Yes /classes/Product.php:4524
78
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1003
ORDER BY f.position ASC
2.161 ms 2 Yes /classes/Product.php:6032
546
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 289) AND (b.`id_shop` = 1) LIMIT 1
1.981 ms 1 /src/Adapter/EntityMapper.php:71
69
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 `lpdy_hook_module` hm
STRAIGHT_JOIN `lpdy_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `lpdy_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.898 ms 291 /classes/Hook.php:459
77
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1003 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.606 ms 0 /classes/Cart.php:1430
70
SELECT SQL_NO_CACHE tr.*
FROM `lpdy_tax_rule` tr
JOIN `lpdy_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 0)
AND ('91590' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '91590')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
1.434 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
703
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 40
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.380 ms 1 Yes Yes /classes/Category.php:1151
59
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1003
AND image_shop.`cover` = 1 LIMIT 1
1.377 ms 1 /classes/Product.php:3570
53
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM lpdy_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1.285 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
775
INSERT INTO `lpdy_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
1.273 ms 1 /classes/ObjectModel.php:622
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `lpdy_hook` h
WHERE (h.active = 1)
1.242 ms 974 /classes/Hook.php:1388
649
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `lpdy_carrier` c
LEFT JOIN `lpdy_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `lpdy_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
INNER JOIN lpdy_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 GROUP BY c.`id_carrier` ORDER BY c.`position` ASC
1.240 ms 9 Yes Yes /classes/Carrier.php:578
717
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (196) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.221 ms 1 Yes /classes/Product.php:4524
594
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1003
ORDER BY `position`
1.218 ms 1 Yes /classes/Product.php:3545
102
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1031
ORDER BY f.position ASC
1.209 ms 3 Yes /classes/Product.php:6032
35
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 `lpdy_category` c
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `lpdy_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.164 ms 2 Yes Yes /classes/Category.php:924
64
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 0 LIMIT 1
1.091 ms 1 /classes/SpecificPrice.php:426
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `lpdy_hook`
1.056 ms 974 /classes/Hook.php:1348
34
SELECT SQL_NO_CACHE ctg.`id_group`
FROM lpdy_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
1.048 ms 1 /classes/Category.php:1754
500
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 740) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.014 ms 1 /classes/stock/StockAvailable.php:453
743
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (733) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.010 ms 1 Yes /classes/Product.php:4524
676
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
1.008 ms 52 Yes Yes /classes/Category.php:1151
765
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1638) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.958 ms 1 Yes /classes/Product.php:4524
721
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1471) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.950 ms 1 Yes /classes/Product.php:4524
595
SELECT SQL_NO_CACHE state FROM lpdy_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.937 ms 1 /classes/FeatureFlag.php:105
751
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1617) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.930 ms 1 Yes /classes/Product.php:4524
63
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.926 ms 1 /classes/Manufacturer.php:316
736
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1604) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.923 ms 1 Yes /classes/Product.php:4524
750
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (734) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.921 ms 1 Yes /classes/Product.php:4524
780
INSERT INTO `lpdy_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11499', '', 'lespaniersdeyann.fr/2-accueil?page=5', '', '2026-01-12 01:40:57')
0.917 ms 1 /classes/ObjectModel.php:622
779
INSERT INTO `lpdy_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('11900', '254', '3628718131', '', '1', '1', '2026-01-12 01:40:57')
0.907 ms 1 /classes/ObjectModel.php:622
720
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (157) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.898 ms 1 Yes /classes/Product.php:4524
724
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.888 ms 1 Yes /classes/Product.php:4524
57
SELECT SQL_NO_CACHE data FROM lpdy_layered_filter_block WHERE hash="b345e243440a250e6189e568a0ca4aae" LIMIT 1
0.861 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
756
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (740) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.853 ms 1 Yes /classes/Product.php:4524
90
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 196 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.836 ms 0 /classes/Cart.php:1430
753
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1217) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.834 ms 1 Yes /classes/Product.php:4524
552
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 289 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 289 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.827 ms 0 /classes/Cart.php:1430
734
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (918) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.826 ms 1 Yes /classes/Product.php:4524
757
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1505) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.823 ms 1 Yes /classes/Product.php:4524
755
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (735) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.822 ms 1 Yes /classes/Product.php:4524
758
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1443) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.821 ms 1 Yes /classes/Product.php:4524
572
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.820 ms 0 /classes/Cart.php:1430
722
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1503) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.815 ms 1 Yes /classes/Product.php:4524
732
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.815 ms 1 Yes /classes/Product.php:4524
735
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (801) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.814 ms 1 Yes /classes/Product.php:4524
101
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1031 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.814 ms 0 /classes/Cart.php:1430
72
SELECT SQL_NO_CACHE *
FROM `lpdy_tax_lang`
WHERE `id_tax` = 3
0.806 ms 1 /src/Adapter/EntityMapper.php:79
73
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1003 AND `id_group` = 1 LIMIT 1
0.794 ms 0 /classes/GroupReduction.php:156
111
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 907 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 907 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.792 ms 0 /classes/Cart.php:1430
718
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.791 ms 1 Yes /classes/Product.php:4524
759
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (741) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.787 ms 1 Yes /classes/Product.php:4524
660
SELECT SQL_NO_CACHE * FROM `lpdy_cart_rule` cr
LEFT JOIN `lpdy_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.782 ms 1 /classes/CartRule.php:423
647
SELECT SQL_NO_CACHE 1 FROM `lpdy_cart_rule` WHERE ((date_to >= "2026-01-12 00:00:00" AND date_to <= "2026-01-12 23:59:59") OR (date_from >= "2026-01-12 00:00:00" AND date_from <= "2026-01-12 23:59:59") OR (date_from < "2026-01-12 00:00:00" AND date_to > "2026-01-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.781 ms 1 /classes/CartRule.php:357
764
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1507) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.779 ms 1 Yes /classes/Product.php:4524
648
SELECT SQL_NO_CACHE * FROM `lpdy_cart_rule` cr
LEFT JOIN `lpdy_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.778 ms 1 /classes/CartRule.php:423
752
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1391) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.776 ms 1 Yes /classes/Product.php:4524
562
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1602 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1602 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.770 ms 0 /classes/Cart.php:1430
723
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1378) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.769 ms 1 Yes /classes/Product.php:4524
71
SELECT SQL_NO_CACHE *
FROM `lpdy_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1
0.768 ms 1 /src/Adapter/EntityMapper.php:71
730
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (459) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.761 ms 1 Yes /classes/Product.php:4524
725
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (540) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.755 ms 1 Yes /classes/Product.php:4524
582
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1507 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1507 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.752 ms 0 /classes/Cart.php:1430
576
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1507) AND (b.`id_shop` = 1) LIMIT 1
0.751 ms 1 /src/Adapter/EntityMapper.php:71
719
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (907) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.750 ms 1 Yes /classes/Product.php:4524
553
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 289
ORDER BY f.position ASC
0.744 ms 2 Yes /classes/Product.php:6032
737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1388) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.744 ms 1 Yes /classes/Product.php:4524
741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1389) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.741 ms 1 Yes /classes/Product.php:4524
727
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (543) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.736 ms 1 Yes /classes/Product.php:4524
739
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1621) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.732 ms 1 Yes /classes/Product.php:4524
744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1608) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.730 ms 1 Yes /classes/Product.php:4524
94
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1031) AND (b.`id_shop` = 1) LIMIT 1
0.729 ms 1 /src/Adapter/EntityMapper.php:71
91
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 196
ORDER BY f.position ASC
0.728 ms 2 Yes /classes/Product.php:6032
760
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1593) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.728 ms 1 Yes /classes/Product.php:4524
726
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (721) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.727 ms 1 Yes /classes/Product.php:4524
738
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (684) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.726 ms 1 Yes /classes/Product.php:4524
728
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1642) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.719 ms 1 Yes /classes/Product.php:4524
14
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `lpdy_meta` m
LEFT JOIN `lpdy_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.718 ms 43 Yes /classes/Dispatcher.php:654
754
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1085) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.718 ms 1 Yes /classes/Product.php:4524
729
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.717 ms 1 Yes /classes/Product.php:4524
742
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1253) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.716 ms 1 Yes /classes/Product.php:4524
573
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1508
ORDER BY f.position ASC
0.713 ms 3 Yes /classes/Product.php:6032
617
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1604
ORDER BY `position`
0.710 ms 1 Yes /classes/Product.php:3545
731
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1643) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.710 ms 1 Yes /classes/Product.php:4524
740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1607) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.710 ms 1 Yes /classes/Product.php:4524
733
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (492) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.707 ms 1 Yes /classes/Product.php:4524
761
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (289) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.704 ms 1 Yes /classes/Product.php:4524
592
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1638 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1638 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.698 ms 0 /classes/Cart.php:1430
763
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1508) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.695 ms 1 Yes /classes/Product.php:4524
62
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1003) AND (b.`id_shop` = 1) LIMIT 1
0.693 ms 1 /src/Adapter/EntityMapper.php:71
79
SELECT SQL_NO_CACHE tr.*
FROM `lpdy_tax_rule` tr
JOIN `lpdy_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.693 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
745
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1504) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.693 ms 1 Yes /classes/Product.php:4524
746
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1408) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.690 ms 1 Yes /classes/Product.php:4524
762
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1602) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.688 ms 1 Yes /classes/Product.php:4524
748
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1046) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.686 ms 1 Yes /classes/Product.php:4524
749
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (983) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.684 ms 1 Yes /classes/Product.php:4524
747
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `lpdy_product_attribute` pa
INNER JOIN lpdy_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN lpdy_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1390) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.683 ms 1 Yes /classes/Product.php:4524
38
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `lpdy_module` m
LEFT JOIN `lpdy_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.676 ms 73 /classes/module/Module.php:346
19
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `lpdy_module` m
LEFT JOIN `lpdy_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.668 ms 73 /classes/module/Module.php:346
681
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.668 ms 5 Yes Yes /classes/Category.php:1151
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 lpdy_shop_group gs
LEFT JOIN lpdy_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN lpdy_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.667 ms 1 Yes /classes/shop/Shop.php:715
112
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 907
ORDER BY f.position ASC
0.660 ms 2 Yes /classes/Product.php:6032
192
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 721 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 721 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.659 ms 0 /classes/Cart.php:1430
646
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1638
ORDER BY `position`
0.659 ms 1 Yes /classes/Product.php:3545
693
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 31
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.656 ms 3 Yes Yes /classes/Category.php:1151
700
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.654 ms 3 Yes Yes /classes/Category.php:1151
163
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 968) AND (b.`id_shop` = 1) LIMIT 1
0.650 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 196) AND (b.`id_shop` = 1) LIMIT 1
0.647 ms 1 /src/Adapter/EntityMapper.php:71
583
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1507
ORDER BY f.position ASC
0.647 ms 3 Yes /classes/Product.php:6032
702
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.643 ms 1 Yes Yes /classes/Category.php:1151
586
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1638) AND (b.`id_shop` = 1) LIMIT 1
0.642 ms 1 /src/Adapter/EntityMapper.php:71
170
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 968 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 968 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.641 ms 0 /classes/Cart.php:1430
526
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 741 LIMIT 1
0.640 ms 1 /classes/SpecificPrice.php:435
563
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1602
ORDER BY f.position ASC
0.639 ms 2 Yes /classes/Product.php:6032
105
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 907) AND (b.`id_shop` = 1) LIMIT 1
0.635 ms 1 /src/Adapter/EntityMapper.php:71
635
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1085
ORDER BY `position`
0.635 ms 1 Yes /classes/Product.php:3545
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM lpdy_shop_url su
LEFT JOIN lpdy_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'lespaniersdeyann.fr' OR su.domain_ssl = 'lespaniersdeyann.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.627 ms 1 Yes /classes/shop/Shop.php:1364
659
SELECT SQL_NO_CACHE 1 FROM `lpdy_cart_rule` WHERE ((date_to >= "2026-01-12 00:00:00" AND date_to <= "2026-01-12 23:59:59") OR (date_from >= "2026-01-12 00:00:00" AND date_from <= "2026-01-12 23:59:59") OR (date_from < "2026-01-12 00:00:00" AND date_to > "2026-01-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.626 ms 1 /classes/CartRule.php:357
566
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1508) AND (b.`id_shop` = 1) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:71
690
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.624 ms 1 Yes Yes /classes/Category.php:1151
697
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 24
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.622 ms 2 Yes Yes /classes/Category.php:1151
47
SELECT SQL_NO_CACHE *
FROM `lpdy_category` a0
LEFT JOIN `lpdy_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 103) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.622 ms 1 /classes/PrestaShopCollection.php:383
103
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 907
AND image_shop.`cover` = 1 LIMIT 1
0.620 ms 1 /classes/Product.php:3570
637
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 740
ORDER BY `position`
0.620 ms 2 Yes /classes/Product.php:3545
135
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1471 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.618 ms 0 /classes/Cart.php:1430
593
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1638
ORDER BY f.position ASC
0.616 ms 2 Yes /classes/Product.php:6032
44
SELECT SQL_NO_CACHE *
FROM `lpdy_country` a
LEFT JOIN `lpdy_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.614 ms 1 /src/Adapter/EntityMapper.php:71
696
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.613 ms 1 Yes Yes /classes/Category.php:1151
704
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.613 ms 4 Yes Yes /classes/Category.php:1151
691
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.613 ms 1 Yes Yes /classes/Category.php:1151
146
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1503 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1503 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.610 ms 0 /classes/Cart.php:1430
668
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `lpdy_currency` c
LEFT JOIN lpdy_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.607 ms 1 /classes/Currency.php:1136
627
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1408
ORDER BY `position`
0.605 ms 1 Yes /classes/Product.php:3545
116
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 157) AND (b.`id_shop` = 1) LIMIT 1
0.604 ms 1 /src/Adapter/EntityMapper.php:71
123
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.602 ms 0 /classes/Cart.php:1430
677
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.601 ms 3 Yes Yes /classes/Category.php:1151
556
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1602) AND (b.`id_shop` = 1) LIMIT 1
0.600 ms 1 /src/Adapter/EntityMapper.php:71
12
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `lpdy_lang` l
JOIN lpdy_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.598 ms 1 /classes/Language.php:1216
615
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 918
ORDER BY `position`
0.595 ms 1 Yes /classes/Product.php:3545
641
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1593
ORDER BY `position`
0.593 ms 1 Yes /classes/Product.php:3545
186
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 721) AND (b.`id_shop` = 1) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1378 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1378 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.591 ms 0 /classes/Cart.php:1430
625
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1608
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3545
21
SELECT SQL_NO_CACHE *
FROM `lpdy_category` a
LEFT JOIN `lpdy_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `lpdy_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.589 ms 1 /src/Adapter/EntityMapper.php:71
600
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 907
ORDER BY `position`
0.589 ms 1 Yes /classes/Product.php:3545
701
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 33
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.589 ms 1 Yes Yes /classes/Category.php:1151
631
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 734
ORDER BY `position`
0.586 ms 1 Yes /classes/Product.php:3545
680
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 50
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.586 ms 1 Yes Yes /classes/Category.php:1151
182
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 540 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 540 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.585 ms 0 /classes/Cart.php:1430
532
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 741
ORDER BY f.position ASC
0.585 ms 2 Yes /classes/Product.php:6032
602
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1471
ORDER BY `position`
0.584 ms 1 Yes /classes/Product.php:3545
574
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1507
AND image_shop.`cover` = 1 LIMIT 1
0.583 ms 1 /classes/Product.php:3570
616
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 801
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
626
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1504
ORDER BY `position`
0.582 ms 1 Yes /classes/Product.php:3545
618
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1388
ORDER BY `position`
0.577 ms 1 Yes /classes/Product.php:3545
612
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1643
ORDER BY `position`
0.575 ms 1 Yes /classes/Product.php:3545
695
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.574 ms 1 Yes Yes /classes/Category.php:1151
611
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 459
ORDER BY `position`
0.574 ms 1 Yes /classes/Product.php:3545
692
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.572 ms 1 Yes Yes /classes/Category.php:1151
694
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 30
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.569 ms 1 Yes Yes /classes/Category.php:1151
624
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 733
ORDER BY `position`
0.568 ms 1 Yes /classes/Product.php:3545
622
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1389
ORDER BY `position`
0.566 ms 1 Yes /classes/Product.php:3545
698
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 25
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.566 ms 1 Yes Yes /classes/Category.php:1151
136
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1471
ORDER BY f.position ASC
0.565 ms 3 Yes /classes/Product.php:6032
139
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1503) AND (b.`id_shop` = 1) LIMIT 1
0.564 ms 1 /src/Adapter/EntityMapper.php:71
709
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.563 ms 3 Yes Yes /classes/Category.php:1151
598
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 196
ORDER BY `position`
0.563 ms 1 Yes /classes/Product.php:3545
6
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `lpdy_lang` l
LEFT JOIN `lpdy_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.561 ms 1 /classes/Language.php:1080
183
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 540
ORDER BY f.position ASC
0.561 ms 2 Yes /classes/Product.php:6032
632
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1617
ORDER BY `position`
0.560 ms 1 Yes /classes/Product.php:3545
683
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.558 ms 1 Yes Yes /classes/Category.php:1151
688
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 4
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.558 ms 1 Yes Yes /classes/Category.php:1151
7
SELECT SQL_NO_CACHE *
FROM `lpdy_country` a
LEFT JOIN `lpdy_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `lpdy_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.557 ms 1 /src/Adapter/EntityMapper.php:71
639
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1443
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3545
640
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 741
ORDER BY `position`
0.556 ms 1 Yes /classes/Product.php:3545
610
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 969
ORDER BY `position`
0.555 ms 1 Yes /classes/Product.php:3545
638
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1505
ORDER BY `position`
0.555 ms 1 Yes /classes/Product.php:3545
678
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.555 ms 1 Yes Yes /classes/Category.php:1151
643
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1602
ORDER BY `position`
0.554 ms 1 Yes /classes/Product.php:3545
669
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.553 ms 1 /classes/module/Module.php:2664
599
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1031
ORDER BY `position`
0.552 ms 1 Yes /classes/Product.php:3545
623
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1253
ORDER BY `position`
0.552 ms 1 Yes /classes/Product.php:3545
501
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 740 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 740 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.551 ms 0 /classes/Cart.php:1430
629
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1046
ORDER BY `position`
0.551 ms 1 Yes /classes/Product.php:3545
682
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.550 ms 1 Yes Yes /classes/Category.php:1151
613
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1045
ORDER BY `position`
0.549 ms 1 Yes /classes/Product.php:3545
699
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 39
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.549 ms 1 Yes Yes /classes/Category.php:1151
628
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1390
ORDER BY `position`
0.547 ms 1 Yes /classes/Product.php:3545
564
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1508
AND image_shop.`cover` = 1 LIMIT 1
0.546 ms 1 /classes/Product.php:3570
603
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1503
ORDER BY `position`
0.546 ms 1 Yes /classes/Product.php:3545
630
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 983
ORDER BY `position`
0.546 ms 1 Yes /classes/Product.php:3545
171
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 968
ORDER BY f.position ASC
0.545 ms 2 Yes /classes/Product.php:6032
614
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 492
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
621
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1607
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
644
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1508
ORDER BY `position`
0.543 ms 1 Yes /classes/Product.php:3545
159
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1378
ORDER BY f.position ASC
0.542 ms 3 Yes /classes/Product.php:6032
633
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1391
ORDER BY `position`
0.541 ms 1 Yes /classes/Product.php:3545
686
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.541 ms 6 Yes Yes /classes/Category.php:1151
642
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 289
ORDER BY `position`
0.540 ms 1 Yes /classes/Product.php:3545
27
SELECT SQL_NO_CACHE *
FROM `lpdy_currency` a
LEFT JOIN `lpdy_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.539 ms 1 /src/Adapter/EntityMapper.php:71
93
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.539 ms 1 /classes/Product.php:5670
48
SELECT SQL_NO_CACHE `price_display_method`
FROM `lpdy_group`
WHERE `id_group` = 3 LIMIT 1
0.539 ms 1 /classes/Group.php:174
124
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 157
ORDER BY f.position ASC
0.539 ms 2 Yes /classes/Product.php:6032
636
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 735
ORDER BY `position`
0.539 ms 1 Yes /classes/Product.php:3545
54
SELECT SQL_NO_CACHE *
FROM `lpdy_category` a
LEFT JOIN `lpdy_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.538 ms 1 /src/Adapter/EntityMapper.php:71
634
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1217
ORDER BY `position`
0.538 ms 1 Yes /classes/Product.php:3545
128
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1471) AND (b.`id_shop` = 1) LIMIT 1
0.537 ms 1 /src/Adapter/EntityMapper.php:71
601
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 157
ORDER BY `position`
0.537 ms 1 Yes /classes/Product.php:3545
689
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.537 ms 1 Yes Yes /classes/Category.php:1151
147
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1503
ORDER BY f.position ASC
0.533 ms 2 Yes /classes/Product.php:6032
671
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `lpdy_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.533 ms 1 /classes/Cart.php:1303
20
SELECT SQL_NO_CACHE name, alias FROM `lpdy_hook_alias`
0.529 ms 87 /classes/Hook.php:342
651
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 12 LIMIT 1
0.529 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
715
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "productcomments" LIMIT 1
0.528 ms 1 /classes/module/Module.php:2664
80
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 196
AND image_shop.`cover` = 1 LIMIT 1
0.526 ms 1 /classes/Product.php:3570
619
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 684
ORDER BY `position`
0.525 ms 1 Yes /classes/Product.php:3545
113
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 157
AND image_shop.`cover` = 1 LIMIT 1
0.523 ms 1 /classes/Product.php:3570
151
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1378) AND (b.`id_shop` = 1) LIMIT 1
0.522 ms 1 /src/Adapter/EntityMapper.php:71
604
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1378
ORDER BY `position`
0.520 ms 1 Yes /classes/Product.php:3545
716
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.519 ms 1 /classes/module/Module.php:2137
645
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1507
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
606
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 540
ORDER BY `position`
0.518 ms 1 Yes /classes/Product.php:3545
620
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1621
ORDER BY `position`
0.517 ms 1 Yes /classes/Product.php:3545
661
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.517 ms 1 /classes/module/Module.php:2664
776
SELECT SQL_NO_CACHE `id_guest`
FROM `lpdy_connections`
WHERE `id_guest` = 11900
AND `date_add` > '2026-01-12 01:10:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.515 ms 1 Yes /classes/Connection.php:168
607
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 721
ORDER BY `position`
0.514 ms 1 Yes /classes/Product.php:3545
608
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 543
ORDER BY `position`
0.513 ms 1 Yes /classes/Product.php:3545
605
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 968
ORDER BY `position`
0.511 ms 1 Yes /classes/Product.php:3545
175
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 540) AND (b.`id_shop` = 1) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1602
AND image_shop.`cover` = 1 LIMIT 1
0.508 ms 1 /classes/Product.php:3570
679
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.508 ms 1 Yes Yes /classes/Category.php:1151
609
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1642
ORDER BY `position`
0.506 ms 1 Yes /classes/Product.php:3545
75
SELECT SQL_NO_CACHE tr.*
FROM `lpdy_tax_rule` tr
JOIN `lpdy_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('91590' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '91590')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.505 ms 0 /classes/tax/TaxRulesTaxManager.php:109
705
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.500 ms 1 Yes Yes /classes/Category.php:1151
37
SELECT SQL_NO_CACHE *
FROM `lpdy_category` a
LEFT JOIN `lpdy_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `lpdy_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1602) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.497 ms 1 /classes/stock/StockAvailable.php:453
25
SELECT SQL_NO_CACHE *
FROM `lpdy_currency` a
LEFT JOIN `lpdy_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `lpdy_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
685
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 51
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.497 ms 1 Yes Yes /classes/Category.php:1151
28
SELECT SQL_NO_CACHE *
FROM `lpdy_currency_lang`
WHERE `id_currency` = 1
0.487 ms 1 /src/Adapter/EntityMapper.php:79
36
SELECT SQL_NO_CACHE *
FROM `lpdy_category` a
LEFT JOIN `lpdy_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `lpdy_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:71
687
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.484 ms 1 Yes Yes /classes/Category.php:1151
684
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.478 ms 1 Yes Yes /classes/Category.php:1151
92
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1031
AND image_shop.`cover` = 1 LIMIT 1
0.477 ms 1 /classes/Product.php:3570
568
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1508)
0.477 ms 1 /classes/Product.php:3860
5
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM lpdy_shop s
LEFT JOIN lpdy_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.474 ms 1 /classes/shop/Shop.php:218
710
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.470 ms 4 Yes Yes /classes/Category.php:1151
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM lpdy_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.470 ms 1 /classes/shop/ShopUrl.php:182
551
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 289) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.469 ms 1 /classes/stock/StockAvailable.php:453
778
SELECT SQL_NO_CACHE `id_page`
FROM `lpdy_page`
WHERE `id_page_type` = 1 AND `id_object` = 2 LIMIT 1
0.465 ms 1 /classes/Page.php:83
584
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1638
AND image_shop.`cover` = 1 LIMIT 1
0.464 ms 1 /classes/Product.php:3570
60
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 37 LIMIT 1
0.460 ms 1 /classes/Category.php:1378
664
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.460 ms 1 /classes/module/Module.php:2664
9
SELECT SQL_NO_CACHE *
FROM `lpdy_lang` a
LEFT JOIN `lpdy_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
374
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1608) AND (b.`id_shop` = 1) LIMIT 1
0.457 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE * FROM `lpdy_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.456 ms 7 Yes /classes/ImageType.php:109
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.455 ms 1 /classes/stock/StockAvailable.php:453
578
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1507)
0.455 ms 1 /classes/Product.php:3860
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `lpdy_hook_alias`
0.449 ms 87 /classes/Hook.php:290
86
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 196)
0.448 ms 1 /classes/Product.php:3860
107
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 907)
0.448 ms 1 /classes/Product.php:3860
3
SELECT SQL_NO_CACHE value FROM `lpdy_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.447 ms 1 /classes/shop/Shop.php:1183
579
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1507 AND id_shop=1 LIMIT 1
0.447 ms 1 /classes/Product.php:6887
10
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.444 ms 1 /classes/ObjectModel.php:1732
33
SELECT SQL_NO_CACHE `id_category`
FROM `lpdy_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.444 ms 1 /classes/Category.php:2450
672
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.444 ms 1 /classes/module/Module.php:2664
548
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 289)
0.443 ms 1 /classes/Product.php:3860
713
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 55
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.442 ms 1 Yes Yes /classes/Category.php:1151
557
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1602 LIMIT 1
0.441 ms 1 /classes/SpecificPrice.php:435
360
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1253 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1253 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.441 ms 0 /classes/Cart.php:1430
39
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.440 ms 0 /classes/module/Module.php:2664
45
SELECT SQL_NO_CACHE *
FROM `lpdy_country_lang`
WHERE `id_country` = 8
0.439 ms 1 /src/Adapter/EntityMapper.php:79
441
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 734 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 734 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.438 ms 0 /classes/Cart.php:1430
531
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 741 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 741 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
565
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.437 ms 1 /classes/Product.php:5670
571
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.435 ms 1 /classes/stock/StockAvailable.php:453
550
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 289 AND `id_group` = 1 LIMIT 1
0.434 ms 0 /classes/GroupReduction.php:156
52
SELECT SQL_NO_CACHE `id_category`
FROM `lpdy_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.430 ms 1 /classes/Category.php:2450
61
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.430 ms 1 /classes/Product.php:5670
106
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 907 LIMIT 1
0.430 ms 1 /classes/SpecificPrice.php:435
547
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 289 LIMIT 1
0.428 ms 1 /classes/SpecificPrice.php:435
575
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 24 LIMIT 1
0.428 ms 1 /classes/Product.php:5670
66
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1003)
0.427 ms 1 /classes/Product.php:3860
670
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.427 ms 1 /classes/module/Module.php:2137
29
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.426 ms 1 /classes/ObjectModel.php:1732
666
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.425 ms 1 /classes/module/Module.php:2664
663
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.424 ms 1 /classes/Country.php:405
97
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1031)
0.423 ms 1 /classes/Product.php:3860
55
SELECT SQL_NO_CACHE *
FROM `lpdy_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.422 ms 1 /src/Adapter/EntityMapper.php:79
707
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 52
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.422 ms 1 Yes Yes /classes/Category.php:1151
184
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 721
AND image_shop.`cover` = 1 LIMIT 1
0.421 ms 1 /classes/Product.php:3570
711
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 58
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.421 ms 1 Yes Yes /classes/Category.php:1151
148
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1378
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1508 AND id_shop=1 LIMIT 1
0.420 ms 1 /classes/Product.php:6887
125
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1471
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
30
SELECT SQL_NO_CACHE *
FROM `lpdy_group` a
LEFT JOIN `lpdy_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.419 ms 1 /src/Adapter/EntityMapper.php:71
8
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
46
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM lpdy_required_field
0.418 ms 1 /classes/ObjectModel.php:1595
330
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1621 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1621 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
172
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 540
AND image_shop.`cover` = 1 LIMIT 1
0.414 ms 1 /classes/Product.php:3570
110
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 907) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
122
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.414 ms 1 /classes/stock/StockAvailable.php:453
667
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.414 ms 1 /classes/module/Module.php:2137
22
SELECT SQL_NO_CACHE * FROM `lpdy_currency` c ORDER BY `iso_code` ASC
0.413 ms 1 Yes /classes/Currency.php:709
706
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.412 ms 1 Yes Yes /classes/Category.php:1151
160
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 968
AND image_shop.`cover` = 1 LIMIT 1
0.411 ms 1 /classes/Product.php:3570
161
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 21 LIMIT 1
0.410 ms 1 /classes/Category.php:1378
712
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.410 ms 1 Yes Yes /classes/Category.php:1151
23
SELECT SQL_NO_CACHE `id_lang` FROM `lpdy_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.409 ms 1 /classes/Language.php:883
558
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1602)
0.409 ms 1 /classes/Product.php:3860
777
SELECT SQL_NO_CACHE id_page_type
FROM lpdy_page_type
WHERE name = 'category' LIMIT 1
0.409 ms 1 /classes/Page.php:104
137
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1503
AND image_shop.`cover` = 1 LIMIT 1
0.407 ms 1 /classes/Product.php:3570
708
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `lpdy_category` c
LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN lpdy_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.407 ms 1 Yes Yes /classes/Category.php:1151
674
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.406 ms 1 /classes/module/Module.php:2664
65
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1003 LIMIT 1
0.404 ms 1 /classes/SpecificPrice.php:435
49
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_url` a0
0.404 ms 1 /classes/PrestaShopCollection.php:383
772
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.404 ms 1 /classes/module/Module.php:2137
521
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1443 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1443 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.403 ms 0 /classes/Cart.php:1430
536
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1593) AND (b.`id_shop` = 1) LIMIT 1
0.403 ms 1 /src/Adapter/EntityMapper.php:71
581
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1507) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.402 ms 1 /classes/stock/StockAvailable.php:453
652
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 13 LIMIT 1
0.402 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
673
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.402 ms 1 /classes/module/Module.php:2137
766
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.402 ms 1 /classes/module/Module.php:2664
361
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1253
ORDER BY f.position ASC
0.400 ms 2 Yes /classes/Product.php:6032
771
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_linklist" LIMIT 1
0.399 ms 1 /classes/module/Module.php:2664
89
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 196) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.399 ms 1 /classes/stock/StockAvailable.php:453
461
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1391 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1391 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
114
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 17 LIMIT 1
0.398 ms 1 /classes/Category.php:1378
119
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 157)
0.398 ms 1 /classes/Product.php:3860
587
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1638 LIMIT 1
0.398 ms 1 /classes/SpecificPrice.php:435
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 969 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
770
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.396 ms 1 /classes/Country.php:405
104
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.395 ms 1 /classes/Product.php:5670
525
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 741) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1507 LIMIT 1
0.394 ms 1 /classes/SpecificPrice.php:435
768
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.394 ms 1 /classes/module/Module.php:2664
364
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 733) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
380
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1608 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1608 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.393 ms 0 /classes/Cart.php:1430
96
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1031 LIMIT 1
0.393 ms 1 /classes/SpecificPrice.php:435
665
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.393 ms 1 /classes/module/Module.php:2137
100
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.391 ms 1 /classes/stock/StockAvailable.php:453
585
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.391 ms 1 /classes/Product.php:5670
26
SELECT SQL_NO_CACHE `id_lang` FROM `lpdy_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.390 ms 1 /classes/Language.php:883
596
SELECT SQL_NO_CACHE * FROM `lpdy_image_type`
0.390 ms 7 /classes/ImageType.php:161
511
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1505 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1505 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1430
502
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 740
ORDER BY f.position ASC
0.389 ms 2 Yes /classes/Product.php:6032
549
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 289 AND id_shop=1 LIMIT 1
0.389 ms 1 /classes/Product.php:6887
297
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1604 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1604 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1430
588
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1638)
0.388 ms 1 /classes/Product.php:3860
178
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 540)
0.387 ms 1 /classes/Product.php:3860
4
SELECT SQL_NO_CACHE *
FROM `lpdy_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:71
67
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1003 AND id_shop=1 LIMIT 1
0.385 ms 1 /classes/Product.php:6887
422
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1046
ORDER BY f.position ASC
0.385 ms 2 Yes /classes/Product.php:6032
395
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1408) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
277
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 918 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 918 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1430
340
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1607 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1607 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1430
350
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1389 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1389 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1430
354
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1253) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
391
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1504
ORDER BY f.position ASC
0.383 ms 2 Yes /classes/Product.php:6032
31
SELECT SQL_NO_CACHE *
FROM `lpdy_group_lang`
WHERE `id_group` = 1
0.382 ms 1 /src/Adapter/EntityMapper.php:79
334
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1607) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
370
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 733 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 733 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.382 ms 0 /classes/Cart.php:1430
492
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 735
ORDER BY f.position ASC
0.382 ms 2 Yes /classes/Product.php:6032
40
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.381 ms 0 /classes/module/Module.php:2137
115
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.381 ms 1 /classes/Product.php:5670
411
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1390 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1390 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.381 ms 0 /classes/Cart.php:1430
495
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 740) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
81
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.380 ms 1 /classes/Category.php:1378
85
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 196 LIMIT 1
0.380 ms 1 /classes/SpecificPrice.php:435
567
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1508 LIMIT 1
0.380 ms 1 /classes/SpecificPrice.php:435
773
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.380 ms 1 /classes/module/Module.php:2664
32
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.379 ms 1 /classes/ObjectModel.php:1732
331
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1621
ORDER BY f.position ASC
0.379 ms 2 Yes /classes/Product.php:6032
225
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 969
ORDER BY f.position ASC
0.379 ms 2 Yes /classes/Product.php:6032
319
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 684 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 684 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
390
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1504 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1504 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1430
451
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1617 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1617 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1430
560
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1602 AND `id_group` = 1 LIMIT 1
0.378 ms 0 /classes/GroupReduction.php:156
570
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1508 AND `id_group` = 1 LIMIT 1
0.378 ms 0 /classes/GroupReduction.php:156
324
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1621) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1638) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.377 ms 1 /classes/stock/StockAvailable.php:453
118
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 157 LIMIT 1
0.377 ms 1 /classes/SpecificPrice.php:435
174
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.377 ms 1 /classes/Product.php:5670
341
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1607
ORDER BY f.position ASC
0.377 ms 2 Yes /classes/Product.php:6032
442
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 734
ORDER BY f.position ASC
0.377 ms 2 Yes /classes/Product.php:6032
82
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.376 ms 1 /classes/Product.php:5670
415
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1046) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
662
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.376 ms 1 /classes/module/Module.php:2137
401
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1408 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1408 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1430
512
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1505
ORDER BY f.position ASC
0.375 ms 3 Yes /classes/Product.php:6032
235
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 459
ORDER BY f.position ASC
0.374 ms 2 Yes /classes/Product.php:6032
452
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1617
ORDER BY f.position ASC
0.374 ms 2 Yes /classes/Product.php:6032
234
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 459 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 459 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.373 ms 0 /classes/Cart.php:1430
43
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.373 ms 1 /classes/Country.php:405
774
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.373 ms 1 /classes/module/Module.php:2137
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1642 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1642 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1430
74
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_group`
WHERE `id_group` = 1 LIMIT 1
0.371 ms 1 /classes/Group.php:154
344
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1389) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
485
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 735) AND (b.`id_shop` = 1) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:71
42
SELECT SQL_NO_CACHE format
FROM `lpdy_address_format`
WHERE `id_country` = 8 LIMIT 1
0.370 ms 1 /classes/AddressFormat.php:656
580
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1507 AND `id_group` = 1 LIMIT 1
0.369 ms 0 /classes/GroupReduction.php:156
84
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.369 ms 1 /classes/Manufacturer.php:316
196
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 543) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE * FROM `lpdy_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.367 ms 1 /classes/module/Module.php:2046
244
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1643 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1643 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.367 ms 0 /classes/Cart.php:1430
266
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 492 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.367 ms 0 /classes/Cart.php:1430
421
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1046 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1046 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.367 ms 0 /classes/Cart.php:1430
657
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 18 LIMIT 1
0.367 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
767
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.366 ms 1 /classes/module/Module.php:2137
24
SELECT SQL_NO_CACHE c.id_currency
FROM `lpdy_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.365 ms 1 /classes/Currency.php:893
165
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 968 LIMIT 1
0.365 ms 1 /classes/SpecificPrice.php:435
542
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1593 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1593 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.365 ms 0 /classes/Cart.php:1430
555
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.365 ms 1 /classes/Product.php:5670
162
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 21 LIMIT 1
0.363 ms 1 /classes/Product.php:5670
481
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1085 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1085 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.363 ms 0 /classes/Cart.php:1430
87
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 196 AND id_shop=1 LIMIT 1
0.363 ms 1 /classes/Product.php:6887
559
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1602 AND id_shop=1 LIMIT 1
0.363 ms 1 /classes/Product.php:6887
117
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.362 ms 1 /classes/Manufacturer.php:316
654
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 5 LIMIT 1
0.362 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
95
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 28
AND `active` = 1 LIMIT 1
0.362 ms 1 /classes/Manufacturer.php:316
202
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 543 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.362 ms 0 /classes/Cart.php:1430
650
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 1 LIMIT 1
0.362 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
309
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1388 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1388 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.361 ms 0 /classes/Cart.php:1430
491
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 735 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 735 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.360 ms 0 /classes/Cart.php:1430
384
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1504) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
781
SELECT SQL_NO_CACHE data
FROM `lpdy_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.359 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
120
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 157 AND id_shop=1 LIMIT 1
0.359 ms 1 /classes/Product.php:6887
425
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 983) AND (b.`id_shop` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
658
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 15 LIMIT 1
0.358 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
769
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.358 ms 1 /classes/module/Module.php:2137
173
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 10 LIMIT 1
0.358 ms 1 /classes/Category.php:1378
653
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 4 LIMIT 1
0.358 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
51
SELECT SQL_NO_CACHE `name`
FROM `lpdy_hook`
WHERE `id_hook` = 972 LIMIT 1
0.357 ms 1 /classes/Hook.php:247
166
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 968)
0.357 ms 1 /classes/Product.php:3860
431
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 983 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 983 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1430
465
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1217) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
320
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 684
ORDER BY f.position ASC
0.356 ms 2 Yes /classes/Product.php:6032
545
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.356 ms 1 /classes/Product.php:5670
515
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1443) AND (b.`id_shop` = 1) LIMIT 1
0.355 ms 1 /src/Adapter/EntityMapper.php:71
50
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_url` a0
0.354 ms 1 /classes/PrestaShopCollection.php:383
351
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1389
ORDER BY f.position ASC
0.354 ms 2 Yes /classes/Product.php:6032
471
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1217 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1217 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.354 ms 0 /classes/Cart.php:1430
126
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 31 LIMIT 1
0.354 ms 1 /classes/Category.php:1378
228
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 459) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
298
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1604
ORDER BY f.position ASC
0.353 ms 2 Yes /classes/Product.php:6032
505
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1505) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
207
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1642) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
455
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1391) AND (b.`id_shop` = 1) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
185
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.352 ms 1 /classes/Product.php:5670
543
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1593
ORDER BY f.position ASC
0.352 ms 2 Yes /classes/Product.php:6032
405
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1390) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
109
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 907 AND `id_group` = 1 LIMIT 1
0.351 ms 0 /classes/GroupReduction.php:156
138
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.351 ms 1 /classes/Product.php:5670
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.351 ms 1 /classes/stock/StockAvailable.php:453
190
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 721 AND `id_group` = 1 LIMIT 1
0.351 ms 0 /classes/GroupReduction.php:156
108
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 907 AND id_shop=1 LIMIT 1
0.350 ms 1 /classes/Product.php:6887
255
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 `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1045 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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` = 1045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.349 ms 0 /classes/Cart.php:1430
435
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 734) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
130
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1471 LIMIT 1
0.348 ms 1 /classes/SpecificPrice.php:435
98
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1031 AND id_shop=1 LIMIT 1
0.347 ms 1 /classes/Product.php:6887
187
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 721 LIMIT 1
0.347 ms 1 /classes/SpecificPrice.php:435
238
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1643) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
278
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 918
ORDER BY f.position ASC
0.346 ms 2 Yes /classes/Product.php:6032
412
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1390
ORDER BY f.position ASC
0.346 ms 2 Yes /classes/Product.php:6032
371
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 733
ORDER BY f.position ASC
0.345 ms 2 Yes /classes/Product.php:6032
381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1608
ORDER BY f.position ASC
0.345 ms 2 Yes /classes/Product.php:6032
291
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1604) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
482
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1085
ORDER BY f.position ASC
0.344 ms 2 Yes /classes/Product.php:6032
121
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 157 AND `id_group` = 1 LIMIT 1
0.343 ms 0 /classes/GroupReduction.php:156
522
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1443
ORDER BY f.position ASC
0.343 ms 2 Yes /classes/Product.php:6032
590
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1638 AND `id_group` = 1 LIMIT 1
0.343 ms 0 /classes/GroupReduction.php:156
402
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1408
ORDER BY f.position ASC
0.343 ms 3 Yes /classes/Product.php:6032
191
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 721) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.342 ms 1 /classes/stock/StockAvailable.php:453
287
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 801 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 801 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1430
169
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 968) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:453
462
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1391
ORDER BY f.position ASC
0.340 ms 2 Yes /classes/Product.php:6032
149
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 6 LIMIT 1
0.339 ms 1 /classes/Category.php:1378
310
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1388
ORDER BY f.position ASC
0.339 ms 2 Yes /classes/Product.php:6032
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1378) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.338 ms 1 /classes/stock/StockAvailable.php:453
164
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.338 ms 1 /classes/Manufacturer.php:316
589
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1638 AND id_shop=1 LIMIT 1
0.338 ms 1 /classes/Product.php:6887
249
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1045) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
152
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1
0.337 ms 1 /classes/Manufacturer.php:316
675
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.337 ms 1 /classes/module/Module.php:2137
181
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 540) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.336 ms 1 /classes/stock/StockAvailable.php:453
256
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1045
ORDER BY f.position ASC
0.336 ms 2 Yes /classes/Product.php:6032
88
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 196 AND `id_group` = 1 LIMIT 1
0.336 ms 0 /classes/GroupReduction.php:156
131
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1471)
0.336 ms 1 /classes/Product.php:3860
475
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1085) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1503)
0.334 ms 1 /classes/Product.php:3860
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.333 ms 1 /classes/stock/StockAvailable.php:453
154
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1378)
0.332 ms 1 /classes/Product.php:3860
188
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 721)
0.331 ms 1 /classes/Product.php:3860
245
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1643
ORDER BY f.position ASC
0.331 ms 1 Yes /classes/Product.php:6032
472
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1217
ORDER BY f.position ASC
0.331 ms 3 Yes /classes/Product.php:6032
153
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1378 LIMIT 1
0.330 ms 1 /classes/SpecificPrice.php:435
193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 721
ORDER BY f.position ASC
0.329 ms 2 Yes /classes/Product.php:6032
655
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 6 LIMIT 1
0.329 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
218
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 969) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
127
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.327 ms 1 /classes/Product.php:5670
288
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 801
ORDER BY f.position ASC
0.327 ms 2 Yes /classes/Product.php:6032
445
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1617) AND (b.`id_shop` = 1) LIMIT 1
0.327 ms 1 /src/Adapter/EntityMapper.php:71
656
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 14 LIMIT 1
0.327 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
313
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 684) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1031 AND `id_group` = 1 LIMIT 1
0.326 ms 0 /classes/GroupReduction.php:156
167
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 968 AND id_shop=1 LIMIT 1
0.325 ms 1 /classes/Product.php:6887
168
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 968 AND `id_group` = 1 LIMIT 1
0.325 ms 0 /classes/GroupReduction.php:156
179
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 540 AND id_shop=1 LIMIT 1
0.325 ms 1 /classes/Product.php:6887
203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 543
ORDER BY f.position ASC
0.325 ms 2 Yes /classes/Product.php:6032
214
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1642
ORDER BY f.position ASC
0.325 ms 1 Yes /classes/Product.php:6032
271
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 918) AND (b.`id_shop` = 1) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
260
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 492) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
281
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 801) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
432
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 983
ORDER BY f.position ASC
0.322 ms 2 Yes /classes/Product.php:6032
302
SELECT SQL_NO_CACHE *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `lpdy_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1388) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
150
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
0.316 ms 1 /classes/Product.php:5670
129
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1
0.315 ms 1 /classes/Manufacturer.php:316
267
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM lpdy_feature_product pf
LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN lpdy_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 492
ORDER BY f.position ASC
0.315 ms 2 Yes /classes/Product.php:6032
362
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 733
AND image_shop.`cover` = 1 LIMIT 1
0.315 ms 1 /classes/Product.php:3570
141
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1503 LIMIT 1
0.314 ms 1 /classes/SpecificPrice.php:435
352
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1253
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
155
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1378 AND id_shop=1 LIMIT 1
0.309 ms 1 /classes/Product.php:6887
176
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.309 ms 1 /classes/Manufacturer.php:316
177
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 540 LIMIT 1
0.309 ms 1 /classes/SpecificPrice.php:435
140
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.308 ms 1 /classes/Manufacturer.php:316
189
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 721 AND id_shop=1 LIMIT 1
0.308 ms 1 /classes/Product.php:6887
463
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1217
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 289
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
226
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 459
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
332
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1607
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1503 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6887
144
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1503 AND `id_group` = 1 LIMIT 1
0.302 ms 0 /classes/GroupReduction.php:156
132
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1471 AND id_shop=1 LIMIT 1
0.302 ms 1 /classes/Product.php:6887
533
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1593
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
156
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1378 AND `id_group` = 1 LIMIT 1
0.297 ms 0 /classes/GroupReduction.php:156
321
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1621
AND image_shop.`cover` = 1 LIMIT 1
0.297 ms 1 /classes/Product.php:3570
180
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 540 AND `id_group` = 1 LIMIT 1
0.296 ms 0 /classes/GroupReduction.php:156
375
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1608 LIMIT 1
0.295 ms 1 /classes/SpecificPrice.php:435
493
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 740
AND image_shop.`cover` = 1 LIMIT 1
0.295 ms 2 /classes/Product.php:3570
236
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1643
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
133
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1471 AND `id_group` = 1 LIMIT 1
0.292 ms 0 /classes/GroupReduction.php:156
382
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1504
AND image_shop.`cover` = 1 LIMIT 1
0.290 ms 1 /classes/Product.php:3570
513
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1443
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
204
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1642
AND image_shop.`cover` = 1 LIMIT 1
0.288 ms 1 /classes/Product.php:3570
246
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1045
AND image_shop.`cover` = 1 LIMIT 1
0.287 ms 1 /classes/Product.php:3570
268
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 918
AND image_shop.`cover` = 1 LIMIT 1
0.285 ms 1 /classes/Product.php:3570
323
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 57 LIMIT 1
0.284 ms 1 /classes/Product.php:5670
342
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1389
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
392
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1408
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
503
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1505
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
403
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1390
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
483
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 735
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
215
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 969
AND image_shop.`cover` = 1 LIMIT 1
0.283 ms 1 /classes/Product.php:3570
230
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 459)
0.283 ms 1 /classes/Product.php:3860
194
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 543
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
423
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 983
AND image_shop.`cover` = 1 LIMIT 1
0.281 ms 1 /classes/Product.php:3570
443
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1617
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
413
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1046
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
447
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1617)
0.276 ms 1 /classes/Product.php:3860
523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 741
AND image_shop.`cover` = 1 LIMIT 1
0.276 ms 1 /classes/Product.php:3570
359
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1253) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.276 ms 1 /classes/stock/StockAvailable.php:453
311
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 684
AND image_shop.`cover` = 1 LIMIT 1
0.274 ms 1 /classes/Product.php:3570
414
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.274 ms 1 /classes/Product.php:5670
530
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 741) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.274 ms 1 /classes/stock/StockAvailable.php:453
386
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1504)
0.272 ms 1 /classes/Product.php:3860
345
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1389 LIMIT 1
0.271 ms 1 /classes/SpecificPrice.php:435
473
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1085
AND image_shop.`cover` = 1 LIMIT 1
0.270 ms 1 /classes/Product.php:3570
416
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1046 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
250
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1045 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
372
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1608
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1617) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
279
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 801
AND image_shop.`cover` = 1 LIMIT 1
0.267 ms 1 /classes/Product.php:3570
466
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1217 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1608 AND id_shop=1 LIMIT 1
0.266 ms 1 /classes/Product.php:6887
527
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 741)
0.266 ms 1 /classes/Product.php:3860
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:453
385
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1504 LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:435
433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 734
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 1 /classes/Product.php:3570
496
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 740 LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:435
453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1391
AND image_shop.`cover` = 1 LIMIT 1
0.262 ms 1 /classes/Product.php:3570
223
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
329
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1621) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
424
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.261 ms 1 /classes/Product.php:5670
369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 733) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:453
467
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1217)
0.260 ms 1 /classes/Product.php:3860
538
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1593)
0.260 ms 1 /classes/Product.php:3860
376
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1608)
0.259 ms 1 /classes/Product.php:3860
365
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 733 LIMIT 1
0.259 ms 1 /classes/SpecificPrice.php:435
308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
349
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1389) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
436
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 734 LIMIT 1
0.258 ms 1 /classes/SpecificPrice.php:435
205
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 46 LIMIT 1
0.257 ms 1 /classes/Category.php:1378
299
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1388
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
407
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1390)
0.257 ms 1 /classes/Product.php:3860
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 734) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:453
499
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 740 AND `id_group` = 1 LIMIT 1
0.257 ms 0 /classes/GroupReduction.php:156
346
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1389)
0.256 ms 1 /classes/Product.php:3860
219
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 969 LIMIT 1
0.255 ms 1 /classes/SpecificPrice.php:435
318
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 684) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1504) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
509
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1505 AND `id_group` = 1 LIMIT 1
0.255 ms 0 /classes/GroupReduction.php:156
356
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1253)
0.254 ms 1 /classes/Product.php:3860
212
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1642) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.254 ms 1 /classes/stock/StockAvailable.php:453
397
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1408)
0.254 ms 1 /classes/Product.php:3860
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 918) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.253 ms 1 /classes/stock/StockAvailable.php:453
198
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 543)
0.252 ms 1 /classes/Product.php:3860
220
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 969)
0.252 ms 1 /classes/Product.php:3860
229
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 459 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:435
237
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.252 ms 1 /classes/Product.php:5670
257
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 492
AND image_shop.`cover` = 1 LIMIT 1
0.252 ms 1 /classes/Product.php:3570
336
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1607)
0.252 ms 1 /classes/Product.php:3860
417
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1046)
0.252 ms 1 /classes/Product.php:3860
427
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 983)
0.252 ms 1 /classes/Product.php:3860
289
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `lpdy_image` i
INNER JOIN lpdy_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1604
AND image_shop.`cover` = 1 LIMIT 1
0.251 ms 1 /classes/Product.php:3570
497
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 740)
0.251 ms 1 /classes/Product.php:3860
325
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1621 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
322
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 57 LIMIT 1
0.249 ms 1 /classes/Category.php:1378
457
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1391)
0.249 ms 1 /classes/Product.php:3860
197
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 543 LIMIT 1
0.249 ms 1 /classes/SpecificPrice.php:435
537
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1593 LIMIT 1
0.248 ms 1 /classes/SpecificPrice.php:435
209
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1642)
0.247 ms 1 /classes/Product.php:3860
366
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 733)
0.247 ms 1 /classes/Product.php:3860
456
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1391 LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:435
251
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1045)
0.246 ms 1 /classes/Product.php:3860
326
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1621)
0.246 ms 1 /classes/Product.php:3860
353
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.246 ms 1 /classes/Product.php:5670
400
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1408) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:453
233
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 459) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
460
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1391) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1046) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
437
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 734)
0.244 ms 1 /classes/Product.php:3860
393
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 24 LIMIT 1
0.244 ms 1 /classes/Category.php:1378
201
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 543) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
335
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1607 LIMIT 1
0.243 ms 1 /classes/SpecificPrice.php:435
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1607) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:453
343
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.243 ms 1 /classes/Product.php:5670
396
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1408 LIMIT 1
0.243 ms 1 /classes/SpecificPrice.php:435
476
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1085 LIMIT 1
0.243 ms 1 /classes/SpecificPrice.php:435
217
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.242 ms 1 /classes/Product.php:5670
398
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1408 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6887
434
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.242 ms 1 /classes/Product.php:5670
516
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1443 LIMIT 1
0.242 ms 1 /classes/SpecificPrice.php:435
517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1443)
0.242 ms 1 /classes/Product.php:3860
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1389 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6887
484
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.241 ms 1 /classes/Product.php:5670
333
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
0.241 ms 1 /classes/Product.php:5670
507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1505)
0.240 ms 1 /classes/Product.php:3860
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1643) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
363
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.239 ms 1 /classes/Product.php:5670
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 983) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
449
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1617 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
524
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.239 ms 1 /classes/Product.php:5670
383
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.239 ms 1 /classes/Product.php:5670
487
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 735)
0.239 ms 1 /classes/Product.php:3860
210
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1642 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6887
378
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1608 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
404
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.238 ms 1 /classes/Product.php:5670
534
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 30 LIMIT 1
0.237 ms 1 /classes/Category.php:1378
305
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1388)
0.237 ms 1 /classes/Product.php:3860
355
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1253 LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:435
410
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:453
498
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 740 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6887
529
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 741 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
358
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1253 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
240
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1643)
0.235 ms 1 /classes/Product.php:3860
317
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 684 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
539
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1593 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6887
239
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1643 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:435
348
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1389 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1504 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6887
426
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 983 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:435
464
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.235 ms 1 /classes/Product.php:5670
477
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1085)
0.235 ms 1 /classes/Product.php:3860
211
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1642 AND `id_group` = 1 LIMIT 1
0.234 ms 0 /classes/GroupReduction.php:156
337
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1607 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6887
379
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1608) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.234 ms 1 /classes/stock/StockAvailable.php:453
394
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 24 LIMIT 1
0.234 ms 1 /classes/Product.php:5670
296
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1604) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
315
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 684)
0.233 ms 1 /classes/Product.php:3860
208
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1642 LIMIT 1
0.232 ms 1 /classes/SpecificPrice.php:435
216
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 8 LIMIT 1
0.232 ms 1 /classes/Category.php:1378
262
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 492)
0.232 ms 1 /classes/Product.php:3860
273
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 918)
0.232 ms 1 /classes/Product.php:3860
486
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 735 LIMIT 1
0.232 ms 1 /classes/SpecificPrice.php:435
494
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.232 ms 1 /classes/Product.php:5670
528
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 741 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6887
247
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 18 LIMIT 1
0.231 ms 1 /classes/Category.php:1378
357
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1253 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6887
373
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
0.231 ms 1 /classes/Product.php:5670
439
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 734 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
480
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1085) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
200
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 543 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
418
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1046 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6887
290
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
0.230 ms 1 /classes/Product.php:5670
327
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1621 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6887
241
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1643 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6887
306
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1388 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6887
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 734 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6887
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
535
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 30 LIMIT 1
0.229 ms 1 /classes/Product.php:5670
293
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 1604)
0.229 ms 1 /classes/Product.php:3860
474
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.229 ms 1 /classes/Product.php:5670
541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1593) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
261
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 492 LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:435
454
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.228 ms 1 /classes/Product.php:5670
399
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1408 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
248
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.227 ms 1 /classes/Product.php:5670
295
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1604 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
406
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1390 LIMIT 1
0.227 ms 1 /classes/SpecificPrice.php:435
446
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1617 LIMIT 1
0.227 ms 1 /classes/SpecificPrice.php:435
488
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 735 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6887
314
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 684 LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:435
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
470
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1217) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
490
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 735) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
504
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.225 ms 1 /classes/Product.php:5670
508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1505 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6887
252
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1045 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
280
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.224 ms 1 /classes/Product.php:5670
283
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 801)
0.224 ms 1 /classes/Product.php:3860
468
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1217 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
231
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 459 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 684 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
506
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1505 LIMIT 1
0.223 ms 1 /classes/SpecificPrice.php:435
520
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:453
227
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.222 ms 1 /classes/Product.php:5670
479
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1085 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
199
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 543 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6887
292
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1604 LIMIT 1
0.221 ms 1 /classes/SpecificPrice.php:435
258
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 56 LIMIT 1
0.220 ms 1 /classes/Category.php:1378
367
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 733 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6887
388
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1504 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
514
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.220 ms 1 /classes/Product.php:5670
269
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 22 LIMIT 1
0.220 ms 1 /classes/Category.php:1378
206
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1
0.219 ms 1 /classes/Product.php:5670
272
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 918 LIMIT 1
0.219 ms 1 /classes/SpecificPrice.php:435
263
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 492 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6887
428
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 983 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6887
307
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1388 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
328
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1621 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
408
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1390 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6887
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1617 AND id_shop=1 LIMIT 1
0.217 ms 1 /classes/Product.php:6887
429
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 983 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
518
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1443 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6887
242
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1643 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:156
294
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1604 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6887
312
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.215 ms 1 /classes/Product.php:5670
458
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1391 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6887
195
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.214 ms 1 /classes/Product.php:5670
264
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 492 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
478
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1085 AND id_shop=1 LIMIT 1
0.214 ms 1 /classes/Product.php:6887
469
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1217 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
303
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 21
AND `active` = 1 LIMIT 1
0.213 ms 1 /classes/Manufacturer.php:316
338
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1607 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
409
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1390 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
459
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1391 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
489
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 735 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
221
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 969 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6887
444
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 6 LIMIT 1
0.212 ms 1 /classes/Product.php:5670
419
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1046 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
282
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 801 LIMIT 1
0.210 ms 1 /classes/SpecificPrice.php:435
286
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 801) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
368
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 733 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:156
270
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.209 ms 1 /classes/Product.php:5670
300
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `lpdy_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 55 LIMIT 1
0.208 ms 1 /classes/Category.php:1378
304
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1388 LIMIT 1
0.208 ms 1 /classes/SpecificPrice.php:435
519
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1443 AND `id_group` = 1 LIMIT 1
0.208 ms 0 /classes/GroupReduction.php:156
259
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 56 LIMIT 1
0.205 ms 1 /classes/Product.php:5670
274
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 918 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6887
301
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 55 LIMIT 1
0.203 ms 1 /classes/Product.php:5670
232
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 459 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
222
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 969 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 801 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6887
275
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 918 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:156
540
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1593 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:156
285
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 801 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
253
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1045 AND `id_group` = 1 LIMIT 1
0.194 ms 0 /classes/GroupReduction.php:156

Doubles

51 queries
SELECT XX FROM `lpdy_specific_price` WHERE id_product = XX LIMIT XX
50 queries
SELECT image_shop.`id_image`
                    FROM `lpdy_image` i
                     INNER JOIN lpdy_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
50 queries
SELECT name FROM lpdy_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
50 queries
SELECT *
FROM `lpdy_product` a
LEFT JOIN `lpdy_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `lpdy_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
50 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
XX as id_product_attribute
FROM `lpdy_product` p
INNER JOIN `lpdy_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
50 queries
                            SELECT `id_tax_rules_group`
                            FROM `lpdy_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
50 queries
			SELECT `reduction`
			FROM `lpdy_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
50 queries
SELECT SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
50 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 `lpdy_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 `lpdy_cart_product` cp JOIN `lpdy_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `lpdy_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
50 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM lpdy_feature_product pf
                LEFT JOIN lpdy_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN lpdy_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN lpdy_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN lpdy_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
50 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `lpdy_image` i
             INNER JOIN lpdy_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `lpdy_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
50 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, XX)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `lpdy_product_attribute` pa
             INNER JOIN lpdy_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN lpdy_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
            JOIN `lpdy_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `lpdy_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `lpdy_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `lpdy_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
38 queries
SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
			FROM `lpdy_category` c
			LEFT JOIN `lpdy_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN lpdy_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			AND `active` = XX
			GROUP BY c.`id_category`
			ORDER BY category_shop.`position` ASC
16 queries
			SELECT cl.`link_rewrite`
			FROM `lpdy_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
12 queries
SELECT `id_module` FROM `lpdy_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
10 queries
				SELECT `name`
				FROM `lpdy_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
9 queries
SELECT bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
                    WHERE carrier_id = XX LIMIT XX
3 queries
SELECT *
FROM `lpdy_category` a
LEFT JOIN `lpdy_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `lpdy_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 `need_identification_number`
			FROM `lpdy_country`
			WHERE `id_country` = XX LIMIT XX
3 queries
				SELECT tr.*
				FROM `lpdy_tax_rule` tr
				JOIN `lpdy_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `lpdy_module` m
                LEFT JOIN `lpdy_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `lpdy_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `lpdy_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `lpdy_shop_url` aXX
2 queries
SELECT XX FROM `lpdy_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX

Tables stress

152 product
152 product_shop
111 category_lang
102 stock_available
101 cart_product
100 image
100 image_shop
51 product_attribute
51 product_attribute_combination
51 product_lang
51 specific_price
51 feature_product
51 feature_lang
51 feature_value_lang
51 feature
50 product_group_reduction_cache
50 pack
50 feature_shop
50 image_lang
50 product_attribute_shop
50 attribute
50 attribute_lang
50 attribute_group
46 category
46 category_shop
16 module
15 module_shop
10 manufacturer
9 carrierpostcoderestriction
7 hook
6 shop_url
5 lang
5 country
5 currency
4 shop
4 lang_shop
4 currency_shop
4 cart_rule
3 hook_alias
3 group
3 category_group
3 category_product
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group_shop
2 image_type
2 cart_rule_lang
1 configuration_lang
1 meta
1 meta_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 layered_category
1 product_sale
1 layered_filter_block
1 tax
1 tax_lang
1 feature_flag
1 feature_value
1 carrier
1 carrier_lang
1 carrier_zone
1 carrier_shop
1 connections
1 page_type
1 page
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 150 /classes/Link.php:113 (__construct) [id: 1003]
/classes/Link.php:113 (__construct) [id: 196]
/classes/Link.php:113 (__construct) [id: 1031]
/classes/Link.php:113 (__construct) [id: 907]
/classes/Link.php:113 (__construct) [id: 157]
/classes/Link.php:113 (__construct) [id: 1471]
/classes/Link.php:113 (__construct) [id: 1503]
/classes/Link.php:113 (__construct) [id: 1378]
/classes/Link.php:113 (__construct) [id: 968]
/classes/Link.php:113 (__construct) [id: 540]
/classes/Link.php:113 (__construct) [id: 721]
/classes/Link.php:113 (__construct) [id: 543]
/classes/Link.php:113 (__construct) [id: 1642]
/classes/Link.php:113 (__construct) [id: 969]
/classes/Link.php:113 (__construct) [id: 459]
/classes/Link.php:113 (__construct) [id: 1643]
/classes/Link.php:113 (__construct) [id: 1045]
/classes/Link.php:113 (__construct) [id: 492]
/classes/Link.php:113 (__construct) [id: 918]
/classes/Link.php:113 (__construct) [id: 801]
/classes/Link.php:113 (__construct) [id: 1604]
/classes/Link.php:113 (__construct) [id: 1388]
/classes/Link.php:113 (__construct) [id: 684]
/classes/Link.php:113 (__construct) [id: 1621]
/classes/Link.php:113 (__construct) [id: 1607]
/classes/Link.php:113 (__construct) [id: 1389]
/classes/Link.php:113 (__construct) [id: 1253]
/classes/Link.php:113 (__construct) [id: 733]
/classes/Link.php:113 (__construct) [id: 1608]
/classes/Link.php:113 (__construct) [id: 1504]
/classes/Link.php:113 (__construct) [id: 1408]
/classes/Link.php:113 (__construct) [id: 1390]
/classes/Link.php:113 (__construct) [id: 1046]
/classes/Link.php:113 (__construct) [id: 983]
/classes/Link.php:113 (__construct) [id: 734]
/classes/Link.php:113 (__construct) [id: 1617]
/classes/Link.php:113 (__construct) [id: 1391]
/classes/Link.php:113 (__construct) [id: 1217]
/classes/Link.php:113 (__construct) [id: 1085]
/classes/Link.php:113 (__construct) [id: 735]
/classes/Link.php:113 (__construct) [id: 740]
/classes/Link.php:113 (__construct) [id: 1505]
/classes/Link.php:113 (__construct) [id: 1443]
/classes/Link.php:113 (__construct) [id: 741]
/classes/Link.php:113 (__construct) [id: 1593]
/classes/Link.php:113 (__construct) [id: 289]
/classes/Link.php:113 (__construct) [id: 1602]
/classes/Link.php:113 (__construct) [id: 1508]
/classes/Link.php:113 (__construct) [id: 1507]
/classes/Link.php:113 (__construct) [id: 1638]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1003]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 196]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1031]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 907]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 157]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1471]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1503]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1378]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 968]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 540]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 721]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 543]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1642]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 969]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 459]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1643]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1045]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 492]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 918]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 801]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1604]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1388]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 684]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1621]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1607]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1389]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1253]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 733]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1608]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1504]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1408]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1390]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1046]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 983]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 734]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1617]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1391]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1217]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1085]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 735]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 740]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1505]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1443]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 741]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1593]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 289]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1602]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1508]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1507]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1638]
/classes/Link.php:113 (__construct) [id: 1003]
/classes/Link.php:113 (__construct) [id: 196]
/classes/Link.php:113 (__construct) [id: 1031]
/classes/Link.php:113 (__construct) [id: 907]
/classes/Link.php:113 (__construct) [id: 157]
/classes/Link.php:113 (__construct) [id: 1471]
/classes/Link.php:113 (__construct) [id: 1503]
/classes/Link.php:113 (__construct) [id: 1378]
/classes/Link.php:113 (__construct) [id: 968]
/classes/Link.php:113 (__construct) [id: 540]
/classes/Link.php:113 (__construct) [id: 721]
/classes/Link.php:113 (__construct) [id: 543]
/classes/Link.php:113 (__construct) [id: 1642]
/classes/Link.php:113 (__construct) [id: 969]
/classes/Link.php:113 (__construct) [id: 459]
/classes/Link.php:113 (__construct) [id: 1643]
/classes/Link.php:113 (__construct) [id: 1045]
/classes/Link.php:113 (__construct) [id: 492]
/classes/Link.php:113 (__construct) [id: 918]
/classes/Link.php:113 (__construct) [id: 801]
/classes/Link.php:113 (__construct) [id: 1604]
/classes/Link.php:113 (__construct) [id: 1388]
/classes/Link.php:113 (__construct) [id: 684]
/classes/Link.php:113 (__construct) [id: 1621]
/classes/Link.php:113 (__construct) [id: 1607]
/classes/Link.php:113 (__construct) [id: 1389]
/classes/Link.php:113 (__construct) [id: 1253]
/classes/Link.php:113 (__construct) [id: 733]
/classes/Link.php:113 (__construct) [id: 1608]
/classes/Link.php:113 (__construct) [id: 1504]
/classes/Link.php:113 (__construct) [id: 1408]
/classes/Link.php:113 (__construct) [id: 1390]
/classes/Link.php:113 (__construct) [id: 1046]
/classes/Link.php:113 (__construct) [id: 983]
/classes/Link.php:113 (__construct) [id: 734]
/classes/Link.php:113 (__construct) [id: 1617]
/classes/Link.php:113 (__construct) [id: 1391]
/classes/Link.php:113 (__construct) [id: 1217]
/classes/Link.php:113 (__construct) [id: 1085]
/classes/Link.php:113 (__construct) [id: 735]
/classes/Link.php:113 (__construct) [id: 740]
/classes/Link.php:113 (__construct) [id: 1505]
/classes/Link.php:113 (__construct) [id: 1443]
/classes/Link.php:113 (__construct) [id: 741]
/classes/Link.php:113 (__construct) [id: 1593]
/classes/Link.php:113 (__construct) [id: 289]
/classes/Link.php:113 (__construct) [id: 1602]
/classes/Link.php:113 (__construct) [id: 1508]
/classes/Link.php:113 (__construct) [id: 1507]
/classes/Link.php:113 (__construct) [id: 1638]
Country 8 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:354 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1769 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
Category 6 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 3]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 128]
/classes/Meta.php:379 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 2]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5975 (__construct) [id: ]
AddressFormat 3 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 3 /classes/controller/FrontController.php:1768 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
ShopUrl 2 /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:561 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:696 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 3]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]
Order 1 /modules/sogecommerce/sogecommerce.php:62 (__construct) [id: 0]
Gender 1 /classes/controller/FrontController.php:1692 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/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/070c7ba0daf00e9ea4a7308df50c7620.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 /src/Adapter/ContainerBuilder.php
236 /src/Adapter/Environment.php
237 /src/Core/EnvironmentInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
247 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
249 /vendor/symfony/contracts/Service/ResetInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
252 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
253 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
255 /vendor/symfony/contracts/Cache/ItemInterface.php
256 /vendor/psr/cache/src/CacheItemInterface.php
257 /vendor/psr/cache/src/CacheItemPoolInterface.php
258 /vendor/symfony/contracts/Cache/CacheInterface.php
259 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
260 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
261 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
262 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
263 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
264 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
265 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
266 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
269 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
323 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
327 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
328 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
329 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
330 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
331 /var/cache/dev/FrontContainer.php
332 /src/Adapter/Container/LegacyContainer.php
333 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
334 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
335 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
336 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
337 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
338 /vendor/psr/container/src/ContainerExceptionInterface.php
339 /vendor/psr/container/src/NotFoundExceptionInterface.php
340 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
342 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
343 /src/Adapter/Container/LegacyContainerInterface.php
344 /modules/ps_mainmenu/vendor/autoload.php
345 /modules/ps_mainmenu/vendor/composer/autoload_real.php
346 /modules/ps_mainmenu/vendor/composer/platform_check.php
347 /modules/ps_mainmenu/vendor/composer/autoload_static.php
348 /modules/ps_imageslider/vendor/autoload.php
349 /modules/ps_imageslider/vendor/composer/autoload_real.php
350 /modules/ps_imageslider/vendor/composer/platform_check.php
351 /modules/ps_imageslider/vendor/composer/autoload_static.php
352 /modules/ps_customtext/vendor/autoload.php
353 /modules/ps_customtext/vendor/composer/autoload_real.php
354 /modules/ps_customtext/vendor/composer/platform_check.php
355 /modules/ps_customtext/vendor/composer/autoload_static.php
356 /modules/ps_emailsubscription/vendor/autoload.php
357 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
358 /modules/ps_emailsubscription/vendor/composer/platform_check.php
359 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
360 /modules/ps_socialfollow/vendor/autoload.php
361 /modules/ps_socialfollow/vendor/composer/autoload_real.php
362 /modules/ps_socialfollow/vendor/composer/platform_check.php
363 /modules/ps_socialfollow/vendor/composer/autoload_static.php
364 /modules/productcomments/vendor/autoload.php
365 /modules/productcomments/vendor/composer/autoload_real.php
366 /modules/productcomments/vendor/composer/platform_check.php
367 /modules/productcomments/vendor/composer/autoload_static.php
368 /modules/ps_categorytree/vendor/autoload.php
369 /modules/ps_categorytree/vendor/composer/autoload_real.php
370 /modules/ps_categorytree/vendor/composer/platform_check.php
371 /modules/ps_categorytree/vendor/composer/autoload_static.php
372 /modules/ps_facetedsearch/vendor/autoload.php
373 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
374 /modules/ps_facetedsearch/vendor/composer/platform_check.php
375 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
376 /modules/ps_faviconnotificationbo/vendor/autoload.php
377 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
378 /modules/ps_faviconnotificationbo/vendor/composer/platform_check.php
379 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
380 /modules/ps_brandlist/vendor/autoload.php
381 /modules/ps_brandlist/vendor/composer/autoload_real.php
382 /modules/ps_brandlist/vendor/composer/platform_check.php
383 /modules/ps_brandlist/vendor/composer/autoload_static.php
384 /modules/ps_supplierlist/vendor/autoload.php
385 /modules/ps_supplierlist/vendor/composer/autoload_real.php
386 /modules/ps_supplierlist/vendor/composer/platform_check.php
387 /modules/ps_supplierlist/vendor/composer/autoload_static.php
388 /modules/statsstock/vendor/autoload.php
389 /modules/statsstock/vendor/composer/autoload_real.php
390 /modules/statsstock/vendor/composer/platform_check.php
391 /modules/statsstock/vendor/composer/autoload_static.php
392 /modules/statsbestcategories/vendor/autoload.php
393 /modules/statsbestcategories/vendor/composer/autoload_real.php
394 /modules/statsbestcategories/vendor/composer/platform_check.php
395 /modules/statsbestcategories/vendor/composer/autoload_static.php
396 /modules/statsbestcustomers/vendor/autoload.php
397 /modules/statsbestcustomers/vendor/composer/autoload_real.php
398 /modules/statsbestcustomers/vendor/composer/platform_check.php
399 /modules/statsbestcustomers/vendor/composer/autoload_static.php
400 /modules/statsbestmanufacturers/vendor/autoload.php
401 /modules/statsbestmanufacturers/vendor/composer/autoload_real.php
402 /modules/statsbestmanufacturers/vendor/composer/platform_check.php
403 /modules/statsbestmanufacturers/vendor/composer/autoload_static.php
404 /modules/statsbestsuppliers/vendor/autoload.php
405 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
406 /modules/statsbestsuppliers/vendor/composer/platform_check.php
407 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
408 /modules/statsbestvouchers/vendor/autoload.php
409 /modules/statsbestvouchers/vendor/composer/autoload_real.php
410 /modules/statsbestvouchers/vendor/composer/platform_check.php
411 /modules/statsbestvouchers/vendor/composer/autoload_static.php
412 /modules/statsbestproducts/vendor/autoload.php
413 /modules/statsbestproducts/vendor/composer/autoload_real.php
414 /modules/statsbestproducts/vendor/composer/platform_check.php
415 /modules/statsbestproducts/vendor/composer/autoload_static.php
416 /modules/statscarrier/vendor/autoload.php
417 /modules/statscarrier/vendor/composer/autoload_real.php
418 /modules/statscarrier/vendor/composer/platform_check.php
419 /modules/statscarrier/vendor/composer/autoload_static.php
420 /modules/statscheckup/vendor/autoload.php
421 /modules/statscheckup/vendor/composer/autoload_real.php
422 /modules/statscheckup/vendor/composer/platform_check.php
423 /modules/statscheckup/vendor/composer/autoload_static.php
424 /modules/statscatalog/vendor/autoload.php
425 /modules/statscatalog/vendor/composer/autoload_real.php
426 /modules/statscatalog/vendor/composer/platform_check.php
427 /modules/statscatalog/vendor/composer/autoload_static.php
428 /modules/statsregistrations/vendor/autoload.php
429 /modules/statsregistrations/vendor/composer/autoload_real.php
430 /modules/statsregistrations/vendor/composer/platform_check.php
431 /modules/statsregistrations/vendor/composer/autoload_static.php
432 /modules/dashproducts/vendor/autoload.php
433 /modules/dashproducts/vendor/composer/autoload_real.php
434 /modules/dashproducts/vendor/composer/platform_check.php
435 /modules/dashproducts/vendor/composer/autoload_static.php
436 /modules/ps_distributionapiclient/vendor/autoload.php
437 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
438 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
439 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
440 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
441 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
442 /modules/ps_googleanalytics/vendor/autoload.php
443 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
444 /modules/ps_googleanalytics/vendor/composer/platform_check.php
445 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
446 /modules/gsitemap/vendor/autoload.php
447 /modules/gsitemap/vendor/composer/autoload_real.php
448 /modules/gsitemap/vendor/composer/platform_check.php
449 /modules/gsitemap/vendor/composer/autoload_static.php
450 /modules/statsnewsletter/vendor/autoload.php
451 /modules/statsnewsletter/vendor/composer/autoload_real.php
452 /modules/statsnewsletter/vendor/composer/platform_check.php
453 /modules/statsnewsletter/vendor/composer/autoload_static.php
454 /modules/pagesnotfound/vendor/autoload.php
455 /modules/pagesnotfound/vendor/composer/autoload_real.php
456 /modules/pagesnotfound/vendor/composer/platform_check.php
457 /modules/pagesnotfound/vendor/composer/autoload_static.php
458 /modules/statsproduct/vendor/autoload.php
459 /modules/statsproduct/vendor/composer/autoload_real.php
460 /modules/statsproduct/vendor/composer/platform_check.php
461 /modules/statsproduct/vendor/composer/autoload_static.php
462 /modules/statspersonalinfos/vendor/autoload.php
463 /modules/statspersonalinfos/vendor/composer/autoload_real.php
464 /modules/statspersonalinfos/vendor/composer/platform_check.php
465 /modules/statspersonalinfos/vendor/composer/autoload_static.php
466 /modules/statssales/vendor/autoload.php
467 /modules/statssales/vendor/composer/autoload_real.php
468 /modules/statssales/vendor/composer/platform_check.php
469 /modules/statssales/vendor/composer/autoload_static.php
470 /modules/statssearch/vendor/autoload.php
471 /modules/statssearch/vendor/composer/autoload_real.php
472 /modules/statssearch/vendor/composer/platform_check.php
473 /modules/statssearch/vendor/composer/autoload_static.php
474 /modules/statsforecast/vendor/autoload.php
475 /modules/statsforecast/vendor/composer/autoload_real.php
476 /modules/statsforecast/vendor/composer/platform_check.php
477 /modules/statsforecast/vendor/composer/autoload_static.php
478 /modules/sendinblue/vendor/autoload.php
479 /modules/sendinblue/vendor/composer/autoload_real.php
480 /modules/sendinblue/vendor/composer/platform_check.php
481 /modules/sendinblue/vendor/composer/autoload_static.php
482 /src/Core/Hook/HookModuleFilter.php
483 /src/Core/Hook/HookModuleFilterInterface.php
484 /modules/brandorderdays/brandorderdays.php
485 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
486 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
487 /src/PrestaShopBundle/Translation/TranslatorComponent.php
488 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
489 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
490 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
491 /vendor/symfony/contracts/Translation/TranslatorInterface.php
492 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
493 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
494 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
495 /src/PrestaShopBundle/Translation/TranslatorInterface.php
496 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
497 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
498 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
499 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
500 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
501 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
502 /vendor/symfony/contracts/Translation/TranslatorTrait.php
503 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
504 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
505 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
506 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
507 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
508 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
509 /src/PrestaShopBundle/Translation/DomainNormalizer.php
510 /controllers/front/listing/CategoryController.php
511 /classes/controller/ProductListingFrontController.php
512 /classes/controller/ProductPresentingFrontController.php
513 /classes/controller/FrontController.php
514 /src/Adapter/Presenter/Object/ObjectPresenter.php
515 /src/Adapter/Presenter/PresenterInterface.php
516 /src/Adapter/Presenter/Cart/CartPresenter.php
517 /src/Adapter/Image/ImageRetriever.php
518 /classes/tax/TaxConfiguration.php
519 /classes/Smarty/TemplateFinder.php
520 /classes/assets/StylesheetManager.php
521 /classes/assets/AbstractAssetManager.php
522 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
523 /classes/assets/JavascriptManager.php
524 /classes/assets/CccReducer.php
525 /classes/Category.php
526 /classes/webservice/WebserviceRequest.php
527 /src/Core/Localization/Locale/Repository.php
528 /src/Core/Localization/Locale/RepositoryInterface.php
529 /src/Core/Localization/CLDR/LocaleRepository.php
530 /src/Core/Localization/CLDR/LocaleDataSource.php
531 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
532 /src/Core/Data/Layer/AbstractDataLayer.php
533 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
534 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
535 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
536 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
537 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
538 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
539 /vendor/symfony/contracts/Cache/CacheTrait.php
540 /vendor/psr/cache/src/InvalidArgumentException.php
541 /vendor/psr/cache/src/CacheException.php
542 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
543 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
544 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
545 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
546 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
547 /src/Core/Localization/CLDR/Reader.php
548 /src/Core/Localization/CLDR/ReaderInterface.php
549 /src/Core/Localization/Currency/Repository.php
550 /src/Core/Localization/Currency/RepositoryInterface.php
551 /src/Core/Localization/Currency/CurrencyDataSource.php
552 /src/Core/Localization/Currency/DataSourceInterface.php
553 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
554 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
555 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
556 /src/Adapter/Currency/CurrencyDataProvider.php
557 /src/Core/Currency/CurrencyDataProviderInterface.php
558 /src/Adapter/LegacyContext.php
559 /src/Adapter/Tools.php
560 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
561 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
562 /vendor/prestashop/decimal/src/Operation/Rounding.php
563 /src/Core/Localization/Locale.php
564 /src/Core/Localization/LocaleInterface.php
565 /src/Core/Localization/Specification/Price.php
566 /src/Core/Localization/Specification/Number.php
567 /src/Core/Localization/Specification/NumberInterface.php
568 /src/Core/Localization/Specification/Factory.php
569 /src/Core/Localization/CLDR/LocaleData.php
570 /src/Core/Localization/CLDR/NumberSymbolsData.php
571 /src/Core/Localization/CLDR/CurrencyData.php
572 /src/Core/Localization/CLDR/Locale.php
573 /src/Core/Localization/CLDR/LocaleInterface.php
574 /src/Core/Localization/Specification/NumberSymbolList.php
575 /classes/Currency.php
576 /src/Core/Localization/Currency/LocalizedCurrencyId.php
577 /src/Core/Localization/Currency/CurrencyData.php
578 /src/Core/Localization/Currency/CurrencyCollection.php
579 /src/Core/Localization/Currency.php
580 /src/Core/Localization/CurrencyInterface.php
581 /src/Core/Localization/Specification/NumberCollection.php
582 /src/Core/Localization/Number/Formatter.php
583 /classes/Cart.php
584 /src/Adapter/AddressFactory.php
585 /classes/CartRule.php
586 /classes/Product.php
587 /src/Core/Domain/Product/ValueObject/RedirectType.php
588 /src/Core/Util/DateTime/DateTime.php
589 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
590 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
591 /src/Core/Domain/Product/ValueObject/ProductType.php
592 /src/Core/Domain/Product/ValueObject/Reference.php
593 /src/Core/Domain/Product/ValueObject/Ean13.php
594 /src/Core/Domain/Product/ValueObject/Isbn.php
595 /src/Core/Domain/Product/ValueObject/Upc.php
596 /src/Core/Domain/Product/ProductSettings.php
597 /src/Core/Domain/Shop/ValueObject/ShopId.php
598 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
599 /modules/blockreassurance/blockreassurance.php
600 /src/Core/Module/WidgetInterface.php
601 /classes/Media.php
602 /modules/ps_emailsubscription/ps_emailsubscription.php
603 /modules/ps_socialfollow/ps_socialfollow.php
604 /modules/ps_emailalerts/ps_emailalerts.php
605 /modules/ps_emailalerts/MailAlert.php
606 /modules/blockwishlist/blockwishlist.php
607 /src/Adapter/Presenter/Cart/CartLazyArray.php
608 /src/Adapter/Presenter/AbstractLazyArray.php
609 /src/Adapter/Product/PriceFormatter.php
610 /src/Core/Util/Inflector.php
611 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
612 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
613 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
614 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
615 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
616 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
617 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
618 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
619 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
620 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
621 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
622 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
623 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
631 /classes/Gender.php
632 /classes/Risk.php
633 /classes/Meta.php
634 /classes/Address.php
635 /classes/ImageType.php
636 /classes/State.php
637 /src/Core/Security/PasswordPolicyConfiguration.php
638 /src/Core/Configuration/DataConfigurationInterface.php
639 /src/Core/Security/Hashing.php
640 /src/Core/Filter/FrontEndObject/MainFilter.php
641 /src/Core/Filter/FilterInterface.php
642 /src/Core/Filter/FrontEndObject/CartFilter.php
643 /src/Core/Filter/HashMapWhitelistFilter.php
644 /src/Core/Filter/CollectionFilter.php
645 /src/Core/Filter/FrontEndObject/ProductFilter.php
646 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
647 /src/Core/Filter/FrontEndObject/CustomerFilter.php
648 /src/Core/Filter/FrontEndObject/ShopFilter.php
649 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
650 /modules/ps_shoppingcart/ps_shoppingcart.php
651 /modules/ps_searchbar/ps_searchbar.php
652 /modules/ps_imageslider/ps_imageslider.php
653 /modules/ps_imageslider/Ps_HomeSlide.php
654 /modules/productcomments/productcomments.php
655 /modules/ps_googleanalytics/ps_googleanalytics.php
656 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
657 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
658 /modules/myprestaloyalty/myprestaloyalty.php
659 /classes/Translate.php
660 /modules/myprestaloyalty/translations/fr.php
661 /modules/sogecommerce/sogecommerce.php
662 /modules/sogecommerce/autoload.php
663 /modules/sogecommerce/classes/sdk-autoload.php
664 /classes/PaymentModule.php
665 /modules/sogecommerce/classes/SogecommerceTools.php
666 /modules/sogecommerce/classes/SogecommerceFileLogger.php
667 /classes/log/FileLogger.php
668 /classes/log/AbstractLogger.php
669 /classes/log/PrestaShopLoggerInterface.php
670 /classes/order/Order.php
671 /modules/sogecommerce/translations/fr.php
672 /modules/sendinblue/sendinblue.php
673 /modules/sendinblue/translations/fr.php
674 /modules/sendinblue/services/ConfigService.php
675 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php
676 /modules/accountblock/accountblock.php
677 /modules/weeklyorderschedule/weeklyorderschedule.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 /modules/ps_facetedsearch/src/Product/Search.php
708 /modules/ps_facetedsearch/src/Adapter/MySQL.php
709 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
710 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
711 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
712 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
713 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
714 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
715 /modules/ps_facetedsearch/src/Filters/Products.php
716 /classes/stock/StockAvailable.php
717 /modules/ps_facetedsearch/src/Filters/Block.php
718 /src/Core/Product/Search/FacetCollection.php
719 /classes/ProductAssembler.php
720 /classes/Combination.php
721 /classes/tax/Tax.php
722 /vendor/prestashop/decimal/src/DecimalNumber.php
723 /vendor/prestashop/decimal/src/Builder.php
724 /vendor/prestashop/decimal/src/Operation/Division.php
725 /classes/Manufacturer.php
726 /classes/SpecificPrice.php
727 /classes/tax/TaxManagerFactory.php
728 /classes/tax/TaxRulesTaxManager.php
729 /classes/tax/TaxManagerInterface.php
730 /classes/tax/TaxCalculator.php
731 /classes/GroupReduction.php
732 /src/Core/Localization/CLDR/ComputingPrecision.php
733 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
734 /classes/Pack.php
735 /classes/Feature.php
736 /classes/ProductPresenterFactory.php
737 /src/Adapter/Presenter/Product/ProductListingPresenter.php
738 /src/Adapter/Presenter/Product/ProductPresenter.php
739 /src/Adapter/Product/ProductColorsRetriever.php
740 /src/Adapter/HookManager.php
741 /src/Core/Product/ProductPresentationSettings.php
742 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
743 /src/Adapter/Presenter/Product/ProductLazyArray.php
744 /classes/Image.php
745 /src/Core/Image/ImageFormatConfiguration.php
746 /src/Core/Image/ImageFormatConfigurationInterface.php
747 /classes/FeatureFlag.php
748 /src/Core/FeatureFlag/FeatureFlagSettings.php
749 /vendor/prestashop/decimal/src/Operation/Addition.php
750 /modules/lpdy_frontcustomizations/lpdy_frontcustomizations.php
751 /classes/Smarty/SmartyDevTemplate.php
752 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
753 /var/cache/dev/smarty/compile/child_classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
754 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
755 /vendor/smarty/smarty/libs/plugins/modifier.count.php
756 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
757 /src/Core/Product/Search/Pagination.php
758 /vendor/defuse/php-encryption/src/Crypto.php
759 /vendor/defuse/php-encryption/src/KeyOrPassword.php
760 /vendor/defuse/php-encryption/src/RuntimeTests.php
761 /vendor/defuse/php-encryption/src/DerivedKeys.php
762 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
763 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
764 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/a4/0a/81/a40a81d7247d6d58660f1917e25a0b21be6a2cbc_2.file.category.tpl.php
765 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/9d/20/ef/9d20efe5e8aa564467e60bc50962af59931df387_2.file.product-list.tpl.php
766 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/fb/77/19/fb7719257b7aaaa79ede0a87360c475a96d32ace_2.file.layout-full-width.tpl.php
767 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/df/38/cb/df38cb69ecce2b43b4bc935c5a0a2034e2116723_2.file.layout-both-columns.tpl.php
768 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/66/b9/69/66b969ea2f941ce33dc6786833f6303418e197cc_2.file.helpers.tpl.php
769 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
770 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0c/d2/6b/0cd26bc3af22d02e5290cf2091ab0f9ffbb7feb2_2.file.head.tpl.php
771 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
772 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/0b/e3/91/0be39146d80b380ae58cc4bdf687fa2602b3a3c4_2.file.head-jsonld.tpl.php
773 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/6c/e8/31/6ce8319ef54023f31b2bdabaa1edd114b5ed2fd5_2.file.product-list-jsonld.tpl.php
774 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/5a/32/4e/5a324ee48a3bf2cf21e0b8188600b8241640fbe6_2.file.pagination-seo.tpl.php
775 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
776 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
777 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/37/91/73/3791732fffc07726591289d948e6c95d471c6482_2.file.stylesheets.tpl.php
778 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/c0/55/b5/c055b5d53d670bd13af0877c04413c46fbd67bc1_2.file.javascript.tpl.php
779 /classes/ProductDownload.php
780 /src/Core/Cart/Calculator.php
781 /src/Core/Cart/CartRowCollection.php
782 /src/Core/Cart/Fees.php
783 /src/Core/Cart/AmountImmutable.php
784 /src/Core/Cart/CartRuleCollection.php
785 /src/Core/Cart/CartRuleCalculator.php
786 /src/Adapter/Product/PriceCalculator.php
787 /src/Core/Cart/CartRow.php
788 /classes/Carrier.php
789 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
790 /src/Core/Util/String/StringModifier.php
791 /src/Core/Util/String/StringModifierInterface.php
792 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
793 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/b8/1f/42/b81f42dc0d814b63dc2428453c6df9b43f2717ae_2.file.cookie-consent-banner.tpl.php
794 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/44/25/a4/4425a4a661512a34ecfe28972c24ddc8a4a80623_2.file.preprod-content.tpl.php
795 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/c2/0d/8e/c20d8e599cd808078f33b7b1fa4a4e72ba5c7e41_2.file.product-activation.tpl.php
796 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/e6/39/a1/e639a11d6d459ee4f099954e8e3d7098b02ce078_2.file.header.tpl.php
797 /modules/ps_contactinfo/ps_contactinfo.php
798 /var/cache/dev/smarty/compile/child_classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
799 /modules/ps_languageselector/ps_languageselector.php
800 /modules/ps_currencyselector/ps_currencyselector.php
801 /var/cache/dev/smarty/compile/child_classic/fc/ba/bb/fcbabb22ab0af40a32a3fb85b6b54c8b072176e6_2.file.accountblock.tpl.php
802 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
803 /var/cache/dev/smarty/compile/child_classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
804 /var/cache/dev/smarty/compile/child_classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
805 /modules/ps_mainmenu/ps_mainmenu.php
806 /modules/ps_mainmenu/ps_menutoplinks.class.php
807 /var/cache/dev/smarty/compile/child_classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
808 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/20/4b/9a/204b9ac45be3918433b2cf8001023920952434f8_2.file.notifications.tpl.php
809 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/ab/4e/09/ab4e0988dd1dc6eedaaf55749330f2ea945b13ab_2.file.breadcrumb.tpl.php
810 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
811 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
812 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/99/27/2d/99272d406925a7a0e438541e703a6250bd959ebc_2.file.products-top.tpl.php
813 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/2a/42/5f/2a425fd5aa87dd10e65c46eb43fdb8926cffdc76_2.file.sort-orders.tpl.php
814 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/a6/f5/15/a6f515da4682d220980d131f211790c2da28ab11_2.file.products.tpl.php
815 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/42/e0/e0/42e0e09a426c5b476029e40ca168ec6ed9d511fc_2.file.productlist.tpl.php
816 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/26/9b/9d/269b9dcd6d75851041d7693f0c73bfeaa81ab0e7_2.file.product.tpl.php
817 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
818 /src/Adapter/ContainerFinder.php
819 /modules/productcomments/src/Repository/ProductCommentRepository.php
820 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
821 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
822 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
823 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
824 /vendor/doctrine/doctrine-bundle/Registry.php
825 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
826 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
827 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
828 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
829 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
830 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
831 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
832 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
833 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
834 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
835 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
836 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
837 /vendor/doctrine/event-manager/src/EventManager.php
838 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
839 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
840 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
841 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
842 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
843 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
844 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
845 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
846 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
847 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
848 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
849 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
850 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
851 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
852 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
853 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
854 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
855 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
856 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
857 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
858 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
859 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
860 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
861 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
862 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
863 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL57Platform.php
864 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
865 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
866 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
867 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
868 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
869 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
870 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
871 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
872 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
873 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
874 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
875 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
876 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
877 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
878 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
879 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
880 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
881 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
882 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
883 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
884 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
885 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
886 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
887 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
888 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
889 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
890 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
891 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
892 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
893 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
894 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
895 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
896 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
897 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
898 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
899 /modules/productcomments/src/Entity/ProductComment.php
900 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
901 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
902 /vendor/doctrine/persistence/src/Persistence/Proxy.php
903 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
904 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
905 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
906 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
907 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
908 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
909 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
910 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
911 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
912 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
913 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
914 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
915 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
916 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
917 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
918 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
919 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
920 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
921 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
922 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
923 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
924 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
925 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
926 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
927 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
928 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
929 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
930 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
931 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
932 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
933 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
934 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
935 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
936 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
937 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
938 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
939 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
940 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
941 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
942 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
943 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
944 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
945 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
946 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
947 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
948 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
949 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
950 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
951 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
952 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
953 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
954 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
955 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
956 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
957 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
958 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
959 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
960 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
961 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
962 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
963 /var/cache/dev/smarty/compile/child_classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
964 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/5f/cc/22/5fcc22e195095483a59098c70a00c72f06bcde72_2.file.product-flags.tpl.php
965 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/28/32/eb/2832eb6b03952d4e38a0632055cc62e5424d9da9_2.file.pagination.tpl.php
966 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/02/c1/a0/02c1a0bf17a6d5e5bc61784d111e839c9eaaac53_2.file.products-bottom.tpl.php
967 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/e5/de/2d/e5de2d54e5d2dc8f65f81c07be7f1b0f019d831b_2.file.footer.tpl.php
968 /var/cache/dev/smarty/compile/child_classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
969 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
970 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
971 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
972 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/8/child_classic/77/57/ff/7757ff2e454fa9b5f263d440d31e393926c8552d.ps_socialfollowps_socialfollow.tpl.php
973 /var/cache/dev/smarty/compile/child_classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
974 /modules/ps_linklist/ps_linklist.php
975 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
976 /modules/ps_linklist/src/Filter/LinkFilter.php
977 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
978 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
979 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
980 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/8/child_classic/19/60/c3/1960c3a0abb4c1dc827444b6104514b83fa845bc.ps_linklistviewstemplateshooklinkblock.tpl.php
981 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
982 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/8/child_classic/ca/68/af/ca68afc133b7c1a7ad1fe787be35e6ec6a7dd558.ps_customeraccountlinksps_customeraccountlinks.tpl.php
983 /var/cache/dev/smarty/compile/child_classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
984 /var/cache/dev/smarty/compile/child_classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
985 /var/cache/dev/smarty/compile/child_classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
986 /var/cache/dev/smarty/compile/child_classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
987 /var/cache/dev/smarty/compile/child_classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
988 /var/cache/dev/smarty/compile/child_classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
989 /var/cache/dev/smarty/compile/child_classiclayouts_layout_full_width_tpl/f7/f1/74/f7f174b3b672210ff20c2ad83a932a5ead8119c4_2.file.password-policy-template.tpl.php
990 /modules/statsdata/statsdata.php
991 /classes/Guest.php
992 /classes/Connection.php
993 /classes/Page.php
994 /classes/ConnectionsSource.php
995 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
996 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
997 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
998 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
999 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1000 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php