Accueil

Filtres actifs

Load Time 543.287 ms
Querying Time 295 ms
Queries 780
Memory Peak Usage 30.1 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 34.841 ms 34.841 ms 5.11 Mb 6.6 Mb
__construct 0.008 ms 34.849 ms - Mb 6.6 Mb
init 9.406 ms 44.255 ms 0.70 Mb 6.6 Mb
checkAccess 0.001 ms 44.256 ms - Mb 6.6 Mb
setMedia 1.613 ms 45.869 ms 0.28 Mb 6.6 Mb
postProcess 0.001 ms 45.870 ms - Mb 6.6 Mb
initHeader 0.001 ms 45.871 ms - Mb 6.6 Mb
initContent 282.229 ms 328.100 ms 12.79 Mb 18.9 Mb
initFooter 0.003 ms 328.103 ms - Mb 18.9 Mb
display 215.184 ms 543.287 ms 10.03 Mb 30.1 Mb
Hook Time Memory Usage
displayProductListReviews 91.209 ms 3.66 Mb
DisplayBeforeBodyClosingTag 10.142 ms 0.30 Mb
ActionFilterDeliveryOptionList 5.092 ms 0.43 Mb
displayNav2 3.717 ms 0.20 Mb
displayFooter 2.862 ms 0.18 Mb
ProductSearchProvider 2.662 ms 0.26 Mb
ActionPresentProductListing 2.383 ms 0.13 Mb
displayFooterBefore 2.280 ms 0.13 Mb
displayTop 2.269 ms 0.21 Mb
displayNav1 1.604 ms 0.08 Mb
DisplayHeader 1.051 ms 0.03 Mb
DisplayFooter 0.854 ms 0.18 Mb
DisplayNav2 0.371 ms 0.07 Mb
ActionFrontControllerSetMedia 0.332 ms 0.01 Mb
Header 0.213 ms 0.01 Mb
DisplayProductListReviews 0.105 ms 0.02 Mb
DisplayWrapperTop 0.030 ms - Mb
ActionDispatcherBefore 0.006 ms - Mb
18 hook(s) 127.183 ms 5.91 Mb
Module Time Memory Usage
brandorderdays 4.972 ms 2.04 Mb
blockreassurance 0.701 ms 0.09 Mb
ps_emailsubscription 1.251 ms 0.11 Mb
ps_socialfollow 1.221 ms 0.08 Mb
ps_emailalerts 0.110 ms 0.10 Mb
blockwishlist 1.005 ms 0.21 Mb
ps_shoppingcart 1.608 ms 0.11 Mb
ps_searchbar 1.118 ms 0.14 Mb
ps_imageslider 0.146 ms 0.04 Mb
productcomments 91.398 ms 3.72 Mb
ps_googleanalytics 4.320 ms 0.12 Mb
myprestaloyalty 0.234 ms 0.06 Mb
sogecommerce 0.787 ms 0.27 Mb
sendinblue 0.763 ms 0.04 Mb
carrierpostcoderestriction 5.199 ms 0.46 Mb
accountblock 0.470 ms 0.09 Mb
weeklyorderschedule 0.112 ms 0.09 Mb
ps_facetedsearch 8.500 ms 0.71 Mb
lpdy_frontcustomizations 2.810 ms 0.19 Mb
ps_contactinfo 2.486 ms 0.15 Mb
ps_languageselector 0.851 ms 0.06 Mb
ps_currencyselector 1.480 ms 0.08 Mb
ps_mainmenu 1.439 ms 0.18 Mb
ps_linklist 1.348 ms 0.09 Mb
ps_customeraccountlinks 1.053 ms 0.08 Mb
statsdata 6.012 ms 0.22 Mb
26 module(s) 141.395 ms 9.52 Mb

Stopwatch SQL - 780 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
10.522 ms 90860 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
711
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 (17) 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.614 ms 1 Yes /classes/Product.php:4524
779
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 (17,455,279,83,18,1062,456,283,280,90,19,1631,580,457,290,281,91,20,1632,1524,616,491,21,1633,1623,1494,809,306,94,22,685,527,332,95,23,634,333,331,210,27,1645,677,337,102,28,1641,1630,340,341,114) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
2.280 ms 2340 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
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`
1.754 ms 1460 Yes Yes /classes/Hook.php:1289
594
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%"
1.571 ms 2450 /modules/lpdy_frontcustomizations/lpdy_frontcustomizations.php:152
80
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 = 17
ORDER BY f.position ASC
1.505 ms 2 Yes /classes/Product.php:6032
60
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-11 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 (17,455,279,83,18,1062,456,283,280,90,19,1631,580,457,290,281,91,20,1632,1524,616,491,21,1633,1623,1494,809,306,94,22,685,527,332,95,23,634,333,331,210,27,1645,677,337,102,28,1641,1630,340,341,114)
1.488 ms 50 /classes/ProductAssembler.php:95
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`)
1.286 ms 630 /classes/Configuration.php:180
772
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.262 ms 1 /classes/ObjectModel.php:622
70
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
1.130 ms 0 /classes/Hook.php:1348
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 (455) 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.994 ms 1 Yes /classes/Product.php:4524
71
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
0.964 ms 291 /classes/Hook.php:459
776
INSERT INTO `lpdy_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('11762', '254', '3628718131', '', '1', '1', '2026-01-11 22:17:16')
0.957 ms 1 /classes/ObjectModel.php:622
777
INSERT INTO `lpdy_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11361', '', 'lespaniersdeyann.fr/2-accueil?page=4', '', '2026-01-11 22:17:16')
0.937 ms 1 /classes/ObjectModel.php:622
59
REPLACE INTO lpdy_layered_filter_block (hash, data) VALUES ("b345e243440a250e6189e568a0ca4aae", "a:1:{s:7:\"filters\";a:0:{}}")
0.929 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
646
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
0.921 ms 9 Yes Yes /classes/Carrier.php:578
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `lpdy_hook` h
WHERE (h.active = 1)
0.877 ms 974 /classes/Hook.php:1388
72
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
0.874 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
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 (340) 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.843 ms 1 Yes /classes/Product.php:4524
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
0.839 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
645
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.788 ms 1 /classes/CartRule.php:423
61
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` = 17
AND image_shop.`cover` = 1 LIMIT 1
0.782 ms 1 /classes/Product.php:3570
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 (333) 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
715
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 (279) 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.777 ms 1 Yes /classes/Product.php:4524
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 (27) 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
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 (456) 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.774 ms 1 Yes /classes/Product.php:4524
673
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
0.773 ms 52 Yes Yes /classes/Category.php:1151
79
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` = 17 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` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.771 ms 0 /classes/Cart.php:1430
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 (306) 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.771 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 (337) 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.766 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 (1630) 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.766 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 (114) 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.764 ms 1 Yes /classes/Product.php:4524
716
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 (83) 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.764 ms 1 Yes /classes/Product.php:4524
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` = 1641
ORDER BY `position`
0.763 ms 1 Yes /classes/Product.php:3545
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 (28) 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.762 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 (580) 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.757 ms 1 Yes /classes/Product.php:4524
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 (283) 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
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 (280) 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.753 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 (290) 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.753 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 (634) 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.752 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 (341) 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.752 ms 1 Yes /classes/Product.php:4524
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 (90) 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.749 ms 1 Yes /classes/Product.php:4524
66
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 0 LIMIT 1
0.741 ms 1 /classes/SpecificPrice.php:426
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 (1645) 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
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 (331) 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.735 ms 1 Yes /classes/Product.php:4524
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 (1632) 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
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 (616) 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.731 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 (457) 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
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 (281) 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
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 (210) 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
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 (102) 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.729 ms 1 Yes /classes/Product.php:4524
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 (19) 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.721 ms 1 Yes /classes/Product.php:4524
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 (18) 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.720 ms 1 Yes /classes/Product.php:4524
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 (1062) 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.720 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 (91) 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
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 (677) 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
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 (527) 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.714 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 (1641) 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.713 ms 1 Yes /classes/Product.php:4524
591
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` = 17
ORDER BY `position`
0.712 ms 1 Yes /classes/Product.php:3545
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 (491) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.711 ms 1 Yes /classes/Product.php:4524
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 (1633) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.711 ms 1 Yes /classes/Product.php: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 (1631) 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
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 (809) 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.705 ms 1 Yes /classes/Product.php:4524
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 (332) 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.702 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 (21) 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.701 ms 1 Yes /classes/Product.php:4524
644
SELECT SQL_NO_CACHE 1 FROM `lpdy_cart_rule` WHERE ((date_to >= "2026-01-11 00:00:00" AND date_to <= "2026-01-11 23:59:59") OR (date_from >= "2026-01-11 00:00:00" AND date_from <= "2026-01-11 23:59:59") OR (date_from < "2026-01-11 00:00:00" AND date_to > "2026-01-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.700 ms 1 /classes/CartRule.php:357
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 (95) 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.698 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 (1524) 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.696 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 (23) 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
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 (1623) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.690 ms 1 Yes /classes/Product.php:4524
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 (20) 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
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 (94) 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.687 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 (22) 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.687 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 (1494) 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
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 (685) 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.681 ms 1 Yes /classes/Product.php:4524
674
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.670 ms 3 Yes Yes /classes/Category.php:1151
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `lpdy_hook`
0.665 ms 974 /classes/Hook.php:1348
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` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.637 ms 1 Yes Yes /classes/Category.php:1151
657
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.627 ms 1 /classes/CartRule.php:423
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` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.624 ms 3 Yes Yes /classes/Category.php:1151
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` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.612 ms 5 Yes Yes /classes/Category.php:1151
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` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.587 ms 4 Yes Yes /classes/Category.php:1151
774
SELECT SQL_NO_CACHE id_page_type
FROM lpdy_page_type
WHERE name = 'category' LIMIT 1
0.587 ms 1 /classes/Page.php:104
675
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.577 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` = 114
ORDER BY `position`
0.574 ms 1 Yes /classes/Product.php:3545
665
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.571 ms 1 /classes/Currency.php:1136
65
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.569 ms 1 /classes/Manufacturer.php:316
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` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.569 ms 1 Yes Yes /classes/Category.php:1151
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
0.567 ms 1 /classes/Category.php:1754
773
SELECT SQL_NO_CACHE `id_guest`
FROM `lpdy_connections`
WHERE `id_guest` = 11762
AND `date_add` > '2026-01-11 21:47:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.564 ms 1 Yes /classes/Connection.php:168
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` = 56
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.561 ms 6 Yes Yes /classes/Category.php:1151
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` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.560 ms 1 Yes Yes /classes/Category.php:1151
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` = 58
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.559 ms 1 Yes Yes /classes/Category.php:1151
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` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.552 ms 4 Yes Yes /classes/Category.php:1151
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` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.548 ms 1 Yes Yes /classes/Category.php:1151
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` = 1630
ORDER BY `position`
0.544 ms 1 Yes /classes/Product.php:3545
775
SELECT SQL_NO_CACHE `id_page`
FROM `lpdy_page`
WHERE `id_page_type` = 1 AND `id_object` = 2 LIMIT 1
0.544 ms 1 /classes/Page.php:83
57
SELECT SQL_NO_CACHE data FROM lpdy_layered_filter_block WHERE hash="b345e243440a250e6189e568a0ca4aae" LIMIT 1
0.541 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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.540 ms 1 /src/Adapter/EntityMapper.php:71
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` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.539 ms 3 Yes Yes /classes/Category.php:1151
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` = 31
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.537 ms 3 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` = 24
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.537 ms 2 Yes Yes /classes/Category.php:1151
656
SELECT SQL_NO_CACHE 1 FROM `lpdy_cart_rule` WHERE ((date_to >= "2026-01-11 00:00:00" AND date_to <= "2026-01-11 23:59:59") OR (date_from >= "2026-01-11 00:00:00" AND date_from <= "2026-01-11 23:59:59") OR (date_from < "2026-01-11 00:00:00" AND date_to > "2026-01-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.535 ms 1 /classes/CartRule.php:357
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` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.534 ms 1 Yes Yes /classes/Category.php:1151
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` = 634
ORDER BY `position`
0.534 ms 1 Yes /classes/Product.php:3545
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` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.527 ms 1 Yes Yes /classes/Category.php:1151
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` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.524 ms 1 Yes Yes /classes/Category.php:1151
592
SELECT SQL_NO_CACHE state FROM lpdy_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.522 ms 1 /classes/FeatureFlag.php:105
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` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.521 ms 1 Yes Yes /classes/Category.php:1151
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` = 340
ORDER BY `position`
0.519 ms 1 Yes /classes/Product.php:3545
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` = 50
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.518 ms 1 Yes Yes /classes/Category.php:1151
75
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1
0.517 ms 0 /classes/GroupReduction.php:156
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` = 55
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.514 ms 1 Yes Yes /classes/Category.php:1151
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` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.513 ms 1 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` = 341
ORDER BY `position`
0.512 ms 1 Yes /classes/Product.php:3545
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` = 30
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.509 ms 1 Yes Yes /classes/Category.php:1151
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` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.506 ms 1 Yes Yes /classes/Category.php:1151
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` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.502 ms 1 Yes Yes /classes/Category.php:1151
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` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.493 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` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.490 ms 1 Yes Yes /classes/Category.php:1151
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` = 25
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.488 ms 1 Yes Yes /classes/Category.php:1151
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` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.487 ms 1 Yes Yes /classes/Category.php:1151
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` = 51
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.486 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` = 52
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.486 ms 1 Yes Yes /classes/Category.php:1151
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` = 4
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.484 ms 1 Yes Yes /classes/Category.php:1151
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` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.484 ms 1 Yes Yes /classes/Category.php:1151
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` = 39
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.483 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` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.481 ms 1 Yes Yes /classes/Category.php:1151
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` = 33
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.479 ms 1 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` = 40
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.478 ms 1 Yes Yes /classes/Category.php:1151
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` = 337
ORDER BY `position`
0.466 ms 1 Yes /classes/Product.php:3545
647
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 1 LIMIT 1
0.461 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
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.451 ms 73 /classes/module/Module.php:346
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.447 ms 1 Yes /classes/shop/Shop.php:1364
668
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `lpdy_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.447 ms 1 /classes/Cart.php:1303
73
SELECT SQL_NO_CACHE *
FROM `lpdy_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
549
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1641 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` = 1641 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.446 ms 0 /classes/Cart.php:1430
652
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 6 LIMIT 1
0.446 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
91
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` = 455 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` = 455 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1430
763
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.440 ms 1 /classes/module/Module.php:2664
518
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 337 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` = 337 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.439 ms 0 /classes/Cart.php:1430
136
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` = 1062 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` = 1062 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
467
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` = 331 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` = 331 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
103
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` = 279 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` = 279 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.435 ms 0 /classes/Cart.php:1430
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM 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.432 ms 1 Yes /classes/shop/Shop.php:715
778
SELECT SQL_NO_CACHE data
FROM `lpdy_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.431 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
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.429 ms 73 /classes/module/Module.php:346
553
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` = 1630) AND (b.`id_shop` = 1) LIMIT 1
0.428 ms 1 /src/Adapter/EntityMapper.php:71
559
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` = 1630 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` = 1630 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.428 ms 0 /classes/Cart.php:1430
487
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` = 27 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` = 27 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.427 ms 0 /classes/Cart.php:1430
115
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` = 83 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` = 83 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.426 ms 0 /classes/Cart.php:1430
579
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` = 341 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` = 341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.426 ms 0 /classes/Cart.php:1430
491
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` = 1645) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
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
0.423 ms 2 Yes Yes /classes/Category.php:924
651
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 5 LIMIT 1
0.423 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
333
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` = 1623 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` = 1623 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.421 ms 0 /classes/Cart.php:1430
508
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` = 677 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` = 677 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.421 ms 0 /classes/Cart.php:1430
768
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_linklist" LIMIT 1
0.420 ms 1 /classes/module/Module.php:2664
437
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` = 23 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` = 23 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.419 ms 0 /classes/Cart.php:1430
104
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 = 279
ORDER BY f.position ASC
0.418 ms 2 Yes /classes/Product.php:6032
560
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 = 1630
ORDER BY f.position ASC
0.418 ms 2 Yes /classes/Product.php:6032
563
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` = 340) AND (b.`id_shop` = 1) LIMIT 1
0.418 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.415 ms 1 /classes/Language.php:1216
457
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` = 333 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` = 333 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.414 ms 0 /classes/Cart.php:1430
74
SELECT SQL_NO_CACHE *
FROM `lpdy_tax_lang`
WHERE `id_tax` = 3
0.413 ms 1 /src/Adapter/EntityMapper.php:79
528
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` = 102 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` = 102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.413 ms 0 /classes/Cart.php:1430
181
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` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
447
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` = 634 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` = 634 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.411 ms 0 /classes/Cart.php:1430
477
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 210 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` = 210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.409 ms 0 /classes/Cart.php:1430
64
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` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
270
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1632 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` = 1632 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.409 ms 0 /classes/Cart.php:1430
648
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 12 LIMIT 1
0.407 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
125
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` = 18 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` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.405 ms 0 /classes/Cart.php:1430
497
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` = 1645 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` = 1645 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.404 ms 0 /classes/Cart.php:1430
221
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 = 457
ORDER BY f.position ASC
0.403 ms 2 Yes /classes/Product.php:6032
137
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 = 1062
ORDER BY f.position ASC
0.402 ms 3 Yes /classes/Product.php:6032
478
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 = 210
ORDER BY f.position ASC
0.401 ms 2 Yes /classes/Product.php:6032
92
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 = 455
ORDER BY f.position ASC
0.400 ms 2 Yes /classes/Product.php:6032
580
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 = 341
ORDER BY f.position ASC
0.399 ms 2 Yes /classes/Product.php:6032
658
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.398 ms 1 /classes/module/Module.php:2664
769
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.398 ms 1 /classes/module/Module.php:2137
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.396 ms 43 Yes /classes/Dispatcher.php:654
96
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` = 279) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
254
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` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
291
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 616 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` = 616 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1430
471
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` = 210) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
501
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` = 677) AND (b.`id_shop` = 1) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:71
712
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "productcomments" LIMIT 1
0.395 ms 1 /classes/module/Module.php:2664
167
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 280 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` = 280 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.395 ms 0 /classes/Cart.php:1430
764
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.394 ms 1 /classes/module/Module.php:2137
108
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` = 83) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
488
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 = 27
ORDER BY f.position ASC
0.392 ms 2 Yes /classes/Product.php:6032
663
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.392 ms 1 /classes/module/Module.php:2664
659
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.391 ms 1 /classes/module/Module.php:2137
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` = 281
ORDER BY `position`
0.390 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` = 333
ORDER BY `position`
0.390 ms 1 Yes /classes/Product.php:3545
260
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` = 20 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` = 20 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
427
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` = 95 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` = 95 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
468
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 = 331
ORDER BY f.position ASC
0.390 ms 2 Yes /classes/Product.php:6032
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` = 456 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` = 456 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
401
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` = 527) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
438
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 = 23
ORDER BY f.position ASC
0.388 ms 2 Yes /classes/Product.php:6032
451
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` = 333) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
569
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` = 340 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` = 340 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
583
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` = 114) AND (b.`id_shop` = 1) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:71
589
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` = 114 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` = 114 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
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` = 102
ORDER BY `position`
0.387 ms 1 Yes /classes/Product.php:3545
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` = 283) AND (b.`id_shop` = 1) LIMIT 1
0.386 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` = 677
ORDER BY `position`
0.385 ms 1 Yes /classes/Product.php:3545
248
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 91 AND `id_group` = 1 LIMIT 1
0.384 ms 0 /classes/GroupReduction.php:156
441
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` = 634) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
550
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 = 1641
ORDER BY f.position ASC
0.384 ms 2 Yes /classes/Product.php:6032
573
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` = 341) AND (b.`id_shop` = 1) LIMIT 1
0.384 ms 1 /src/Adapter/EntityMapper.php:71
538
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` = 28 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` = 28 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
570
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 = 340
ORDER BY f.position ASC
0.383 ms 2 Yes /classes/Product.php:6032
199
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` = 1631 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` = 1631 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
481
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` = 27) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
280
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1524 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` = 1524 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
337
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` = 1494) AND (b.`id_shop` = 1) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:71
529
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 = 102
ORDER BY f.position ASC
0.381 ms 2 Yes /classes/Product.php:6032
119
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` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.380 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` = 1645
ORDER BY `position`
0.380 ms 1 Yes /classes/Product.php:3545
767
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.379 ms 1 /classes/Country.php:405
660
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.379 ms 1 /classes/Country.php:405
312
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 = 21
ORDER BY f.position ASC
0.378 ms 2 Yes /classes/Product.php:6032
116
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 = 83
ORDER BY f.position ASC
0.378 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` = 210
ORDER BY `position`
0.377 ms 1 Yes /classes/Product.php:3545
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 = 456
ORDER BY f.position ASC
0.377 ms 2 Yes /classes/Product.php:6032
157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 283 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` = 283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.376 ms 0 /classes/Cart.php:1430
650
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 4 LIMIT 1
0.376 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
130
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` = 1062) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:71
765
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.374 ms 1 /classes/module/Module.php:2664
417
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` = 332 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` = 332 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.374 ms 0 /classes/Cart.php:1430
292
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 = 616
ORDER BY f.position ASC
0.373 ms 2 Yes /classes/Product.php:6032
461
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` = 331) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
158
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 = 283
ORDER BY f.position ASC
0.372 ms 2 Yes /classes/Product.php:6032
509
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 = 677
ORDER BY f.position ASC
0.372 ms 2 Yes /classes/Product.php:6032
301
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` = 491 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` = 491 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
649
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 13 LIMIT 1
0.371 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
653
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 14 LIMIT 1
0.371 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
666
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.371 ms 1 /classes/module/Module.php:2664
770
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.371 ms 1 /classes/module/Module.php:2664
397
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` = 685 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` = 685 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.370 ms 0 /classes/Cart.php:1430
281
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 = 1524
ORDER BY f.position ASC
0.369 ms 2 Yes /classes/Product.php:6032
498
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 = 1645
ORDER BY f.position ASC
0.368 ms 2 Yes /classes/Product.php:6032
669
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.367 ms 1 /classes/module/Module.php:2664
220
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` = 457 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` = 457 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
596
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` = 279
ORDER BY `position`
0.367 ms 1 Yes /classes/Product.php:3545
140
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` = 456) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
522
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` = 102) AND (b.`id_shop` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:71
661
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.366 ms 1 /classes/module/Module.php:2664
387
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` = 22 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` = 22 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
407
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` = 527 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` = 527 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
590
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 = 114
ORDER BY f.position ASC
0.364 ms 2 Yes /classes/Product.php:6032
171
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` = 90) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
377
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` = 94 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` = 94 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
543
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` = 1641) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
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` = 91
ORDER BY `position`
0.362 ms 1 Yes /classes/Product.php:3545
315
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` = 1633) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
321
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` = 1633 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` = 1633 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
448
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 = 634
ORDER BY f.position ASC
0.361 ms 2 Yes /classes/Product.php:6032
85
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` = 455) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
344
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1494 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` = 1494 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
766
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.360 ms 1 /classes/module/Module.php:2137
311
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` = 21 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` = 21 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.359 ms 0 /classes/Cart.php:1430
431
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` = 23) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
230
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` = 290 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` = 290 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
250
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` = 91 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` = 91 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
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` = 94
ORDER BY `position`
0.358 ms 1 Yes /classes/Product.php:3545
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.357 ms 1 /classes/PrestaShopCollection.php:383
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` = 456
ORDER BY `position`
0.357 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` = 306
ORDER BY `position`
0.357 ms 1 Yes /classes/Product.php:3545
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` = 21
ORDER BY `position`
0.356 ms 2 Yes /classes/Product.php:3545
204
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` = 580) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1524
ORDER BY `position`
0.356 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` = 28
ORDER BY `position`
0.354 ms 1 Yes /classes/Product.php:3545
244
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` = 91) AND (b.`id_shop` = 1) LIMIT 1
0.353 ms 1 /src/Adapter/EntityMapper.php:71
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` = 18
ORDER BY `position`
0.353 ms 1 Yes /classes/Product.php:3545
670
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.353 ms 1 /classes/module/Module.php:2137
356
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` = 809 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` = 809 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
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` = 809
ORDER BY `position`
0.353 ms 1 Yes /classes/Product.php:3545
667
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.353 ms 1 /classes/module/Module.php:2137
771
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.353 ms 1 /classes/module/Module.php:2137
177
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` = 90 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` = 90 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.352 ms 0 /classes/Cart.php:1430
408
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 = 527
ORDER BY f.position ASC
0.350 ms 2 Yes /classes/Product.php:6032
512
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` = 337) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1494
ORDER BY `position`
0.350 ms 1 Yes /classes/Product.php:3545
654
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 18 LIMIT 1
0.350 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
671
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.350 ms 1 /classes/module/Module.php:2664
664
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.349 ms 1 /classes/module/Module.php:2137
713
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.348 ms 1 /classes/module/Module.php:2137
539
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 = 28
ORDER BY f.position ASC
0.348 ms 2 Yes /classes/Product.php:6032
662
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.347 ms 1 /classes/module/Module.php:2137
360
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` = 306) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
77
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.346 ms 0 /classes/tax/TaxRulesTaxManager.php:109
366
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` = 306 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` = 306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.346 ms 0 /classes/Cart.php:1430
192
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` = 1631) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
295
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` = 491) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
391
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` = 685) AND (b.`id_shop` = 1) LIMIT 1
0.346 ms 1 /src/Adapter/EntityMapper.php:71
168
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 = 280
ORDER BY f.position ASC
0.345 ms 2 Yes /classes/Product.php:6032
381
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` = 22) AND (b.`id_shop` = 1) LIMIT 1
0.345 ms 1 /src/Adapter/EntityMapper.php:71
187
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 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` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.344 ms 0 /classes/Cart.php:1430
264
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` = 1632) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
305
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` = 21) AND (b.`id_shop` = 1) LIMIT 1
0.344 ms 1 /src/Adapter/EntityMapper.php:71
595
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` = 455
ORDER BY `position`
0.344 ms 1 Yes /classes/Product.php:3545
672
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.344 ms 1 /classes/module/Module.php:2137
349
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` = 809) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
371
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` = 94) AND (b.`id_shop` = 1) LIMIT 1
0.343 ms 1 /src/Adapter/EntityMapper.php:71
161
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` = 280) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
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` = 27
ORDER BY `position`
0.342 ms 1 Yes /classes/Product.php:3545
138
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` = 456
AND image_shop.`cover` = 1 LIMIT 1
0.342 ms 1 /classes/Product.php:3570
178
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 = 90
ORDER BY f.position ASC
0.342 ms 2 Yes /classes/Product.php:6032
240
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `lpdy_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 281 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` = 281 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
326
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` = 1623) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
210
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` = 580 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` = 580 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.340 ms 0 /classes/Cart.php:1430
251
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 = 91
ORDER BY f.position ASC
0.340 ms 2 Yes /classes/Product.php:6032
458
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 = 333
ORDER BY f.position ASC
0.340 ms 2 Yes /classes/Product.php:6032
126
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 = 18
ORDER BY f.position ASC
0.339 ms 2 Yes /classes/Product.php:6032
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` = 527
ORDER BY `position`
0.339 ms 1 Yes /classes/Product.php:3545
357
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 = 809
ORDER BY f.position ASC
0.338 ms 2 Yes /classes/Product.php:6032
418
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 = 332
ORDER BY f.position ASC
0.338 ms 2 Yes /classes/Product.php:6032
655
SELECT SQL_NO_CACHE bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
WHERE carrier_id = 15 LIMIT 1
0.338 ms 1 /modules/carrierpostcoderestriction/carrierpostcoderestriction.php:383
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` = 280
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
532
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` = 28) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
285
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` = 616) AND (b.`id_shop` = 1) LIMIT 1
0.336 ms 1 /src/Adapter/EntityMapper.php:71
334
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 = 1623
ORDER BY f.position ASC
0.336 ms 3 Yes /classes/Product.php:6032
411
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` = 332) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE name, alias FROM `lpdy_hook_alias`
0.334 ms 87 /classes/Hook.php:342
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.334 ms 1 /src/Adapter/EntityMapper.php:71
81
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.334 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
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` = 331
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
302
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 = 491
ORDER BY f.position ASC
0.333 ms 2 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` = 1633
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3545
571
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` = 341
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
231
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 = 290
ORDER BY f.position ASC
0.332 ms 4 Yes /classes/Product.php:6032
200
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 = 1631
ORDER BY f.position ASC
0.332 ms 2 Yes /classes/Product.php:6032
388
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 = 22
ORDER BY f.position ASC
0.331 ms 2 Yes /classes/Product.php:6032
261
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 = 20
ORDER BY f.position ASC
0.331 ms 2 Yes /classes/Product.php:6032
378
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 = 94
ORDER BY f.position ASC
0.331 ms 2 Yes /classes/Product.php:6032
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` = 1062
ORDER BY `position`
0.331 ms 1 Yes /classes/Product.php:3545
274
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` = 1524) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
188
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 = 19
ORDER BY f.position ASC
0.330 ms 2 Yes /classes/Product.php:6032
421
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` = 95) AND (b.`id_shop` = 1) LIMIT 1
0.329 ms 1 /src/Adapter/EntityMapper.php:71
519
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 = 337
ORDER BY f.position ASC
0.329 ms 2 Yes /classes/Product.php:6032
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` = 22
ORDER BY `position`
0.329 ms 1 Yes /classes/Product.php:3545
322
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 = 1633
ORDER BY f.position ASC
0.328 ms 2 Yes /classes/Product.php:6032
597
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` = 83
ORDER BY `position`
0.328 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` = 1623
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3545
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` = 95
ORDER BY `position`
0.328 ms 1 Yes /classes/Product.php:3545
93
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` = 279
AND image_shop.`cover` = 1 LIMIT 1
0.325 ms 1 /classes/Product.php:3570
211
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 = 580
ORDER BY f.position ASC
0.324 ms 2 Yes /classes/Product.php:6032
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` = 1632
ORDER BY `position`
0.324 ms 1 Yes /classes/Product.php:3545
214
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` = 457) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
224
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` = 290) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
241
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 = 281
ORDER BY f.position ASC
0.323 ms 2 Yes /classes/Product.php:6032
428
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 = 95
ORDER BY f.position ASC
0.323 ms 2 Yes /classes/Product.php:6032
271
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 = 1632
ORDER BY f.position ASC
0.322 ms 2 Yes /classes/Product.php:6032
367
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 = 306
ORDER BY f.position ASC
0.322 ms 4 Yes /classes/Product.php:6032
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` = 19
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3545
345
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 = 1494
ORDER BY f.position ASC
0.321 ms 2 Yes /classes/Product.php:6032
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` = 580
ORDER BY `position`
0.321 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` = 332
ORDER BY `position`
0.321 ms 1 Yes /classes/Product.php:3545
26
SELECT SQL_NO_CACHE `id_lang` FROM `lpdy_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.321 ms 1 /classes/Language.php:883
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` = 90
ORDER BY `position`
0.321 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.320 ms 1 /classes/Language.php:1080
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.318 ms 1 /src/Adapter/EntityMapper.php:71
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` = 457
ORDER BY `position`
0.318 ms 1 Yes /classes/Product.php:3545
313
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` = 1633
AND image_shop.`cover` = 1 LIMIT 1
0.317 ms 1 /classes/Product.php:3570
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.317 ms 1 /src/Adapter/EntityMapper.php:71
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` = 23
ORDER BY `position`
0.317 ms 1 Yes /classes/Product.php:3545
3
SELECT SQL_NO_CACHE value FROM `lpdy_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.316 ms 1 /classes/shop/Shop.php:1183
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` = 491
ORDER BY `position`
0.315 ms 1 Yes /classes/Product.php:3545
398
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 = 685
ORDER BY f.position ASC
0.315 ms 2 Yes /classes/Product.php:6032
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 210) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.315 ms 1 /classes/stock/StockAvailable.php:453
439
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` = 634
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
469
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` = 210
AND image_shop.`cover` = 1 LIMIT 1
0.314 ms 1 /classes/Product.php:3570
11
SELECT SQL_NO_CACHE domain, domain_ssl
FROM lpdy_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.313 ms 1 /classes/shop/ShopUrl.php:182
551
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` = 1630
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
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` = 283
ORDER BY `position`
0.313 ms 1 Yes /classes/Product.php:3545
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` = 20
ORDER BY `position`
0.313 ms 1 Yes /classes/Product.php:3545
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` = 616
ORDER BY `position`
0.312 ms 1 Yes /classes/Product.php:3545
41
SELECT SQL_NO_CACHE * FROM `lpdy_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.311 ms 7 Yes /classes/ImageType.php:109
127
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` = 1062
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
234
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` = 281) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
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` = 1631
ORDER BY `position`
0.311 ms 1 Yes /classes/Product.php:3545
117
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` = 18
AND image_shop.`cover` = 1 LIMIT 1
0.310 ms 1 /classes/Product.php:3570
58
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
0.310 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
489
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` = 1645
AND image_shop.`cover` = 1 LIMIT 1
0.310 ms 1 /classes/Product.php:3570
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` = 290
ORDER BY `position`
0.309 ms 1 Yes /classes/Product.php:3545
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.308 ms 1 /src/Adapter/EntityMapper.php:71
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.307 ms 1 /classes/shop/Shop.php:218
494
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1645 AND id_shop=1 LIMIT 1
0.306 ms 1 /classes/Product.php:6887
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` = 283
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
499
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` = 677
AND image_shop.`cover` = 1 LIMIT 1
0.305 ms 1 /classes/Product.php:3570
552
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.305 ms 1 /classes/Product.php:5670
540
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` = 1641
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
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` = 685
ORDER BY `position`
0.304 ms 1 Yes /classes/Product.php:3545
105
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` = 83
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
303
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` = 21
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 2 /classes/Product.php:3570
530
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` = 28
AND image_shop.`cover` = 1 LIMIT 1
0.301 ms 1 /classes/Product.php:3570
159
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` = 280
AND image_shop.`cover` = 1 LIMIT 1
0.299 ms 1 /classes/Product.php:3570
459
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` = 331
AND image_shop.`cover` = 1 LIMIT 1
0.298 ms 1 /classes/Product.php:3570
520
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` = 102
AND image_shop.`cover` = 1 LIMIT 1
0.297 ms 1 /classes/Product.php:3570
304
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.295 ms 1 /classes/Product.php:5670
479
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` = 27
AND image_shop.`cover` = 1 LIMIT 1
0.295 ms 1 /classes/Product.php:3570
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.295 ms 1 /src/Adapter/EntityMapper.php:71
466
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 331) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.293 ms 1 /classes/stock/StockAvailable.php:453
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.292 ms 1 /src/Adapter/EntityMapper.php:71
82
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` = 455
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 1 /classes/Product.php:3570
517
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 337) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:453
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 279) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.291 ms 1 /classes/stock/StockAvailable.php:453
561
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` = 340
AND image_shop.`cover` = 1 LIMIT 1
0.291 ms 1 /classes/Product.php:3570
68
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` = 17)
0.290 ms 1 /classes/Product.php:3860
141
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 456 LIMIT 1
0.290 ms 1 /classes/SpecificPrice.php:435
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` = 456)
0.290 ms 1 /classes/Product.php:3860
548
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1641) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:453
87
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` = 455)
0.289 ms 1 /classes/Product.php:3860
201
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` = 580
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
368
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` = 94
AND image_shop.`cover` = 1 LIMIT 1
0.289 ms 1 /classes/Product.php:3570
443
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` = 634)
0.289 ms 1 /classes/Product.php:3860
472
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 210 LIMIT 1
0.289 ms 1 /classes/SpecificPrice.php:435
4
SELECT SQL_NO_CACHE *
FROM `lpdy_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
581
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` = 114
AND image_shop.`cover` = 1 LIMIT 1
0.287 ms 1 /classes/Product.php:3570
18
SELECT SQL_NO_CACHE * FROM `lpdy_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.286 ms 1 /classes/module/Module.php:2046
42
SELECT SQL_NO_CACHE format
FROM `lpdy_address_format`
WHERE `id_country` = 8 LIMIT 1
0.285 ms 1 /classes/AddressFormat.php:656
293
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` = 491
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
510
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` = 337
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 1 /classes/Product.php:3570
69
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 17 AND id_shop=1 LIMIT 1
0.283 ms 1 /classes/Product.php:6887
436
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 23) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.283 ms 1 /classes/stock/StockAvailable.php:453
492
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1645 LIMIT 1
0.283 ms 1 /classes/SpecificPrice.php:435
493
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` = 1645)
0.282 ms 1 /classes/Product.php:3860
39
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.280 ms 0 /classes/module/Module.php:2664
169
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` = 90
AND image_shop.`cover` = 1 LIMIT 1
0.280 ms 1 /classes/Product.php:3570
452
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 333 LIMIT 1
0.279 ms 1 /classes/SpecificPrice.php:435
22
SELECT SQL_NO_CACHE * FROM `lpdy_currency` c ORDER BY `iso_code` ASC
0.279 ms 1 Yes /classes/Currency.php:709
358
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` = 306
AND image_shop.`cover` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:3570
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.278 ms 1 /src/Adapter/EntityMapper.php:71
379
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` = 22
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 1 /classes/Product.php:3570
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 333) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.278 ms 1 /classes/stock/StockAvailable.php:453
106
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.276 ms 1 /classes/Category.php:1378
31
SELECT SQL_NO_CACHE *
FROM `lpdy_group_lang`
WHERE `id_group` = 1
0.276 ms 1 /src/Adapter/EntityMapper.php:79
76
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_group`
WHERE `id_group` = 1 LIMIT 1
0.276 ms 1 /classes/Group.php:154
124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 18) 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
45
SELECT SQL_NO_CACHE *
FROM `lpdy_country_lang`
WHERE `id_country` = 8
0.275 ms 1 /src/Adapter/EntityMapper.php:79
429
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` = 23
AND image_shop.`cover` = 1 LIMIT 1
0.275 ms 1 /classes/Product.php:3570
78
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 17) 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
212
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` = 457
AND image_shop.`cover` = 1 LIMIT 1
0.274 ms 1 /classes/Product.php:3570
323
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` = 1623
AND image_shop.`cover` = 1 LIMIT 1
0.274 ms 1 /classes/Product.php:3570
90
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 455) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.273 ms 1 /classes/stock/StockAvailable.php:453
88
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 455 AND id_shop=1 LIMIT 1
0.272 ms 1 /classes/Product.php:6887
114
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 83) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.272 ms 1 /classes/stock/StockAvailable.php:453
179
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` = 19
AND image_shop.`cover` = 1 LIMIT 1
0.272 ms 1 /classes/Product.php:3570
446
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 634) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.272 ms 1 /classes/stock/StockAvailable.php:453
49
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_url` a0
0.271 ms 1 /classes/PrestaShopCollection.php:383
521
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.271 ms 1 /classes/Product.php:5670
110
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 83 LIMIT 1
0.271 ms 1 /classes/SpecificPrice.php:435
262
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` = 1632
AND image_shop.`cover` = 1 LIMIT 1
0.270 ms 1 /classes/Product.php:3570
449
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` = 333
AND image_shop.`cover` = 1 LIMIT 1
0.270 ms 1 /classes/Product.php:3570
482
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 27 LIMIT 1
0.270 ms 1 /classes/SpecificPrice.php:435
335
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` = 1494
AND image_shop.`cover` = 1 LIMIT 1
0.268 ms 1 /classes/Product.php:3570
346
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` = 809
AND image_shop.`cover` = 1 LIMIT 1
0.267 ms 1 /classes/Product.php:3570
419
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` = 95
AND image_shop.`cover` = 1 LIMIT 1
0.267 ms 1 /classes/Product.php:3570
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.266 ms 1 /src/Adapter/EntityMapper.php:71
252
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` = 20
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
483
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` = 27)
0.266 ms 1 /classes/Product.php:3860
389
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` = 685
AND image_shop.`cover` = 1 LIMIT 1
0.265 ms 1 /classes/Product.php:3570
582
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.265 ms 1 /classes/Product.php:5670
490
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.265 ms 1 /classes/Product.php:5670
568
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 340) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.265 ms 1 /classes/stock/StockAvailable.php:453
534
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` = 28)
0.264 ms 1 /classes/Product.php:3860
52
SELECT SQL_NO_CACHE `id_category`
FROM `lpdy_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.264 ms 1 /classes/Category.php:2450
555
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` = 1630)
0.264 ms 1 /classes/Product.php:3860
32
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.263 ms 1 /classes/ObjectModel.php:1732
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.263 ms 1 /src/Adapter/EntityMapper.php:71
121
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` = 18)
0.263 ms 1 /classes/Product.php:3860
266
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` = 1632)
0.263 ms 1 /classes/Product.php:3860
585
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` = 114)
0.263 ms 1 /classes/Product.php:3860
48
SELECT SQL_NO_CACHE `price_display_method`
FROM `lpdy_group`
WHERE `id_group` = 3 LIMIT 1
0.262 ms 1 /classes/Group.php:174
150
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.262 ms 1 /classes/Product.php:5670
382
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 22 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
588
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 114) 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
100
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 279 AND id_shop=1 LIMIT 1
0.262 ms 1 /classes/Product.php:6887
189
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` = 1631
AND image_shop.`cover` = 1 LIMIT 1
0.262 ms 1 /classes/Product.php:3570
282
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` = 616
AND image_shop.`cover` = 1 LIMIT 1
0.261 ms 1 /classes/Product.php:3570
470
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.261 ms 1 /classes/Product.php:5670
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `lpdy_hook_alias`
0.260 ms 87 /classes/Hook.php:290
107
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.260 ms 1 /classes/Product.php:5670
480
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.260 ms 1 /classes/Product.php:5670
503
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 677 LIMIT 1
0.260 ms 1 /classes/SpecificPrice.php:435
535
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 28 AND id_shop=1 LIMIT 1
0.260 ms 1 /classes/Product.php:6887
33
SELECT SQL_NO_CACHE `id_category`
FROM `lpdy_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.259 ms 1 /classes/Category.php:2450
362
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` = 306)
0.259 ms 1 /classes/Product.php:3860
23
SELECT SQL_NO_CACHE `id_lang` FROM `lpdy_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.259 ms 1 /classes/Language.php:883
43
SELECT SQL_NO_CACHE `need_identification_number`
FROM `lpdy_country`
WHERE `id_country` = 8 LIMIT 1
0.259 ms 1 /classes/Country.php:405
574
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 341 LIMIT 1
0.259 ms 1 /classes/SpecificPrice.php:435
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 283) 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
28
SELECT SQL_NO_CACHE *
FROM `lpdy_currency_lang`
WHERE `id_currency` = 1
0.258 ms 1 /src/Adapter/EntityMapper.php:79
502
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.258 ms 1 /classes/Manufacturer.php:316
575
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` = 341)
0.258 ms 1 /classes/Product.php:3860
55
SELECT SQL_NO_CACHE *
FROM `lpdy_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.257 ms 1 /src/Adapter/EntityMapper.php:79
94
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.257 ms 1 /classes/Category.php:1378
153
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` = 283)
0.257 ms 1 /classes/Product.php:3860
399
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` = 527
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
409
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` = 332
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
524
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` = 102)
0.257 ms 1 /classes/Product.php:3860
578
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 341) 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
143
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 456 AND id_shop=1 LIMIT 1
0.256 ms 1 /classes/Product.php:6887
486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 27) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
111
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` = 83)
0.256 ms 1 /classes/Product.php:3860
542
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 56 LIMIT 1
0.256 ms 1 /classes/Product.php:5670
256
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` = 20)
0.255 ms 1 /classes/Product.php:3860
272
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` = 1524
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
572
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.255 ms 1 /classes/Product.php:5670
587
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 114 AND `id_group` = 1 LIMIT 1
0.255 ms 0 /classes/GroupReduction.php:156
99
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` = 279)
0.255 ms 1 /classes/Product.php:3860
474
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 210 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6887
523
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 102 LIMIT 1
0.254 ms 1 /classes/SpecificPrice.php:435
541
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.254 ms 1 /classes/Category.php:1378
63
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.254 ms 1 /classes/Product.php:5670
515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 337 AND id_shop=1 LIMIT 1
0.254 ms 1 /classes/Product.php:6887
558
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1630) 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
564
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 340 LIMIT 1
0.254 ms 1 /classes/SpecificPrice.php:435
112
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 83 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6887
393
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` = 685)
0.253 ms 1 /classes/Product.php:3860
440
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.253 ms 1 /classes/Product.php:5670
50
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_url` a0
0.252 ms 1 /classes/PrestaShopCollection.php:383
67
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 17 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:435
426
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.252 ms 1 /classes/stock/StockAvailable.php:453
463
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` = 331)
0.252 ms 1 /classes/Product.php:3860
84
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.251 ms 1 /classes/Product.php:5670
222
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` = 290
AND image_shop.`cover` = 1 LIMIT 1
0.251 ms 1 /classes/Product.php:3570
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 94) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:453
473
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` = 210)
0.251 ms 1 /classes/Product.php:3860
593
SELECT SQL_NO_CACHE * FROM `lpdy_image_type`
0.251 ms 7 /classes/ImageType.php:161
120
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 18 LIMIT 1
0.251 ms 1 /classes/SpecificPrice.php:435
132
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` = 1062)
0.250 ms 1 /classes/Product.php:3860
533
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 28 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
554
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1630 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
584
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 114 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
340
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` = 1494)
0.250 ms 1 /classes/Product.php:3860
507
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 677) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:453
95
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.249 ms 1 /classes/Product.php:5670
129
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.249 ms 1 /classes/Product.php:5670
145
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.249 ms 1 /classes/stock/StockAvailable.php:453
307
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` = 21)
0.249 ms 1 /classes/Product.php:3860
317
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` = 1633)
0.249 ms 1 /classes/Product.php:3860
318
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1633 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6887
434
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 23 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6887
496
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1645) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
232
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` = 281
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 1 /classes/Product.php:3570
396
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 685) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:453
565
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` = 340)
0.248 ms 1 /classes/Product.php:3860
139
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.247 ms 1 /classes/Product.php:5670
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` = 18 LIMIT 1
0.247 ms 1 /classes/Category.php:1378
154
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 283 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6887
163
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` = 280)
0.247 ms 1 /classes/Product.php:3860
182
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 19 LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:435
258
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 20 AND `id_group` = 1 LIMIT 1
0.247 ms 0 /classes/GroupReduction.php:156
259
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 20) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
453
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` = 333)
0.247 ms 1 /classes/Product.php:3860
464
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 331 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6887
62
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.246 ms 1 /classes/Category.php:1378
86
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 455 LIMIT 1
0.246 ms 1 /classes/SpecificPrice.php:435
300
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 491) 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
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1633) 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
537
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 28) 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
562
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.246 ms 1 /classes/Product.php:5670
89
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 455 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
242
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` = 91
AND image_shop.`cover` = 1 LIMIT 1
0.245 ms 1 /classes/Product.php:3570
392
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 685 LIMIT 1
0.245 ms 1 /classes/SpecificPrice.php:435
98
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 279 LIMIT 1
0.244 ms 1 /classes/SpecificPrice.php:435
516
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 337 AND `id_group` = 1 LIMIT 1
0.244 ms 0 /classes/GroupReduction.php:156
8
SELECT SQL_NO_CACHE *
FROM `lpdy_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
455
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 333 AND `id_group` = 1 LIMIT 1
0.244 ms 0 /classes/GroupReduction.php:156
97
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.243 ms 1 /classes/Manufacturer.php:316
128
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` = 23 LIMIT 1
0.243 ms 1 /classes/Category.php:1378
383
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` = 22)
0.243 ms 1 /classes/Product.php:3860
403
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` = 527)
0.243 ms 1 /classes/Product.php:3860
460
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.243 ms 1 /classes/Product.php:5670
46
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM lpdy_required_field
0.242 ms 1 /classes/ObjectModel.php:1595
183
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` = 19)
0.242 ms 1 /classes/Product.php:3860
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 21) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
372
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 94 LIMIT 1
0.242 ms 1 /classes/SpecificPrice.php:435
414
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 332 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6887
484
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 27 AND id_shop=1 LIMIT 1
0.242 ms 1 /classes/Product.php:6887
206
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` = 580)
0.241 ms 1 /classes/Product.php:3860
314
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.241 ms 1 /classes/Product.php:5670
329
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` = 1623)
0.241 ms 1 /classes/Product.php:3860
475
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 210 AND `id_group` = 1 LIMIT 1
0.241 ms 0 /classes/GroupReduction.php:156
118
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.240 ms 1 /classes/Product.php:5670
406
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 527) 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
504
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` = 677)
0.240 ms 1 /classes/Product.php:3860
444
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 634 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6887
586
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 114 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6887
144
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 456 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
152
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 283 LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:435
485
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 27 AND `id_group` = 1 LIMIT 1
0.239 ms 0 /classes/GroupReduction.php:156
514
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` = 337)
0.239 ms 1 /classes/Product.php:3860
328
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1623 LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:435
556
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1630 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6887
83
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.238 ms 1 /classes/Category.php:1378
162
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 280 LIMIT 1
0.238 ms 1 /classes/SpecificPrice.php:435
172
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 90 LIMIT 1
0.238 ms 1 /classes/SpecificPrice.php:435
249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:453
373
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` = 94)
0.238 ms 1 /classes/Product.php:3860
536
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 28 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 18 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6887
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 280) 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
226
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` = 290)
0.237 ms 1 /classes/Product.php:3860
276
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` = 1524)
0.237 ms 1 /classes/Product.php:3860
287
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` = 616)
0.237 ms 1 /classes/Product.php:3860
324
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.237 ms 1 /classes/Category.php:1378
433
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` = 23)
0.237 ms 1 /classes/Product.php:3860
500
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.237 ms 1 /classes/Product.php:5670
527
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 102) 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
10
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.236 ms 1 /classes/ObjectModel.php:1732
24
SELECT SQL_NO_CACHE c.id_currency
FROM `lpdy_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.236 ms 1 /classes/Currency.php:893
255
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 20 LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:435
294
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.236 ms 1 /classes/Product.php:5670
442
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 634 LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:435
546
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1641 AND id_shop=1 LIMIT 1
0.236 ms 1 /classes/Product.php:6887
109
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.235 ms 1 /classes/Manufacturer.php:316
131
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1062 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:435
202
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.235 ms 1 /classes/Category.php:1378
545
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` = 1641)
0.235 ms 1 /classes/Product.php:3860
547
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1641 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
101
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 279 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
173
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` = 90)
0.235 ms 1 /classes/Product.php:3860
380
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.235 ms 1 /classes/Product.php:5670
176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 90) 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
180
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.234 ms 1 /classes/Product.php:5670
296
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 491 LIMIT 1
0.234 ms 1 /classes/SpecificPrice.php:435
336
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.233 ms 1 /classes/Product.php:5670
316
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1633 LIMIT 1
0.233 ms 1 /classes/SpecificPrice.php:435
347
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` = 52 LIMIT 1
0.232 ms 1 /classes/Category.php:1378
257
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 20 AND id_shop=1 LIMIT 1
0.232 ms 1 /classes/Product.php:6887
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1632) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
511
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.232 ms 1 /classes/Product.php:5670
513
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 337 LIMIT 1
0.232 ms 1 /classes/SpecificPrice.php:435
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1623) 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
352
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` = 809)
0.231 ms 1 /classes/Product.php:3860
432
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 23 LIMIT 1
0.231 ms 1 /classes/SpecificPrice.php:435
462
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 331 LIMIT 1
0.231 ms 1 /classes/SpecificPrice.php:435
544
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1641 LIMIT 1
0.231 ms 1 /classes/SpecificPrice.php:435
386
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 22) 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
495
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1645 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
325
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 57 LIMIT 1
0.230 ms 1 /classes/Product.php:5670
327
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1
0.230 ms 1 /classes/Manufacturer.php:316
445
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 634 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
576
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 341 AND id_shop=1 LIMIT 1
0.230 ms 1 /classes/Product.php:6887
51
SELECT SQL_NO_CACHE `name`
FROM `lpdy_hook`
WHERE `id_hook` = 972 LIMIT 1
0.230 ms 1 /classes/Hook.php:247
113
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 83 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
203
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 37 LIMIT 1
0.230 ms 1 /classes/Product.php:5670
297
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` = 491)
0.230 ms 1 /classes/Product.php:3860
405
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 527 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
435
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 23 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
253
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.229 ms 1 /classes/Product.php:5670
454
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 333 AND id_shop=1 LIMIT 1
0.229 ms 1 /classes/Product.php:6887
160
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
361
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 306 LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:435
416
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 332) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:453
186
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:453
286
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 616 LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:435
348
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.228 ms 1 /classes/Product.php:5670
531
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.228 ms 1 /classes/Product.php:5670
290
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 616) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.227 ms 1 /classes/stock/StockAvailable.php:453
465
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 331 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
566
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 340 AND id_shop=1 LIMIT 1
0.227 ms 1 /classes/Product.php:6887
29
SELECT SQL_NO_CACHE id_shop
FROM `lpdy_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.226 ms 1 /classes/ObjectModel.php:1732
308
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 21 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6887
422
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 95 LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:435
288
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 616 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6887
135
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1062) 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
404
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 527 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6887
306
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 21 LIMIT 1
0.224 ms 1 /classes/SpecificPrice.php:435
355
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 809) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:453
394
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 685 AND id_shop=1 LIMIT 1
0.224 ms 1 /classes/Product.php:6887
430
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.224 ms 1 /classes/Product.php:5670
577
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 341 AND `id_group` = 1 LIMIT 1
0.224 ms 0 /classes/GroupReduction.php:156
205
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 580 LIMIT 1
0.224 ms 1 /classes/SpecificPrice.php:435
246
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` = 91)
0.224 ms 1 /classes/Product.php:3860
283
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.224 ms 1 /classes/Category.php:1378
359
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.224 ms 1 /classes/Product.php:5670
423
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` = 95)
0.224 ms 1 /classes/Product.php:3860
133
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1062 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6887
239
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 281) 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
170
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.222 ms 1 /classes/Product.php:5670
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 580) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.222 ms 1 /classes/stock/StockAvailable.php:453
216
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` = 457)
0.222 ms 1 /classes/Product.php:3860
402
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 527 LIMIT 1
0.222 ms 1 /classes/SpecificPrice.php:435
450
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.222 ms 1 /classes/Product.php:5670
557
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1630 AND `id_group` = 1 LIMIT 1
0.222 ms 0 /classes/GroupReduction.php:156
40
SELECT SQL_NO_CACHE `id_module` FROM `lpdy_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.221 ms 0 /classes/module/Module.php:2137
123
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
174
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 90 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6887
213
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.221 ms 1 /classes/Product.php:5670
227
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 290 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6887
279
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1524) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.220 ms 1 /classes/stock/StockAvailable.php:453
413
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` = 332)
0.220 ms 1 /classes/Product.php:3860
505
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 677 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6887
525
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 102 AND id_shop=1 LIMIT 1
0.220 ms 1 /classes/Product.php:6887
215
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 457 LIMIT 1
0.219 ms 1 /classes/SpecificPrice.php:435
235
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 281 LIMIT 1
0.219 ms 1 /classes/SpecificPrice.php:435
267
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1632 AND id_shop=1 LIMIT 1
0.219 ms 1 /classes/Product.php:6887
185
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
155
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 283 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.217 ms 1 /classes/stock/StockAvailable.php:453
390
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.217 ms 1 /classes/Product.php:5670
506
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 677 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:156
236
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` = 281)
0.216 ms 1 /classes/Product.php:3860
265
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1632 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:435
284
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.216 ms 1 /classes/Product.php:5670
319
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1633 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
338
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.216 ms 1 /classes/Manufacturer.php:316
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.216 ms 1 /classes/stock/StockAvailable.php:453
374
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 94 AND id_shop=1 LIMIT 1
0.216 ms 1 /classes/Product.php:6887
567
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 340 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:156
363
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 306 AND id_shop=1 LIMIT 1
0.215 ms 1 /classes/Product.php:6887
275
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1524 LIMIT 1
0.215 ms 1 /classes/SpecificPrice.php:435
412
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 332 LIMIT 1
0.215 ms 1 /classes/SpecificPrice.php:435
195
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` = 1631)
0.214 ms 1 /classes/Product.php:3860
164
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 280 AND id_shop=1 LIMIT 1
0.214 ms 1 /classes/Product.php:6887
237
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 281 AND id_shop=1 LIMIT 1
0.214 ms 1 /classes/Product.php:6887
245
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 91 LIMIT 1
0.214 ms 1 /classes/SpecificPrice.php:435
331
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1623 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:156
330
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1623 AND id_shop=1 LIMIT 1
0.213 ms 1 /classes/Product.php:6887
369
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` = 19 LIMIT 1
0.212 ms 1 /classes/Category.php:1378
526
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 102 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
184
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6887
299
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 491 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
165
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 280 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
225
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 290 LIMIT 1
0.211 ms 1 /classes/SpecificPrice.php:435
341
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1494 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6887
351
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 809 LIMIT 1
0.211 ms 1 /classes/SpecificPrice.php:435
400
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.211 ms 1 /classes/Product.php:5670
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1631) 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
219
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 457) 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
273
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 22 LIMIT 1
0.210 ms 1 /classes/Product.php:5670
375
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 94 AND `id_group` = 1 LIMIT 1
0.210 ms 0 /classes/GroupReduction.php:156
190
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` = 33 LIMIT 1
0.209 ms 1 /classes/Category.php:1378
233
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.209 ms 1 /classes/Product.php:5670
343
SELECT SQL_NO_CACHE SUM(quantity)
FROM `lpdy_stock_available`
WHERE (id_product = 1494) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.209 ms 1 /classes/stock/StockAvailable.php:453
364
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 306 AND `id_group` = 1 LIMIT 1
0.209 ms 0 /classes/GroupReduction.php:156
277
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1524 AND id_shop=1 LIMIT 1
0.209 ms 1 /classes/Product.php:6887
217
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 457 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6887
298
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 491 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6887
384
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 22 AND id_shop=1 LIMIT 1
0.208 ms 1 /classes/Product.php:6887
420
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.207 ms 1 /classes/Product.php:5670
410
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 10 LIMIT 1
0.207 ms 1 /classes/Product.php:5670
370
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 19 LIMIT 1
0.206 ms 1 /classes/Product.php:5670
350
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 26
AND `active` = 1 LIMIT 1
0.205 ms 1 /classes/Manufacturer.php:316
263
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.204 ms 1 /classes/Product.php:5670
339
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1494 LIMIT 1
0.204 ms 1 /classes/SpecificPrice.php:435
207
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 580 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6887
193
SELECT SQL_NO_CACHE `name`
FROM `lpdy_manufacturer`
WHERE `id_manufacturer` = 23
AND `active` = 1 LIMIT 1
0.202 ms 1 /classes/Manufacturer.php:316
134
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1062 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
194
SELECT SQL_NO_CACHE 1 FROM `lpdy_specific_price` WHERE id_product = 1631 LIMIT 1
0.202 ms 1 /classes/SpecificPrice.php:435
223
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.202 ms 1 /classes/Product.php:5670
243
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 17 LIMIT 1
0.202 ms 1 /classes/Product.php:5670
247
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 91 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6887
395
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 685 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
415
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 332 AND `id_group` = 1 LIMIT 1
0.202 ms 0 /classes/GroupReduction.php:156
228
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 290 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
309
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 21 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
424
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 95 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6887
175
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 90 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:156
191
SELECT SQL_NO_CACHE name FROM lpdy_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.200 ms 1 /classes/Product.php:5670
353
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 809 AND id_shop=1 LIMIT 1
0.199 ms 1 /classes/Product.php:6887
354
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 809 AND `id_group` = 1 LIMIT 1
0.198 ms 0 /classes/GroupReduction.php:156
268
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1632 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:156
196
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `lpdy_product_shop`
WHERE `id_product` = 1631 AND id_shop=1 LIMIT 1
0.196 ms 1 /classes/Product.php:6887
385
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 22 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:156
425
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:156
197
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1631 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:156
342
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1494 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:156
208
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 580 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
278
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 1524 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
289
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 616 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
218
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 457 AND `id_group` = 1 LIMIT 1
0.188 ms 0 /classes/GroupReduction.php:156
238
SELECT SQL_NO_CACHE `reduction`
FROM `lpdy_product_group_reduction_cache`
WHERE `id_product` = 281 AND `id_group` = 1 LIMIT 1
0.187 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
13 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
9 queries
SELECT bypass_restriction FROM `lpdy_carrierpostcoderestriction` 
                    WHERE carrier_id = XX LIMIT XX
8 queries
				SELECT `name`
				FROM `lpdy_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = 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 type, id_value, filter_show_limit, filter_type FROM lpdy_layered_category
            WHERE controller = 'category'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
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
108 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
9 carrierpostcoderestriction
8 manufacturer
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 layered_category
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 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: 17]
/classes/Link.php:113 (__construct) [id: 455]
/classes/Link.php:113 (__construct) [id: 279]
/classes/Link.php:113 (__construct) [id: 83]
/classes/Link.php:113 (__construct) [id: 18]
/classes/Link.php:113 (__construct) [id: 1062]
/classes/Link.php:113 (__construct) [id: 456]
/classes/Link.php:113 (__construct) [id: 283]
/classes/Link.php:113 (__construct) [id: 280]
/classes/Link.php:113 (__construct) [id: 90]
/classes/Link.php:113 (__construct) [id: 19]
/classes/Link.php:113 (__construct) [id: 1631]
/classes/Link.php:113 (__construct) [id: 580]
/classes/Link.php:113 (__construct) [id: 457]
/classes/Link.php:113 (__construct) [id: 290]
/classes/Link.php:113 (__construct) [id: 281]
/classes/Link.php:113 (__construct) [id: 91]
/classes/Link.php:113 (__construct) [id: 20]
/classes/Link.php:113 (__construct) [id: 1632]
/classes/Link.php:113 (__construct) [id: 1524]
/classes/Link.php:113 (__construct) [id: 616]
/classes/Link.php:113 (__construct) [id: 491]
/classes/Link.php:113 (__construct) [id: 21]
/classes/Link.php:113 (__construct) [id: 1633]
/classes/Link.php:113 (__construct) [id: 1623]
/classes/Link.php:113 (__construct) [id: 1494]
/classes/Link.php:113 (__construct) [id: 809]
/classes/Link.php:113 (__construct) [id: 306]
/classes/Link.php:113 (__construct) [id: 94]
/classes/Link.php:113 (__construct) [id: 22]
/classes/Link.php:113 (__construct) [id: 685]
/classes/Link.php:113 (__construct) [id: 527]
/classes/Link.php:113 (__construct) [id: 332]
/classes/Link.php:113 (__construct) [id: 95]
/classes/Link.php:113 (__construct) [id: 23]
/classes/Link.php:113 (__construct) [id: 634]
/classes/Link.php:113 (__construct) [id: 333]
/classes/Link.php:113 (__construct) [id: 331]
/classes/Link.php:113 (__construct) [id: 210]
/classes/Link.php:113 (__construct) [id: 27]
/classes/Link.php:113 (__construct) [id: 1645]
/classes/Link.php:113 (__construct) [id: 677]
/classes/Link.php:113 (__construct) [id: 337]
/classes/Link.php:113 (__construct) [id: 102]
/classes/Link.php:113 (__construct) [id: 28]
/classes/Link.php:113 (__construct) [id: 1641]
/classes/Link.php:113 (__construct) [id: 1630]
/classes/Link.php:113 (__construct) [id: 340]
/classes/Link.php:113 (__construct) [id: 341]
/classes/Link.php:113 (__construct) [id: 114]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 17]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 455]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 279]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 83]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 18]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1062]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 456]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 283]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 280]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 90]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1631]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 580]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 457]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 290]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 281]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 91]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 20]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1632]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1524]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 616]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 491]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 21]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1633]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1623]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1494]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 809]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 306]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 94]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 22]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 685]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 527]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 332]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 95]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 23]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 634]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 333]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 331]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 210]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 27]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1645]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 677]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 337]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 102]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 28]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1641]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 1630]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 340]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 341]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 114]
/classes/Link.php:113 (__construct) [id: 17]
/classes/Link.php:113 (__construct) [id: 455]
/classes/Link.php:113 (__construct) [id: 279]
/classes/Link.php:113 (__construct) [id: 83]
/classes/Link.php:113 (__construct) [id: 18]
/classes/Link.php:113 (__construct) [id: 1062]
/classes/Link.php:113 (__construct) [id: 456]
/classes/Link.php:113 (__construct) [id: 283]
/classes/Link.php:113 (__construct) [id: 280]
/classes/Link.php:113 (__construct) [id: 90]
/classes/Link.php:113 (__construct) [id: 19]
/classes/Link.php:113 (__construct) [id: 1631]
/classes/Link.php:113 (__construct) [id: 580]
/classes/Link.php:113 (__construct) [id: 457]
/classes/Link.php:113 (__construct) [id: 290]
/classes/Link.php:113 (__construct) [id: 281]
/classes/Link.php:113 (__construct) [id: 91]
/classes/Link.php:113 (__construct) [id: 20]
/classes/Link.php:113 (__construct) [id: 1632]
/classes/Link.php:113 (__construct) [id: 1524]
/classes/Link.php:113 (__construct) [id: 616]
/classes/Link.php:113 (__construct) [id: 491]
/classes/Link.php:113 (__construct) [id: 21]
/classes/Link.php:113 (__construct) [id: 1633]
/classes/Link.php:113 (__construct) [id: 1623]
/classes/Link.php:113 (__construct) [id: 1494]
/classes/Link.php:113 (__construct) [id: 809]
/classes/Link.php:113 (__construct) [id: 306]
/classes/Link.php:113 (__construct) [id: 94]
/classes/Link.php:113 (__construct) [id: 22]
/classes/Link.php:113 (__construct) [id: 685]
/classes/Link.php:113 (__construct) [id: 527]
/classes/Link.php:113 (__construct) [id: 332]
/classes/Link.php:113 (__construct) [id: 95]
/classes/Link.php:113 (__construct) [id: 23]
/classes/Link.php:113 (__construct) [id: 634]
/classes/Link.php:113 (__construct) [id: 333]
/classes/Link.php:113 (__construct) [id: 331]
/classes/Link.php:113 (__construct) [id: 210]
/classes/Link.php:113 (__construct) [id: 27]
/classes/Link.php:113 (__construct) [id: 1645]
/classes/Link.php:113 (__construct) [id: 677]
/classes/Link.php:113 (__construct) [id: 337]
/classes/Link.php:113 (__construct) [id: 102]
/classes/Link.php:113 (__construct) [id: 28]
/classes/Link.php:113 (__construct) [id: 1641]
/classes/Link.php:113 (__construct) [id: 1630]
/classes/Link.php:113 (__construct) [id: 340]
/classes/Link.php:113 (__construct) [id: 341]
/classes/Link.php:113 (__construct) [id: 114]
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 /classes/Manufacturer.php
725 /classes/SpecificPrice.php
726 /classes/tax/TaxManagerFactory.php
727 /classes/tax/TaxRulesTaxManager.php
728 /classes/tax/TaxManagerInterface.php
729 /classes/tax/TaxCalculator.php
730 /classes/GroupReduction.php
731 /src/Core/Localization/CLDR/ComputingPrecision.php
732 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
733 /classes/Pack.php
734 /classes/Feature.php
735 /vendor/prestashop/decimal/src/Operation/Division.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 /modules/lpdy_frontcustomizations/lpdy_frontcustomizations.php
750 /vendor/prestashop/decimal/src/Operation/Addition.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